HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/jet-elements/assets/scss/addons/_jet-countdown-timer.scss
.jet-countdown-timer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;

	&__item {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: stretch;
		text-align: center;
		margin: 5px;
	}

	&__separator {
		display: none;
		* + & {
			display: block;
		}
	}

	&__digit {
		display: inline-block;
	}
}

.jet-countdown-timer-message {
	display: none;
	text-align: center;
}