Add small margin to the right of checkboxes
Makes things look less cramped.
This commit is contained in:
parent
a714e1b003
commit
564a89bcb9
|
@ -95,6 +95,7 @@ input[type=checkbox] {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 13px;
|
height: 13px;
|
||||||
|
margin-right: 6px;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
transition: 0.2s background-color linear;
|
transition: 0.2s background-color linear;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue