Merge branch 'dev' into feature/funk

This commit is contained in:
Alec Schitzkat
2026-08-09 02:24:01 +02:00
29 changed files with 4538 additions and 66 deletions
+10 -8
View File
@@ -364,14 +364,16 @@ button {
top: 0;
left: 0;
width: 100%;
height: 45px;
padding: 19px 42px 0;
height: 48px;
padding: 17px 30px 0;
color: #fff;
display: flex;
justify-content: space-between;
align-items: flex-start;
font-size: 12px;
font-weight: 500;
font-size: 17px;
font-weight: 600;
line-height: 20px;
letter-spacing: -0.25px;
text-shadow: 0 1px 3px #0009;
pointer-events: none;
}
@@ -382,10 +384,10 @@ button {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 3px;
width: 118px;
height: 45px;
padding: 11px 42px 0 0;
gap: 6px;
width: 120px;
height: 48px;
padding: 17px 30px 0 0;
border: 0;
color: inherit;
background: transparent;