?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/shortcodes/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules

?? Viewing: _counter.scss

/* ==========================================================================
# Counter style - begin
========================================================================== */

.edgtf-counter-holder {
	display: block;
	opacity: 0;
	@include edgtfTransition(opacity 0.3s ease-in);
	padding: 20px 0;

	.edgtf-counter {
		font-size: 50px;
		line-height: 1em;
		font-weight: 300;
		color: $default-text-color;
		overflow: hidden;
		display: inline-block !important;
		height: 1em;
	}

	.edgtf-counter-title {
		margin-top: 0;
		margin-bottom:0;
		color: $default-text-color;
	}

	.edgtf-counter-text {
		margin: 0;
		color: $default-text-color;
	}

}

.edgtf-counter-holder-show {
	opacity: 1;
}

.edgtf-counter-holder.left {
	text-align: left;
}

.edgtf-counter-holder.right {
	text-align: right;
}

.edgtf-counter-holder.center {
	text-align: center;
	padding: 20px 0px;
}

/* ==========================================================================
# Counter style - end
========================================================================== */


??

??