@@ -1517,8 +1517,19 @@ input.input-inline {
|
||||
display: inline-block;
|
||||
min-height: 12px;
|
||||
}
|
||||
li input[type=checkbox] {
|
||||
margin: 0px 10px 0px -20px;
|
||||
|
||||
li input[type="checkbox"].checkbox + label::before {
|
||||
margin-left: -15px;
|
||||
|
||||
}
|
||||
input[type="checkbox"].checkbox + label::before {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
margin-right: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
li input[type="checkbox"].checkbox:not(:checked) + label::before {
|
||||
background-color: $color-main-background;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user