The ticket backgrounds have color depending on background and some
improvements
This commit is contained in:
2026-06-06 18:18:22 +02:00
parent dfb031949b
commit c3b7321005
4 changed files with 44 additions and 16 deletions
+5 -3
View File
@@ -47,7 +47,6 @@ body {
flex-direction: column;
max-width: 40%;
margin:0 auto;
margin-top: 96px;
background-color: variables.$rundbgbackgroundcolor;
padding-bottom: 96px;
padding-left: 32px;
@@ -57,8 +56,7 @@ body {
gap: 8px;
border-color: #000000;
border-style: double;
box-shadow: 20px 20px 10px;
box-shadow: rgb(43, 43, 43);
box-shadow: 20px 20px 10px rgb(43, 43, 43);
font-size: 26px;
@@ -75,4 +73,8 @@ body {
button {
margin: 16px 0;
}
&.login {
margin-top: 96px;
}
}