Files
openfoodnetwork/app/webpacker/css/admin/components/alert_row.scss
David Cook e11518938f Prettify admin components scss
Largely whitespace, but some other updates too, including uppercase colour codes and standardising numbers.

Best viewed with whitespace ignored.
2023-05-03 12:10:58 +10:00

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;
}
}