1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00
Files
seahub/frontend/src/css/switch.css

15 lines
291 B
CSS
Raw Normal View History

.seahub-switch.small .custom-switch-indicator {
width: 22px;
height: 12px;
border-radius: 6px;
}
.seahub-switch.small .custom-switch-indicator:before {
height: 8px;
width: 8px;
}
.seahub-switch.small .custom-switch-input:checked~.custom-switch-indicator:before {
left: 12px;
}