mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-07 22:46:06 +00:00
15 lines
195 B
SCSS
15 lines
195 B
SCSS
.filter_select {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
input.update-pending {
|
|
border: solid 1px orange;
|
|
}
|
|
|
|
input.update-error {
|
|
border: solid 1px red;
|
|
}
|
|
|
|
input.update-success {
|
|
border: solid 1px #9fc820;
|
|
} |