first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
/**
* WooCommerce Smart Coupons
*/
/**
* Imports
*/
.woocommerce .coupon-container,
.woocommerce-page .coupon-container {
margin: 0;
box-shadow: none; }
.woocommerce .coupon-container.medium,
.woocommerce-page .coupon-container.medium {
line-height: inherit;
padding: 0.6180469716em; }
.woocommerce .generated_coupon_summary,
.woocommerce-page .generated_coupon_summary {
margin: 0; }
.woocommerce .coupon-content.small,
.woocommerce-page .coupon-content.small {
padding: 0.6180469716em 1.41575em; }
.woocommerce .coupon-content .coupon-expire,
.woocommerce .coupon-content .discount-info,
.woocommerce-page .coupon-content .coupon-expire,
.woocommerce-page .coupon-content .discount-info {
font-family: inherit; }
.woocommerce #coupons_list,
.woocommerce-page #coupons_list {
margin-bottom: 1.618em; }
.sd-buttons-transparent.woocommerce .coupon-container, .sd-buttons-transparent.woocommerce-page .coupon-container {
background: transparent !important;
padding: 0; }
@media (min-width: 768px) {
.sc_info_box {
width: 41.1764705882%;
float: left;
margin-left: 0;
padding-right: 2.0833333333%;
padding-left: 2.0833333333%; }
.page-template-template-fullwidth-php .sc_info_box {
width: 39.1304347826%;
float: left;
margin-left: 0;
margin-right: 0; } }