Simplified forms considerably

This commit is contained in:
2022-07-16 10:15:47 -07:00
parent d16b9c9a5e
commit 16a1d243e8
16 changed files with 519 additions and 592 deletions

View File

@@ -84,6 +84,10 @@
.modal.wide .modal-card {
width: 1024px;
}
.modal.semi-wide .modal-card {
width: 700px;
}
@keyframes grow-width {
from {
width: 0px;
@@ -347,10 +351,6 @@ nav.navbar .navbar-item.is-active {
.modal {
overflow: visible;
}
.modal-card-body {
overflow: visible;
}
.buttons .dropdown:not(:last-child):not(.is-fullwidth) .button {
margin-right: 0.5em;