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

41 lines
666 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
> .dicon{
2016-10-24 19:20:29 -07:00
vertical-align: top;
2019-01-07 12:42:27 +00:00
font-size: 1.5rem;
font-weight: 600;
color: map-get($yellow-shades, 700);
2016-10-24 19:20:29 -07:00
}
2016-11-20 13:41:43 -08:00
> .selected {
2019-01-07 12:42:27 +00:00
color: map-get($yellow-shades, 700);
2016-10-24 19:20:29 -07:00
}
2017-08-21 17:51:06 +01:00
> .text {
display: inline-block;
font-size: 1.1rem;
2019-01-07 12:42:27 +00:00
vertical-align: bottom;
2018-12-04 17:26:57 +00:00
color: $color-black-light-1;
2019-01-07 12:42:27 +00:00
margin-left: 10px;
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 {
2019-01-07 12:42:27 +00:00
color: map-get($yellow-shades, 700);
2016-10-24 19:20:29 -07:00
}
2017-12-11 20:59:28 +00:00
.widget-checkbox {
2019-01-07 12:42:27 +00:00
color: map-get($yellow-shades, 700);
2017-12-11 20:59:28 +00:00
cursor: pointer;
}
.checkbox-gray {
2019-01-07 12:42:27 +00:00
color: map-get($gray-shades, 700) !important;
2017-12-11 20:59:28 +00:00
}