mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Largely whitespace, but some other updates too, including uppercase colour codes and standardising numbers. Best viewed with whitespace ignored.
27 lines
365 B
SCSS
27 lines
365 B
SCSS
.alert-row {
|
|
margin-bottom: 10px;
|
|
font-weight: bold;
|
|
background-color: $spree-light-blue;
|
|
|
|
.column,
|
|
.columns {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
&.alpha {
|
|
padding-left: 10px;
|
|
}
|
|
&.omega {
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
|
|
span {
|
|
line-height: 3rem;
|
|
}
|
|
|
|
a.close {
|
|
line-height: 3rem;
|
|
font-size: 2rem;
|
|
}
|
|
}
|