PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.1
Tiered Pricing Table for WooCommerce v2.2.1
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / freemius / assets / scss / admin / _themes.scss

_themes.scss in Tiered Pricing Table for WooCommerce 2.2.1, at freemius/assets/scss/admin/_themes.scss

21 lines 573 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .theme-browser
2 {
3 .theme
4 {
5 .fs-premium-theme-badge
6 {
7 position: absolute;
8 top: 10px;
9 right: 0;
10 background: $fs-logo-green-color;
11 color: #fff;
12 text-transform: uppercase;
13 padding: 5px 10px;
14 @include border-radius(3px 0 0 3px);
15 font-weight: bold;
16 border-right: 0;
17 @include box-shadow(0 2px 1px -1px rgba(0, 0, 0, .3));
18 font-size: 1.1em;
19 }
20 }
21 }