36 lines
556 B
SCSS
36 lines
556 B
SCSS
|
|
|
|
.flot-chart{
|
|
height: 15.7rem;
|
|
}
|
|
|
|
.tooltipflot {
|
|
background-color: transparent;
|
|
font-size: 1.4rem;
|
|
padding: .5rem 1rem;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
border-radius: .2rem; }
|
|
|
|
.legendColorBox > div {
|
|
border: 0 !important;
|
|
padding: 0 !important; }
|
|
|
|
.legendLabel {
|
|
font-size: 0.825rem;
|
|
padding-left: .5rem;
|
|
color: $white;
|
|
}
|
|
|
|
.flotTip {
|
|
background: $black;
|
|
border: 1px solid $black;
|
|
color: $white;
|
|
}
|
|
|
|
.legend > div{
|
|
background: transparent!important;
|
|
}
|
|
|
|
#balance_graph {
|
|
height: 260px;
|
|
} |