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 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}
You can’t perform that action at this time.
0 commit comments