Changeset 218201
- Timestamp:
- 02/21/2024 11:06:41 AM (21 months ago)
- Location:
- altra/1.0.44
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from altra/1.0.43)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
altra/1.0.44/readme.txt
r217378 r218201 4 4 Tested up to: 6.4 5 5 Requires PHP: 5.6 6 Stable tag: 1.0.4 36 Stable tag: 1.0.44 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 79 79 == Changelog == 80 80 81 @version 1.0.44 82 * Style improvements - Product Sale Badge 83 81 84 @version 1.0.43 82 85 * Style improvements - Product Title -
altra/1.0.44/style.css
r217378 r218201 3 3 Text Domain: altra 4 4 Template: atua 5 Version: 1.0.4 35 Version: 1.0.44 6 6 Tested up to: 6.4 7 7 Requires at least: 4.7 … … 911 911 text-decoration: none; 912 912 } 913 914 .wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale { 915 left: 15px; 916 top: 15px; 917 padding: 0; 918 color: var(--dt-whi-color); 919 background: var(--dt-pri-color); 920 right: auto; 921 min-width: 45px; 922 height: 24px; 923 line-height: 24px; 924 display: block; 925 overflow: hidden; 926 min-height: auto; 927 font-weight: 500; 928 font-size: 12px; 929 letter-spacing: 0.2px; 930 border: none; 931 }
Note: See TracChangeset
for help on using the changeset viewer.