up routes and schema

This commit is contained in:
Tykayn 2025-02-14 11:00:20 +01:00 committed by tykayn
parent e23013825b
commit 1c700917b3
23 changed files with 1959 additions and 89 deletions

View file

@ -0,0 +1,8 @@
form {
button.btn {
padding: 2em;
border-radius: 0.5rem;
background: green !important;
color: white !important;
}
}