y: _.last(yScale.range()),
width: xScale.range()[1] - xScale(this.props.leakPeriodDate),
height: _.first(yScale.range()) - _.last(yScale.range()),
- fill: '#fffae7'
+ fill: '#fbf3d5'
};
return <rect {...opts}/>;
},
.overview-domain-leak {
flex: 1;
- background-color: #fffae7;
+ background-color: #fbf3d5;
.line-chart-backdrop {
- fill: #f1ecd1;
+ fill: #efe7b8;
}
}
.overview-domain-leak-title {
padding: 0 10px;
border: 1px solid @barBorderColor;
- background: #fffae7;
+ background: #fbf3d5;
}
}
.overview-detailed-measure-leak {
flex: 1;
- background-color: #fffae7;
+ background-color: #fbf3d5;
text-align: center;
}
}
.line-chart-backdrop {
- fill: #fffae7;
+ fill: #fbf3d5;
}
.line-chart-tick {
}
.overview-leak {
- background-color: #fffae7;
+ background-color: #fbf3d5;
}
/*