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
+9 -3
View File
@@ -556,7 +556,9 @@ td.blob-hunk {
}
.ui.attached.info.message,
.ui.info.message {
box-shadow: inset 0 0 0 1px #4b5e71, 0 0 0 0 transparent;
box-shadow:
inset 0 0 0 1px #4b5e71,
0 0 0 0 transparent;
}
.ui.bottom.attached.message {
background-color: #2c662d;
@@ -609,12 +611,16 @@ td.blob-hunk {
.ui.positive.message {
background-color: #48915a;
color: #ffffff;
box-shadow: inset 0 0 0 1px #48915a, 0 0 0 0 transparent;
box-shadow:
inset 0 0 0 1px #48915a,
0 0 0 0 transparent;
}
.ui.negative.message {
background-color: #e14c4c;
color: #ffffff;
box-shadow: inset 0 0 0 1px #e14c4c, 0 0 0 0 transparent;
box-shadow:
inset 0 0 0 1px #e14c4c,
0 0 0 0 transparent;
}
.ui.list .list > .item .header,
.ui.list > .item .header {