mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
11 lines
169 B
SCSS
11 lines
169 B
SCSS
.report__table {
|
|
margin-top: 2em;
|
|
}
|
|
.report__message {
|
|
margin-top: 2em;
|
|
border: 1px solid #cee1f4;
|
|
border-radius: .5em;
|
|
padding: .5em;
|
|
text-align: center;
|
|
}
|