Update custom.css
Add span to center switches
This commit is contained in:
parent
e691c5cd8b
commit
18c4ff60aa
@ -23,6 +23,12 @@ input[type=checkbox]:checked + label
|
||||
}
|
||||
|
||||
/* Test toggle switch Begin */
|
||||
span.toggle {
|
||||
display:block;
|
||||
width: 75px;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
:root input[type="checkbox"] {
|
||||
position: absolute;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user