check-whitespace: normalize css files

This commit is contained in:
Andrej730
2026-09-14 11:45:16 +05:00
parent 3e88479277
commit f3013f29df
15 changed files with 58 additions and 63 deletions
+2 -2
View File
@@ -249,13 +249,13 @@ img.active-flag {
position: absolute; top: 0; bottom: 0;
right: 86px;
border: 0px solid #999999; border-radius: 17px;
transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
right: 0px;
}
.button-primary {