You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
205 B
Plaintext
18 lines
205 B
Plaintext
10 years ago
|
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;
|
||
|
}
|
||
|
}
|