Files
bulma/sass/form/checkbox-radio.sass

22 lines
388 B
Sass
Raw Normal View History

2019-05-18 15:52:00 +01:00
%checkbox-radio
cursor: pointer
display: inline-block
line-height: 1.25
position: relative
input
cursor: pointer
&:hover
color: $input-hover-color
&[disabled],
fieldset[disabled] &
color: $input-disabled-color
cursor: not-allowed
.checkbox
@extend %checkbox-radio
.radio
@extend %checkbox-radio
& + .radio
2020-05-17 19:38:47 +01:00
+ltr-property("margin", 0.5em, false)