mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
19 lines
274 B
SCSS
19 lines
274 B
SCSS
.reveal-modal.simple-modal {
|
|
width: 300px;
|
|
|
|
.close-reveal-modal {
|
|
color: $modal-close-button-color;
|
|
font-size: 23px;
|
|
right: .45rem;
|
|
top: .35rem;
|
|
|
|
:hover {
|
|
color: $modal-close-button-hover-color;
|
|
}
|
|
}
|
|
|
|
label {
|
|
margin-top: 20px;
|
|
}
|
|
}
|