First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
7
resources/assets/vendor/libs/morris/morris.js
vendored
Executable file
7
resources/assets/vendor/libs/morris/morris.js
vendored
Executable file
File diff suppressed because one or more lines are too long
53
resources/assets/vendor/libs/morris/morris.scss
vendored
Executable file
53
resources/assets/vendor/libs/morris/morris.scss
vendored
Executable file
|
|
@ -0,0 +1,53 @@
|
|||
.morris-hover {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.morris-default-style {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.morris-default-style .morris-hover-row-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.morris-default-style .morris-hover-point {
|
||||
white-space: nowrap;
|
||||
font-size: .6875rem;
|
||||
}
|
||||
|
||||
.default-style {
|
||||
@import "../../sass/_appwork/include";
|
||||
|
||||
.morris-default-style {
|
||||
padding: $tooltip-padding-y $tooltip-padding-x;
|
||||
background-color: $tooltip-bg;
|
||||
font-size: $font-size-sm;
|
||||
|
||||
@include border-radius($border-radius);
|
||||
}
|
||||
|
||||
.morris-default-style .morris-hover-row-label {
|
||||
margin: $tooltip-padding-y 0;
|
||||
color: $tooltip-color;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.material-style {
|
||||
@import "../../sass/_appwork/include-material";
|
||||
|
||||
.morris-default-style {
|
||||
padding: $tooltip-padding-y $tooltip-padding-x;
|
||||
background-color: $tooltip-bg;
|
||||
font-size: $font-size-sm;
|
||||
|
||||
@include border-radius($border-radius);
|
||||
}
|
||||
|
||||
.morris-default-style .morris-hover-row-label {
|
||||
margin: $tooltip-padding-y 0;
|
||||
color: $tooltip-color;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue