Files
integreat/resources/bulma-0.9.0/sass/form/checkbox-radio.sass
Bryce Covert 3a2351aa41 build
2020-08-22 17:14:30 -07:00

22 lines
388 B
Sass

%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
+ltr-property("margin", 0.5em, false)