mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-13 17:25:34 +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 {
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
color: #00a2e2;
|
||||
color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.spinner-fs-background {
|
||||
|
|
Loading…
Reference in New Issue
Block a user