PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.7
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.7
2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 1.9.12 All 59 releases
merchant / assets / css / modules / countdown-timer / countdown-timer.css

countdown-timer.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.7, at assets/css/modules/countdown-timer/countdown-timer.css

39 lines 762 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Countdown Timer.
3 *
4 */
5 .merchant-countdown-timer {
6 display: -webkit-box;
7 display: -ms-flexbox;
8 display: flex;
9 -webkit-box-align: center;
10 -ms-flex-align: center;
11 align-items: center;
12 margin: 25px 0;
13 }
14
15 .merchant-countdown-timer.center {
16 -webkit-box-pack: center;
17 -ms-flex-pack: center;
18 justify-content: center;
19 }
20
21 .merchant-countdown-timer.right {
22 -webkit-box-pack: right;
23 -ms-flex-pack: right;
24 justify-content: right;
25 }
26
27 .merchant-countdown-timer svg {
28 margin-right: 5px;
29 fill: var(--merchant-icon-color);
30 }
31
32 .merchant-countdown-timer-text {
33 color: var(--merchant-sale-ending-color);
34 }
35
36 .merchant-countdown-timer-countdown {
37 color: var(--merchant-digits-color);
38 font-weight: bold;
39 }