mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-14 17:09:45 +00:00
ecb89b781b
* Remove extra font files * Update hard-coded variables * Upgrade Bulma to v0.9.0
21 lines
388 B
Sass
Generated
21 lines
388 B
Sass
Generated
%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)
|