refactor: re-format CSS files in VSCode

This commit is contained in:
2026-08-13 04:33:48 +05:00
parent 4ee0bb0022
commit 9f6c42fda9
77 changed files with 7077 additions and 1300 deletions
+6 -2
View File
@@ -418,11 +418,15 @@ ui.basic.blue.button:hover,
color: #fff !important;
}
.ui.labeled.icon.buttons>.button>.icon, .ui.labeled.icon.button>.icon {
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
background: var(--color-green);
}
.ui.teal.labels .label, .ui.ui.ui.teal.label, .ui.teal.button, .ui.teal.buttons .button {
.ui.teal.labels .label,
.ui.ui.ui.teal.label,
.ui.teal.button,
.ui.teal.buttons .button {
background: var(--color-green);
color: #fff !important;
}