
@color_left: #; 
@color_right: #; 
 

.btn-gradient-hvr::before {
    background: -webkit-linear-gradient(90deg, #, #);
    background: -webkit-gradient(linear, left top, right top, color-stop(#), color-stop(#));
    background: -webkit-linear-gradient(left, #, #);
    background: -o-linear-gradient(left, #, #);
    background: -webkit-gradient(linear, left top, right top, from(#), to(#));
    background: linear-gradient(90deg, #, #);
}
.scndry-gradient-hvr::before {
    background: -webkit-linear-gradient(90deg, # 31%, # 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #), color-stop(69%, #));
    background: -webkit-linear-gradient(left, # 31%, # 69%);
    background: -o-linear-gradient(left, # 31%, # 69%);
    background: linear-gradient(90deg, # 31%, # 69%);
} 
.gradient_text {
   color: #;
}  