fix add selling to current festival in api call from dashboard

This commit is contained in:
Tykayn 2025-02-26 14:51:48 +01:00 committed by tykayn
parent 7e120c030b
commit 457cafdaef
10 changed files with 174 additions and 90 deletions

View file

@ -1,10 +1,11 @@
form {
label{
label {
min-width: 300px;
padding-right: 2rem;
padding-bottom: 1rem;
margin-bottom: 0.5rem;
}
textarea,
select {
padding: 1rem 2rem;
@ -15,29 +16,36 @@ form {
width: 100%;
min-width: 50vw;
}
input {
padding: 1rem 2rem;
border-radius: 0.5rem;
border: solid 1px #ccc;
margin-bottom: 0.5rem;
width: 100%;
min-width: 30vw;
min-width: 30ch;
[type="text"] {
padding: 1rem 2rem;
border-radius: 0.5rem;
}
[type="textarea"] {
padding: 1rem 2rem;
border-radius: 0.5rem;
}
}
button.btn, a {
button.btn,
a {
padding: 1rem 2rem;
border-radius: 0.5rem;
border: solid 1px #ccc;
background: blue;
margin-bottom: 0.5rem;
}
}
.btn-remove-all {
color: white;
}