Files
openfoodnetwork/app/assets/stylesheets/admin/components/trial_progess_bar.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;
}