/*------------------------------------*\ #Mixin - Border \*------------------------------------*/ @mixin amadeusHosResWcBorder($border-width, $border-top, $border-right, $border-bottom, $border-left) { border-style: solid; border-color: $borders-color; border-width: $border-width; border-top: $border-top; border-right: $border-right; border-bottom: $border-bottom; border-left: $border-left; }