mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
31 lines
443 B
SCSS
31 lines
443 B
SCSS
.filter_select, .date_filter {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
input.update-pending {
|
|
border: solid 1px orange;
|
|
}
|
|
|
|
input.update-error {
|
|
border: solid 1px red;
|
|
}
|
|
|
|
input.update-success {
|
|
border: solid 1px #9fc820;
|
|
}
|
|
|
|
.no-close .ui-dialog-titlebar-close {
|
|
display: none;
|
|
}
|
|
|
|
div#group_buy_calculation {
|
|
border-radius: 3px;
|
|
border:1px solid #5498da;
|
|
background-color: #eff5fc;
|
|
div {
|
|
margin-bottom: 5px;
|
|
span, h6 {
|
|
padding: 5px;
|
|
}
|
|
}
|
|
} |