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

34 lines
472 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 {
2017-08-21 17:51:06 +01:00
font-size: 1rem;
2016-11-20 13:41:43 -08:00
color: $color-gray;
2016-10-24 19:20:29 -07:00
vertical-align: top;
}
2016-11-20 13:41:43 -08:00
> .selected {
color: $color-link;
}
2016-10-24 19:20:29 -07:00
&:hover {
color: $color-link;
}
2017-08-21 17:51:06 +01:00
> .text {
display: inline-block;
font-size: 0.9rem;
vertical-align: text-top;
color: $color-off-black;
}
2016-10-24 19:20:29 -07:00
}
2016-11-20 13:41:43 -08:00
.ui-checkbox-selected {
2016-10-24 19:20:29 -07:00
color: $color-link;
}