First Commit

This commit is contained in:
Kevin Adametz 2018-10-29 09:39:31 +01:00
commit 610aa1e202
4204 changed files with 636764 additions and 0 deletions

1
resources/assets/vendor/libs/flot/flot.js vendored Executable file

File diff suppressed because one or more lines are too long

35
resources/assets/vendor/libs/flot/flot.scss vendored Executable file
View file

@ -0,0 +1,35 @@
.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;
}
}