# merchant/1.6/assets/sass/modules/countdown-timer/countdown-timer.scss

Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together &amp; More for WooCommerce – Merchant, version 1.6. 33 lines.

- Page: https://pluginprobe.com/plugins/merchant/1.6/code/assets/sass/modules/countdown-timer/countdown-timer.scss
- Raw: https://pluginprobe.com/plugins/merchant/1.6/raw/assets/sass/modules/countdown-timer/countdown-timer.scss
- Modified: 2023-11-29T20:09:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/merchant/1.6/code/assets/sass/modules/countdown-timer/countdown-timer.scss#L10-L20`.

```scss
/**
 * Countdown Timer.
 *
 */

.merchant-countdown-timer {
	display: flex;
	align-items: center;
	margin: 25px 0;
} 

.merchant-countdown-timer.center {
	justify-content: center;
}

.merchant-countdown-timer.right {
	justify-content: right;
}

.merchant-countdown-timer svg {
	margin-right: 5px;
	fill: var(--merchant-icon-color);
}

.merchant-countdown-timer-text {
	color: var(--merchant-sale-ending-color);
}

.merchant-countdown-timer-countdown {
	color: var(--merchant-digits-color);
	font-weight: bold;
}

```
