1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 21:29:42 +02:00
documize/gui/app/styles/core/widget/widget-checkbox.scss

43 lines
676 B
SCSS
Raw Normal View History

2016-11-20 13:41:43 -08:00
.ui-checkbox {
2016-10-24 19:20:29 -07:00
vertical-align: bottom;
cursor: pointer;
2016-11-20 13:41:43 -08:00
font-size: 1.1rem;
2016-10-24 19:20:29 -07:00
overflow: hidden;
white-space: nowrap;
2016-11-20 13:41:43 -08:00
margin: 0 0 5px 0;
2016-10-24 19:20:29 -07:00
> .material-icons {
font-size: 1.5rem;
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
2016-10-24 19:20:29 -07:00
vertical-align: top;
}
2016-11-20 13:41:43 -08:00
> .selected {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 800);
2016-11-20 13:41:43 -08:00
}
2016-10-24 19:20:29 -07:00
&:hover {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 800);
2016-10-24 19:20:29 -07:00
}
2017-08-21 17:51:06 +01:00
> .text {
display: inline-block;
font-size: 1.1rem;
vertical-align: sub;
2018-12-04 17:26:57 +00:00
color: $color-black-light-1;
2017-08-21 17:51:06 +01:00
}
2016-10-24 19:20:29 -07:00
}
2016-11-20 13:41:43 -08:00
.ui-checkbox-selected {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 800);
2016-10-24 19:20:29 -07:00
}
2017-12-11 20:59:28 +00:00
.widget-checkbox {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 800);
2017-12-11 20:59:28 +00:00
cursor: pointer;
}
.checkbox-gray {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600) !important;
2017-12-11 20:59:28 +00:00
}