This commit is contained in:
Boof 2023-02-07 09:40:56 +01:00 committed by GitHub
parent 2e8aea97d7
commit 143c375295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,9 +36,9 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
}
#email-form-popup {
#email-form-popup {
display: none;
position: fixed;
top: 50%;
@ -48,12 +48,12 @@
height: 90vh;
background-color: white;
z-index: 1;
}
}
#email-popup-iframe {
#email-popup-iframe {
width: 100%;
height: 100%;
}
}
:root {
--text-color: #ffffff;