Files
openfoodnetwork/app/webpacker/css/admin/components/simple_modal.scss
David Cook e11518938f Prettify admin components scss
Largely whitespace, but some other updates too, including uppercase colour codes and standardising numbers.

Best viewed with whitespace ignored.
2023-05-03 12:10:58 +10:00

19 lines
276 B
SCSS

.reveal-modal.simple-modal {
width: 300px;
.close-reveal-modal {
color: $modal-close-button-color;
font-size: 23px;
right: 0.45rem;
top: 0.35rem;
:hover {
color: $modal-close-button-hover-color;
}
}
label {
margin-top: 20px;
}
}