mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #676
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user