fix открытие/закрытие form/notification

This commit is contained in:
Kirill Pet
2024-10-28 19:49:06 +03:00
parent 19cd9dfc68
commit c9611bf3d2
4 changed files with 508 additions and 6 deletions

View File

@@ -1679,6 +1679,11 @@ button{
border-radius: 20px;
position: relative;
display: none;
}
.modal-form.active{
display: block;
}
.modal-form--white{
border: 1px solid var(--background-black);
@@ -1827,11 +1832,14 @@ button{
width: 1105px;
display: flex;
display: none;
border-radius: 24px;
border: none;
}
.modal-map.active{
display: flex;
}
.modal-map__left{
width: 600px;