This commit is contained in:
Jeremy Thomas 2017-04-15 14:51:59 +01:00
parent ffc66a0270
commit 79d5ab6b70
3 changed files with 353 additions and 1228 deletions

File diff suppressed because it is too large Load Diff

View File

@ -84,7 +84,7 @@ doc-subtab: form
<p class="control">
<label class="checkbox">
<input type="checkbox">
Remember me
I agree to the <a href="#">terms and conditions</a>
</label>
</p>
</div>

View File

@ -79,17 +79,12 @@ $input-radius: $radius !default
.checkbox,
.radio
align-items: center
cursor: pointer
display: inline-flex
flex-wrap: wrap
justify-content: flex-start
line-height: 1.5
display: inline-block
line-height: 1.25
position: relative
vertical-align: top
input
cursor: pointer
margin-right: 0.5em
&:hover
color: $input-hover
&[disabled]