Files
openfoodnetwork/app/assets/stylesheets/admin/components/save_bar.scss
2017-01-15 12:11:53 +00:00

20 lines
248 B
SCSS

#save-bar {
position: fixed;
width: 100%;
z-index: 100;
bottom: 0px;
left: 0;
padding: 8px 8px;
font-weight: bold;
background-color: #eff5fc;
color: #5498da;
h5 {
color: #5498da;
}
input {
margin-right: 5px;
}
}