working on system management
This commit is contained in:
@@ -122,3 +122,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Custom Toggle Switch */
|
||||
.toggle-checkbox:checked {
|
||||
right: 0;
|
||||
border-color: #137fec;
|
||||
}
|
||||
|
||||
.toggle-checkbox:checked + .toggle-label {
|
||||
background-color: #137fec;
|
||||
}
|
||||
|
||||
.toggle-checkbox {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.toggle-checkbox:checked {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user