1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00
documize/gui/app/styles/widget/widget-checkbox.scss
2017-07-19 14:48:33 +01:00

27 lines
379 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.4rem;
color: $color-gray;
vertical-align: top;
margin-right: 5px;
}
> .selected {
color: $color-link;
}
&:hover {
color: $color-link;
}
}
.ui-checkbox-selected {
color: $color-link;
}