mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Fix #676
This commit is contained in:
parent
ffc66a0270
commit
79d5ab6b70
File diff suppressed because it is too large
Load Diff
@ -84,7 +84,7 @@ doc-subtab: form
|
|||||||
<p class="control">
|
<p class="control">
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
Remember me
|
I agree to the <a href="#">terms and conditions</a>
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -79,17 +79,12 @@ $input-radius: $radius !default
|
|||||||
|
|
||||||
.checkbox,
|
.checkbox,
|
||||||
.radio
|
.radio
|
||||||
align-items: center
|
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
display: inline-flex
|
display: inline-block
|
||||||
flex-wrap: wrap
|
line-height: 1.25
|
||||||
justify-content: flex-start
|
|
||||||
line-height: 1.5
|
|
||||||
position: relative
|
position: relative
|
||||||
vertical-align: top
|
|
||||||
input
|
input
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
margin-right: 0.5em
|
|
||||||
&:hover
|
&:hover
|
||||||
color: $input-hover
|
color: $input-hover
|
||||||
&[disabled]
|
&[disabled]
|
||||||
|
Loading…
Reference in New Issue
Block a user