Files
openfoodnetwork/app/webpacker/css/admin/reports.scss
Sebastian Castro 1ff98a1d8a Reports: Improve UI
2022-05-12 16:54:12 +02:00

35 lines
467 B
SCSS

.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;
}
}
.report__submit-btn {
margin: 0 !important;
width: 120px;
}