poll creation

This commit is contained in:
2023-04-10 15:55:25 +01:00
parent 657f684c2c
commit bf31816051
6 changed files with 112 additions and 66 deletions

View File

@ -7,7 +7,6 @@
background-color: var(--modal-bg-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 42;
overflow-y: auto;
}
@ -17,12 +16,7 @@
padding: 10px;
border-radius: 10px;
width: 500px;
min-height: 10vh;
}
@media (max-width: 720px) {
.modal-body {
width: 100vw;
margin: 0 10px;
}
border: 1px solid var(--font-tertiary-color);
margin-top: auto;
margin-bottom: auto;
}