mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
146 B
SCSS
10 lines
146 B
SCSS
/* Overide app/webpacker/css/admin/components/progress.scss file */
|
|
|
|
#progress {
|
|
background-color: $v2-blue;
|
|
}
|
|
|
|
#loading {
|
|
color: $v2-blue;
|
|
}
|