mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
13 lines
194 B
SCSS
13 lines
194 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;
|
|
}
|