1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00

Improve checkbox UI element styling

This commit is contained in:
McMatts 2019-01-07 12:42:27 +00:00
parent 4d83f5efd7
commit 0b94d55fb9
2 changed files with 834 additions and 744 deletions

File diff suppressed because one or more lines are too long

View file

@ -7,36 +7,34 @@
margin: 0 0 5px 0; margin: 0 0 5px 0;
> .dicon{ > .dicon{
font-size: 1.5rem;
color: map-get($gray-shades, 600);
vertical-align: top; vertical-align: top;
font-size: 1.5rem;
font-weight: 600;
color: map-get($yellow-shades, 700);
} }
> .selected { > .selected {
color: map-get($gray-shades, 800); color: map-get($yellow-shades, 700);
}
&:hover {
color: map-get($gray-shades, 800);
} }
> .text { > .text {
display: inline-block; display: inline-block;
font-size: 1.1rem; font-size: 1.1rem;
vertical-align: sub; vertical-align: bottom;
color: $color-black-light-1; color: $color-black-light-1;
margin-left: 10px;
} }
} }
.ui-checkbox-selected { .ui-checkbox-selected {
color: map-get($gray-shades, 800); color: map-get($yellow-shades, 700);
} }
.widget-checkbox { .widget-checkbox {
color: map-get($gray-shades, 800); color: map-get($yellow-shades, 700);
cursor: pointer; cursor: pointer;
} }
.checkbox-gray { .checkbox-gray {
color: map-get($gray-shades, 600) !important; color: map-get($gray-shades, 700) !important;
} }