mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
22 lines
242 B
Plaintext
22 lines
242 B
Plaintext
|
|
[type=checkbox] {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
label {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.checkbox label {
|
||
|
|
padding-left: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.admin {
|
||
|
|
.fa-toggle-on, .fa-toggle-off {
|
||
|
|
font-size: 21px;
|
||
|
|
vertical-align: -3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fa-toggle-on {
|
||
|
|
color: @brand-success;
|
||
|
|
}
|
||
|
|
}
|