Update bulma, adjust font

This commit is contained in:
2023-11-06 17:07:51 +00:00
parent 6b590b28a2
commit 26950a7bd4
79 changed files with 1146 additions and 958 deletions

View File

@@ -0,0 +1,22 @@
%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]
color: $input-disabled-color
cursor: not-allowed
.checkbox
@extend %checkbox-radio
.radio
@extend %checkbox-radio
& + .radio
+ltr-property("margin", 0.5em, false)