We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c114571 commit 145a2e6Copy full SHA for 145a2e6
1 file changed
apps/ticket/src/app/(pages)/mypage/_clientBoundary/QrTicketModal/index.module.scss
@@ -1,3 +1,5 @@
1
+@use "@permit/design-system/styles/variables" as theme;
2
+
3
.event_venue {
4
margin-top: 20px;
5
}
@@ -7,11 +9,17 @@
7
9
8
10
11
.qr_code_wrap {
- padding: 80px;
12
+ margin: 68px;
13
+ background-color: theme.$white;
14
+ cursor: pointer;
15
+ border-radius: 12px;
16
+ padding: 12px;
17
18
@media (max-width: 768px) {
19
+ margin: 28px;
20
21
display: flex;
22
justify-content: center;
- padding: 40px;
23
24
25
0 commit comments