1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 16:19:46 +02:00
documize/gui/app/styles/core/widget/widget-radio.scss

36 lines
549 B
SCSS
Raw Normal View History

2016-11-25 11:39:39 -08:00
.ui-radio {
vertical-align: bottom;
cursor: pointer;
font-size: 1.1rem;
overflow: hidden;
white-space: nowrap;
margin: 0 0 5px 0;
> .material-icons {
font-size: 1.5rem;
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
2016-11-25 11:39:39 -08:00
vertical-align: top;
margin-right: 5px;
}
> .selected {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 800);
2016-11-25 11:39:39 -08:00
}
&:hover {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 800);
}
> .text {
display: inline-block;
font-size: 1.1rem;
vertical-align: sub;
2018-12-04 17:26:57 +00:00
color: $color-black-light-1;
2016-11-25 11:39:39 -08:00
}
}
.ui-radio-selected {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 800);
2016-11-25 11:39:39 -08:00
}