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

File diff suppressed because one or more lines are too long

View 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;
}
}