1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui/app/styles/core/widget/widget-checkbox.scss
2018-12-04 17:26:57 +00:00

42 lines
676 B
SCSS

.ui-checkbox {
vertical-align: bottom;
cursor: pointer;
font-size: 1.1rem;
overflow: hidden;
white-space: nowrap;
margin: 0 0 5px 0;
> .material-icons {
font-size: 1.5rem;
color: map-get($gray-shades, 600);
vertical-align: top;
}
> .selected {
color: map-get($gray-shades, 800);
}
&:hover {
color: map-get($gray-shades, 800);
}
> .text {
display: inline-block;
font-size: 1.1rem;
vertical-align: sub;
color: $color-black-light-1;
}
}
.ui-checkbox-selected {
color: map-get($gray-shades, 800);
}
.widget-checkbox {
color: map-get($gray-shades, 800);
cursor: pointer;
}
.checkbox-gray {
color: map-get($gray-shades, 600) !important;
}