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

25 lines
425 B
Sass
Raw Normal View History

2020-10-31 23:52:27 +00:00
@import "shared"
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] &,
input[disabled]
2019-05-18 15:52:00 +01:00
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)