Skip to content

Commit 145a2e6

Browse files
committed
style: update QrTicketModal styles for improved layout and responsiveness
1 parent c114571 commit 145a2e6

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use "@permit/design-system/styles/variables" as theme;
2+
13
.event_venue {
24
margin-top: 20px;
35
}
@@ -7,11 +9,17 @@
79
}
810

911
.qr_code_wrap {
10-
padding: 80px;
12+
margin: 68px;
13+
background-color: theme.$white;
14+
cursor: pointer;
15+
border-radius: 12px;
16+
padding: 12px;
1117

1218
@media (max-width: 768px) {
19+
margin: 28px;
20+
1321
display: flex;
1422
justify-content: center;
15-
padding: 40px;
23+
padding: 12px;
1624
}
1725
}

0 commit comments

Comments
 (0)