view tickets

This commit is contained in:
2026-06-06 17:25:12 +02:00
parent b030e133a2
commit dfb031949b
3 changed files with 27 additions and 3 deletions
+24 -1
View File
@@ -7,8 +7,31 @@
display: flex;
flex-direction: column;
gap: $spacing-sm;
.meta { color: $color-muted; font-size: 0.9rem; }
.title { font-weight: 600; }
}
.ticketbox {
max-width: auto;
margin:0 0;
margin-top: 96px;
background-color: #ffec3f;
padding-bottom: 96px;
padding-left: 32px;
padding-right: 32px;
padding-top: 96px;
border-radius: 20px;
border-color: #000000;
border-style: double;
box-shadow: 20px 20px 10px;
box-shadow: rgb(43, 43, 43);
font-size: 26px;
}
.postits {
display: grid;
grid-template-columns: auto auto auto;
gap: 8px;
}
+1
View File
@@ -59,6 +59,7 @@ body {
border-style: double;
box-shadow: 20px 20px 10px;
box-shadow: rgb(43, 43, 43);
font-size: 26px;
input, button {