?? 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: _separator.scss

/* ==========================================================================
   Separator start style
   ========================================================================== */
.edgtf-separator-holder {
	position: relative;
	margin: 10px 0;
	line-height: 0;
	font-size: 0;

	&.edgtf-separator-center {
		text-align: center;
	}
	&.edgtf-separator-left {
		text-align: left;
	}
	&.edgtf-separator-right {
		text-align: right;
	}

	&.edgtf-separator-full-width {
		.edgtf-separator {
			width: 100% !important;
		}
	}

	.edgtf-separator{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		border-bottom: 1px solid #b2b2b2;
		width: 50px;

	}

	&.edgtf-separator-transparent{
		.edgtf-separator{
			border-bottom: transparent;
			width: 100%;
		}
	}
}


/* ==========================================================================
   End of Separator style
   ========================================================================== */


??

??