1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

Implement new refactored color scheme

This commit is contained in:
Harvey Kandola 2018-12-04 17:26:57 +00:00
parent da0861b3fd
commit d7a46ceee6
70 changed files with 934 additions and 521 deletions

View file

@ -8,35 +8,35 @@
> .material-icons {
font-size: 1.5rem;
color: $color-gray;
color: map-get($gray-shades, 600);
vertical-align: top;
}
> .selected {
color: $color-blue;
color: map-get($gray-shades, 800);
}
&:hover {
color: $color-blue;
color: map-get($gray-shades, 800);
}
> .text {
display: inline-block;
font-size: 1.1rem;
vertical-align: sub;
color: $color-off-black;
color: $color-black-light-1;
}
}
.ui-checkbox-selected {
color: $color-blue;
color: map-get($gray-shades, 800);
}
.widget-checkbox {
color: $color-blue;
color: map-get($gray-shades, 800);
cursor: pointer;
}
.checkbox-gray {
color: $color-gray !important;
color: map-get($gray-shades, 600) !important;
}