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

/*  =========================================================================
	Start of Team Slider shortcode
=============================================================================*/

.edgtf-team-slider-container{
	position:relative;
	margin:0;
	display:none;
	width: 100%;
	margin-top:-60px;	

	.edgtf-slide-image{
		img{
			vertical-align: middle;
			width:100%;	
		}
	}
	.edgtf-image-wrapper {
	    display: inline-block;
	    vertical-align: middle;
	}

	.edgtf-content-slide{
		@include edgtfTableLayout();
	}

	.edgtf-slide-content{
		padding-left:75px;
		padding-right:140px;
		display:inline-block;
		width:73.5%;
		text-align:left;
		position:absolute;
		right:0;
		top:130px;
		@include edgtfBoxSizing(border-box);
	}

	.edgtf-team-description{
		padding-top:35px;
		padding-bottom:25px;
	}
	
	.edgtf-team-name{
		color:#2a3a53;
	}

	.edgtf-icon-shortcode:not(:last-child){
		margin-right:15px;		
	}

	.edgtf-icon-shortcode{
		background-color:#cdcdcd;
		&:hover{
			background-color:$first-main-color;
		}
	}

	.owl-dots{
	    text-align:center;
	    position: absolute;
	    bottom: 25px;
	    width: 100%;
	}

	.owl-dot{
	    display:inline-block;
	    width:6px;
	    height:6px;
	    background-color:$first-main-color;
	    border-radius:0;
	    margin-right:25px;
	    position:relative;
	    text-align:center;
    	@include edgtfTransition(background-color 0.2s ease-in);
	    @include edgtfBoxSizing(border-box);

	    &:last-child{
	    	margin-right:0;
	    }

	    &:hover,
	    &.active{
	    	background-color:#fff;
	    }
	}

	.owl-prev,
	.owl-next{
	    display: inline-block;
	    position: absolute;
	    top: 50%;
	    line-height: 1em;
	    @include edgtfTransform(translateY(-50%));
	    color:#828181;
	    @include edgtfTransition(color .3s ease-out);
	    font-size:110px;
	}

	.owl-prev{
	    left:-100px;
	}
	.owl-next{
	    right:-100px;
	}
	.owl-prev:hover,
	.owl-next:hover{
	    color:$first-main-color;
	}
}

/*  =========================================================================
	End of Team Slider shortcode
=============================================================================*/


??

??