File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed
packages/lib/src/components/Pix Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
@import ' styles/variable-generator' ;
2
2
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 );
10
5
11
- & __timer {
6
+ & __qr_details {
12
7
display : flex ;
13
8
flex-direction : column ;
14
9
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
+ }
16
20
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
+ }
20
25
}
21
26
}
You can’t perform that action at this time.
0 commit comments