mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
24 lines
328 B
SCSS
24 lines
328 B
SCSS
#save-bar {
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: $save-bar-z-index;
|
|
bottom: 0px;
|
|
left: 0;
|
|
padding: 8px 8px;
|
|
font-weight: bold;
|
|
background-color: $spree-light-blue;
|
|
color: $spree-blue;
|
|
|
|
h5 {
|
|
color: $spree-blue;
|
|
|
|
&.error {
|
|
color: $color-error;
|
|
}
|
|
}
|
|
|
|
input {
|
|
margin-right: 5px;
|
|
}
|
|
}
|