mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
21 lines
299 B
SCSS
21 lines
299 B
SCSS
@import '../variables';
|
|
|
|
.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;
|
|
}
|
|
}
|