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

28 lines
379 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 {
2016-11-20 13:41:43 -08:00
font-size: 1.4rem;
color: $color-gray;
2016-10-24 19:20:29 -07:00
vertical-align: top;
margin-right: 5px;
}
2016-11-20 13:41:43 -08:00
> .selected {
color: $color-link;
}
2016-10-24 19:20:29 -07:00
&:hover {
color: $color-link;
}
}
2016-11-20 13:41:43 -08:00
.ui-checkbox-selected {
2016-10-24 19:20:29 -07:00
color: $color-link;
}