Move form.sass into its own folder

This commit is contained in:
Jeremy Thomas
2019-05-18 15:52:00 +01:00
parent fe89d488b5
commit 32da7c1af8
11 changed files with 1717 additions and 1838 deletions

View 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