Sindbad~EG File Manager

Current Path : /var/www/html/eagledigital.com.br/css/files/
Upload File :
Current File : /var/www/html/eagledigital.com.br/css/files/mixins.scss

@mixin team-img($team-img) {
	background: linear-gradient(rgba(77, 208, 225, 0.3), rgba(77, 208, 225, 0.3)) repeat scroll 0% 0%, transparent url($team-img) repeat scroll 0% 0%;
}

@mixin placeholder {
	::-webkit-input-placeholder {@content}
	:-moz-placeholder           {@content}
	::-moz-placeholder          {@content}
	:-ms-input-placeholder      {@content}  
}

@mixin border-radius($radius) {
	-webkit-border-radius: $radius;
	   -moz-border-radius: $radius;
	    -ms-border-radius: $radius;
	     -o-border-radius: $radius;
		    border-radius: $radius;
}

@mixin box-shadow($shadow...) {
	-webkit-box-shadow: $shadow;   
	   -moz-box-shadow: $shadow;
	    -ms-box-shadow: $shadow;
	     -o-box-shadow: $shadow;
  	        box-shadow: $shadow;
}

@mixin transition($transition...) {
	-webkit-transition: $transition;
	   -moz-transition: $transition;
		-ms-transition: $transition;
         -o-transition: $transition;
            transition: $transition;
}

@mixin circle-shadow($color) {
	border-bottom: 2px solid $color;
	border-right: 2px solid $color;
}

@mixin max-content() {
  	width: intrinsic;           
  	width: -moz-max-content;    
  	width: -webkit-max-content; 
}

@mixin bg-img() {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists