mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-28 06:15:17 +00:00
13 lines
203 B
SCSS
13 lines
203 B
SCSS
@import "../variables";
|
|
|
|
#trial_progress_bar {
|
|
position: fixed;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
width: 100vw;
|
|
padding: 8px 10px;
|
|
font-weight: bold;
|
|
background-color: $spree-blue;
|
|
color: white;
|
|
}
|