bulma and fontawesome instaled
[josuexyz/.git] / public / vendors / bulma / sass / form / checkbox-radio.sass
1 %checkbox-radio
2   cursor: pointer
3   display: inline-block
4   line-height: 1.25
5   position: relative
6   input
7     cursor: pointer
8   &:hover
9     color: $input-hover-color
10   &[disabled],
11   fieldset[disabled] &
12     color: $input-disabled-color
13     cursor: not-allowed
14
15 .checkbox
16   @extend %checkbox-radio
17
18 .radio
19   @extend %checkbox-radio
20   & + .radio
21     margin-left: 0.5em