Prvi commit

This commit is contained in:
David Štaleker
2023-05-12 09:00:07 +02:00
parent d3ffe93e42
commit 03b92525d7
14757 changed files with 9251133 additions and 53 deletions

View File

@@ -0,0 +1,70 @@
.flot-overlay ~ .legend {
> * {
right: 0 !important;
}
.legendColorBox {
padding-right: 5px;
}
}
.flot-tick-label,
.legendLayer text {
opacity: .7;
}
.legendLayer {
font-size: .95em;
}
.default-style {
@import "../../css/_appwork/include";
.flot-tick-label {
font-size: $font-size-sm;
color: $body-color;
}
.flotTip {
padding: .25rem .625rem !important;
border-color: $tooltip-bg !important;
border-radius: $border-radius !important;
background-color: $tooltip-bg !important;
color: $tooltip-color !important;
font-size: .6875rem !important;
}
.legendLayer {
color: $body-color;
}
.legendLayer .background {
fill: rgba-to-hex($gray-50);
}
}
.material-style {
@import "../../css/_appwork/include-material";
.flot-tick-label {
font-size: $font-size-sm;
color: $body-color;
}
.flotTip {
padding: .25rem .625rem !important;
border-color: $tooltip-bg !important;
border-radius: $border-radius !important;
background-color: $tooltip-bg !important;
color: $tooltip-color !important;
font-size: .6875rem !important;
}
.legendLayer {
color: $body-color;
}
.legendLayer .background {
fill: rgba-to-hex($gray-50);
}
}