mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-22 23:49:27 +00:00
SCSS, Image processing, and reorg of content
This commit is contained in:
21
themes/lhs/assets/sass/form/checkbox-radio.sass
Normal file
21
themes/lhs/assets/sass/form/checkbox-radio.sass
Normal file
@@ -0,0 +1,21 @@
|
||||
%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
|
||||
margin-left: 0.5em
|
||||
Reference in New Issue
Block a user