Skip to content

Commit 1456744

Browse files
committed
feat(pix): adjust spacing for pix code ui
1 parent 4c4a612 commit 1456744

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed
Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
@import 'styles/variable-generator';
22

3-
.adyen-checkout__pix__qr_details {
4-
display: flex;
5-
flex-direction: column;
6-
align-items: center;
7-
width: 100%;
8-
max-width: 318px;
9-
gap: token(spacer-070);
3+
.adyen-checkout__pix {
4+
padding-bottom: token(spacer-110);
105

11-
&__timer {
6+
&__qr_details {
127
display: flex;
138
flex-direction: column;
149
align-items: center;
15-
}
10+
width: 100%;
11+
max-width: 318px;
12+
gap: token(spacer-070);
13+
14+
&__timer {
15+
display: flex;
16+
flex-direction: column;
17+
align-items: center;
18+
margin-bottom: token(spacer-040);
19+
}
1620

17-
&__code {
18-
font-size: token(text-body-font-size);
19-
text-align: center;
21+
&__code {
22+
font-size: token(text-body-font-size);
23+
text-align: center;
24+
}
2025
}
2126
}

0 commit comments

Comments
 (0)