?? 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: _zig-zag-separator.scss

/* ==========================================================================
   Zig Zag separator start style
   ========================================================================== */
.edgtf-zig-zag-separator-holder {
	position: relative;
	opacity: 0;
	line-height: 0;

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

	.edgtf-zig-zag-separator {
		fill:none;
		stroke:$first-main-color;
		stroke-width:3.7;
		stroke-miterlimit:10;
	}

	&.edgtf-zig-zag-separator-on{
		opacity: 1;
	}
}

.touch .edgtf-zig-zag-separator-holder {
	opacity: 1 !important;
}
/* ==========================================================================
   End of Zig Zag separator style
   ========================================================================== */


??

??