Replace compendium calls

This commit is contained in:
Dapoolp 2025-08-06 03:04:00 +02:00
parent 42867a4be1
commit 3ea050997b
12 changed files with 220 additions and 70 deletions

View file

@ -67,4 +67,29 @@
gap: 5px;
}
}
&.two-big-buttons {
.window-content {
padding-top: 0;
.form-footer {
display: grid;
grid-auto-columns: 1fr;
grid-auto-flow: column;
}
button[type="submit"] {
flex-direction: column-reverse;
font-family: @font-body;
font-size: var(--font-size-14);
height: unset;
padding: .5rem 1rem;
white-space: nowrap;
i {
font-size: var(--font-size-20);
}
}
}
}
}

View file

@ -333,5 +333,10 @@
font-family: @font-body;
}
}
[disabled] {
opacity: .5;
pointer-events: none;
}
}
}