Skip to content

Commit d6615ab

Browse files
authored
Merge pull request hestiacp#4319 from hestiacp/simplify-spinner
Simplify spinner styles
2 parents ad7473c + 96fc050 commit d6615ab

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

web/css/src/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742

743743
.spinner-overlay {
744744
& .fas {
745-
box-shadow: 0 8px 25px rgb(0 0 0 / 90%);
745+
box-shadow: 0 0 25px rgb(0 0 0 / 90%);
746746
}
747747
}
748748

web/css/src/themes/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@
23082308

23092309
& .fas {
23102310
border-radius: 50%;
2311-
box-shadow: 0 8px 40px 0 rgb(0 0 0 / 35%);
2311+
box-shadow: 0 0 40px 0 rgb(0 0 0 / 35%);
23122312
}
23132313
}
23142314

web/css/src/themes/flat.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,6 @@
9696
}
9797
}
9898

99-
/* Spinner
100-
========================================================================== */
101-
102-
.spinner-overlay {
103-
& .fas {
104-
box-shadow: 0 2px 11px 0 rgb(0 0 0 / 50%);
105-
}
106-
}
107-
10899
/* Box collapse component
109100
========================================================================== */
110101

web/css/src/themes/vestia.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,6 @@ h1 {
241241
}
242242
}
243243

244-
/* Spinner
245-
========================================================================== */
246-
247-
.spinner-overlay {
248-
& .fas {
249-
box-shadow: 0 2px 11px 0 rgb(0 0 0 / 50%);
250-
}
251-
}
252-
253244
/* Buttons
254245
========================================================================== */
255246

0 commit comments

Comments
 (0)