SASS – Bourbon – WP – BeTheme : Horizontal Gradient

		
		
			

#section-2 {

padding: 0 !important;

.section_wrapper {

max-width: 100% !important;

.section-2-wrapper {
@include linear-gradient( to left, rgba( white, .8 ), rgba( $tiana-teal, .5 ) ) ;
margin: 0 !important;
}
}

}