mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
18 lines
239 B
SCSS
18 lines
239 B
SCSS
@import "variables";
|
|
|
|
.report__table {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.report__message {
|
|
margin-top: 2em;
|
|
border: 1px solid $pale-blue;
|
|
border-radius: .5em;
|
|
padding: .5em;
|
|
text-align: center;
|
|
}
|
|
|
|
.customer-names-tip {
|
|
margin-top: 1em;
|
|
}
|