@@ -1599,39 +1599,6 @@ body.edy-checkout-button-visible {
1599
1599
text-align : center;
1600
1600
width : 100% ;
1601
1601
}
1602
- .content-formatted .edy-buy-button .edy-buy-button-title : before ,
1603
- .content-formatted .edy-js-buy-button : before {
1604
- content : "+" ;
1605
- margin-right : 4px ;
1606
- }
1607
- .content-formatted .edy-buy-button-variants {
1608
- display : flex;
1609
- flex-direction : column;
1610
- padding-bottom : 48px ;
1611
- }
1612
- .content-formatted .edy-buy-button-variants .form_field {
1613
- display : grid;
1614
- grid-template-columns : 1fr 1fr 3fr ;
1615
- gap : 8px ;
1616
- align-items : center;
1617
- padding-top : 16px ;
1618
- padding-bottom : 16px ;
1619
- border-top : 0.5px solid rgba (0 , 0 , 0 , 0.1 );
1620
- border-bottom : 0.5px solid rgba (0 , 0 , 0 , 0.1 );
1621
- }
1622
- .content-formatted .edy-buy-button-variants .form_field + .form_field {
1623
- border-top : none;
1624
- }
1625
- .content-formatted .edy-buy-button-variants .form_field .form_field_label : after {
1626
- content : ":" ;
1627
- }
1628
- .content-formatted .edy-buy-button-variants .form_field .form_field_select {
1629
- border : none;
1630
- background : none;
1631
- }
1632
- .content-formatted .edy-buy-button-variants .form_field .form_field_select : focus {
1633
- outline : none;
1634
- }
1635
1602
.content-formatted .edy-buy-button-align-center .form_field {
1636
1603
grid-template-columns : repeat (4 , 1fr );
1637
1604
}
@@ -1691,6 +1658,55 @@ body.edy-checkout-button-visible {
1691
1658
color : # 888888 ;
1692
1659
}
1693
1660
1661
+ .edy-buy-button .edy-buy-button-title : before ,
1662
+ .edy-js-buy-button : before {
1663
+ content : "+" ;
1664
+ margin-right : 4px ;
1665
+ }
1666
+
1667
+ .content-formatted .edy-buy-button-variants , .edy-product-widget-modal-container .edy-buy-button-variants {
1668
+ display : flex;
1669
+ flex-direction : column;
1670
+ padding-bottom : 48px ;
1671
+ }
1672
+ .content-formatted .edy-buy-button-variants .form_field , .edy-product-widget-modal-container .edy-buy-button-variants .form_field {
1673
+ display : grid;
1674
+ grid-template-columns : 1fr 1fr 3fr ;
1675
+ gap : 8px ;
1676
+ align-items : center;
1677
+ padding-top : 16px ;
1678
+ padding-bottom : 16px ;
1679
+ border-top : 0.5px solid rgba (0 , 0 , 0 , 0.1 );
1680
+ border-bottom : 0.5px solid rgba (0 , 0 , 0 , 0.1 );
1681
+ }
1682
+ .content-formatted .edy-buy-button-variants .form_field + .form_field , .edy-product-widget-modal-container .edy-buy-button-variants .form_field + .form_field {
1683
+ border-top : none;
1684
+ }
1685
+ .content-formatted .edy-buy-button-variants .form_field .form_field_label : after , .edy-product-widget-modal-container .edy-buy-button-variants .form_field .form_field_label : after {
1686
+ content : ":" ;
1687
+ }
1688
+ .content-formatted .edy-buy-button-variants .form_field .form_field_select , .edy-product-widget-modal-container .edy-buy-button-variants .form_field .form_field_select {
1689
+ border : none;
1690
+ background : none;
1691
+ }
1692
+ .content-formatted .edy-buy-button-variants .form_field .form_field_select : focus , .edy-product-widget-modal-container .edy-buy-button-variants .form_field .form_field_select : focus {
1693
+ outline : none;
1694
+ }
1695
+ .edy-product-widget-modal-container .edy-buy-button-variants {
1696
+ padding-bottom : 24px ;
1697
+ }
1698
+ .edy-product-widget-modal-container .edy-buy-button-variants .form_field : first-child {
1699
+ padding-top : 16px ;
1700
+ }
1701
+ .edy-product-widget-modal-container .edy-buy-button-variants .form_field : last-child {
1702
+ padding-bottom : 16px ;
1703
+ }
1704
+
1705
+ .edy-product-widget-modal .product-price-original {
1706
+ opacity : 0.4 ;
1707
+ margin-right : 4px ;
1708
+ }
1709
+
1694
1710
@media screen and (max-width : 640px ) {
1695
1711
.content-formatted .form_field_size_medium ,
1696
1712
.content-formatted .form_field_size_large {
@@ -2258,6 +2274,12 @@ body .dark-background {
2258
2274
color : var (--darkmode-color );
2259
2275
}
2260
2276
2277
+ .edy-product-widget-modal .edy-product-widget-modal-title ,
2278
+ .edy-product-widget-modal .edy-buy-button-price-container .edy-buy-button-price-original ,
2279
+ .edy-product-widget-modal .edy-buy-button-price-container .edy-buy-button-effective-price {
2280
+ color : var (--primary-color );
2281
+ }
2282
+
2261
2283
h1 {
2262
2284
font-size : var (--heading-1-font-size );
2263
2285
font-weight : var (--heading-1-font-weight );
@@ -2475,7 +2497,8 @@ h4 {
2475
2497
.content-formatted .edy-product-widget-item-price-original {
2476
2498
opacity : 0.4 ;
2477
2499
}
2478
- .content-formatted .edy-buy-button-price-container {
2500
+ .content-formatted .edy-buy-button-price-container .edy-buy-button-price-original ,
2501
+ .content-formatted .edy-buy-button-price-container .edy-buy-button-effective-price {
2479
2502
color : var (--primary-color );
2480
2503
}
2481
2504
.content-formatted .edy-buy-button-price-container .edy-buy-button-price-original {
0 commit comments