mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
32 lines
424 B
SCSS
32 lines
424 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;
|
|
}
|
|
|
|
.rendering-options {
|
|
select {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.inline-checkbox {
|
|
line-height: 2.5em;
|
|
margin-left: 1em;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
}
|