mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
Largely whitespace, but some other updates too, including uppercase colour codes and standardising numbers. Best viewed with whitespace ignored.
19 lines
276 B
SCSS
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;
|
|
}
|
|
}
|