mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Refactor Spinner.css to use CSS variable for color
This commit is contained in:
parent
b99add91cf
commit
52fe5d65a6
|
@ -9,7 +9,7 @@
|
||||||
.spinner-wrapper .spinner-border {
|
.spinner-wrapper .spinner-border {
|
||||||
width: 4rem;
|
width: 4rem;
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
color: #00a2e2;
|
color: var(--bs-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.spinner-fs-background {
|
.spinner-fs-background {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user