Client - fix modal position

This commit is contained in:
Sam 2023-03-04 19:51:15 +01:00
parent 41eb11bbcc
commit f771baae8b

View File

@ -68,20 +68,17 @@
background-color: var(--modal-background-color);
padding: $default-padding;
z-index: 1240;
display: flex;
justify-content: center;
align-items: center;
.custom-modal {
background-color: var(--app-background-color);
border-radius: $border-radius;
max-width: 500px;
margin: 25% auto;
z-index: 1250;
@media screen and (max-width: $medium-limit) {
margin: 15% auto;
width: 100%;
}
@media screen and (max-width: $small-limit) {
margin: 50% 0;
width: 100%;
}