Files
openfoodnetwork/app/assets/stylesheets/admin/enterprise_console.css.scss

14 lines
166 B
SCSS

span.unavailable, span.available {
font-weight: bold;
i {
font-size: 150%;
}
}
span.available {
color: #9fc820;
}
span.unavailable {
color: #DA5354;
}