Subversion Repositories wpShopGermany4

Rev

Rev 8349 | Rev 8375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8349 Rev 8353
Line 556... Line 556...
556
#AmazonPayButton_wrap { text-align:right; margin-bottom:2rem; width:100%; justify-content:flex-end; display:flex; }
556
#AmazonPayButton_wrap { text-align:right; margin-bottom:2rem; width:100%; justify-content:flex-end; display:flex; }
557
#AmazonPayButton_wrap #AmazonPayButton { width:210px; }
557
#AmazonPayButton_wrap #AmazonPayButton { width:210px; }
558
#AmazonLoginButton_wrap { text-align:right; margin-bottom:2rem; width:100%; justify-content:flex-end; display:flex; }
558
#AmazonLoginButton_wrap { text-align:right; margin-bottom:2rem; width:100%; justify-content:flex-end; display:flex; }
559
 
559
 
560
/* wpsg_mod_prepayment - QR-Code auf Bestellabschlussseite */
560
/* wpsg_mod_prepayment - QR-Code auf Bestellabschlussseite */
-
 
561
.wpsg_mod_prepayment_info_wrap { display:flex; justify-content:center; flex-direction:column; gap:20px; }
561
.wpsg_mod_prepayment_info { display: flex; gap: 20px; border: 1px solid #000000; padding: 20px; }
562
.wpsg_mod_prepayment_info { display: flex; gap: 20px; border: 1px solid #000000; padding: 20px; }
-
 
563
.wpsg_mod_prepayment_info h4{ margin: 0; }
562
.wpsg_mod_prepayment_info_left { display: flex; flex-direction: column; }
564
.wpsg_mod_prepayment_info_left { display: flex; flex-direction: column; }
563
.wpsg_mod_prepayment_info h4{ margin: 0; }
-
 
564
565
.wpsg_mod_prepayment_info_left_qrcodeimg { width:240px; height:240px; }
-
 
566
.wpsg_mod_prepayment_info_left_wrap { display:flex; gap:25%; }
-
 
567
.wpsg_mod_prepayment_info_left_currency { display:flex; flex-direction:column; }
-
 
568
.wpsg_mod_prepayment_info_left_amount { display:flex; flex-direction:column; }
-
 
569
 
-
 
570
.wpsg_mod_prepayment_girocode { display: flex; gap: 20px; border: 1px solid #000000; padding: 20px;}
-
 
571
.wpsg_mod_prepayment_girocode h4{ margin: 0; }
-
 
572
.wpsg_mod_prepayment_girocode_left { display: flex; flex-direction: column; }
-
 
573
.wpsg_mod_prepayment_girocode_left_qrcodeimg { width:240px; height:240px; }
-
 
574
.wpsg_mod_prepayment_girocode_left_wrap { display:flex; gap:25%; }
-
 
575
.wpsg_mod_prepayment_girocode_left_currency { display:flex; flex-direction:column; }
-
 
576
.wpsg_mod_prepayment_girocode_left_amount { display:flex; flex-direction:column; }
-
 
577
 
-
 
578
.wpsg_mod_prepayment_qrrechnung { display: flex; gap: 20px; border: 1px solid #000000; padding: 20px; }
-
 
579
.wpsg_mod_prepayment_qrrechnung h4{ margin: 0; }
-
 
580
.wpsg_mod_prepayment_qrrechnung_left { display: flex; flex-direction: column; }
-
 
581
.wpsg_mod_prepayment_qrrechnung_left_qrcodeimg { width:240px; height:240px; }
-
 
582
.wpsg_mod_prepayment_qrrechnung_left_wrap { display:flex; gap:25%; }
-
 
583
.wpsg_mod_prepayment_qrrechnung_left_currency { display:flex; flex-direction:column; }
-
 
584
.wpsg_mod_prepayment_qrrechnung_left_amount { display:flex; flex-direction:column; }
-
 
585
565
586