mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
16 lines
198 B
SCSS
16 lines
198 B
SCSS
@import "variables";
|
|
|
|
span.unavailable, span.available {
|
|
font-weight: bold;
|
|
i {
|
|
font-size: 150%;
|
|
}
|
|
}
|
|
|
|
span.available {
|
|
color: $spree-green;
|
|
}
|
|
|
|
span.unavailable {
|
|
color: $warning-red;
|
|
} |