mivita/resources/assets/vendor/libs/flot/flot.scss
2018-10-29 09:39:31 +01:00

35 lines
759 B
SCSS
Executable file

.flot-overlay ~ .legend {
> * {
right: 0 !important;
}
.legendColorBox {
padding-right: 5px;
}
}
.default-style {
@import "../../sass/_appwork/include";
.flotTip {
padding: 4px 10px !important;
border-color: $tooltip-bg !important;
border-radius: $border-radius !important;
background-color: $tooltip-bg !important;
color: $tooltip-color !important;
font-size: 11px !important;
}
}
.material-style {
@import "../../sass/_appwork/include-material";
.flotTip {
padding: 4px 10px !important;
border-color: $tooltip-bg !important;
border-radius: $border-radius !important;
background-color: $tooltip-bg !important;
color: $tooltip-color !important;
font-size: 11px !important;
}
}