Skip to content

Commit

Permalink
Delete sale-flash.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Jun 12, 2023
1 parent fde7023 commit 6106302
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 33 deletions.
12 changes: 11 additions & 1 deletion scss/bootscore_woocommerce/_wc_sale_badge.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
/*--------------------------------------------------------------
WooCommerce Sale Badge
--------------------------------------------------------------*/

/*
.badge.sale {
position: absolute;
top: 1rem;
left: 1rem;
font-size: 1.25rem;
z-index: 1;
}
*/

.woocommerce span.onsale {
@extend .badge;
background-color: var(--bscore-wc-price, var(--#{$prefix}danger));
min-height: inherit;
min-width: inherit;
top: $spacer;
left: $spacer;
}
32 changes: 0 additions & 32 deletions woocommerce/loop/sale-flash.php

This file was deleted.

0 comments on commit 6106302

Please sign in to comment.