1
0
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:
Aleksandr Gumroian 2024-09-20 13:22:40 +02:00
parent b99add91cf
commit 52fe5d65a6
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -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 {