File: //proc/self/cwd/wp-content/themes/medialider/less/buttons.less
.ml-btn{
background: #ff6600;
color: #fff;
font-family: "LatoBold";
font-size: 16px;
padding: 14px 40px;
border-radius: 30px;
line-height: 1;
outline: none;
cursor: pointer;
border: none;
transition:all 200ms linear;
&:focus{
outline: none;
opacity: .8;
color: #fff;
}
&:active{
outline: none;
}
&:hover{
opacity: .8;
color: #fff;
}
}
.burger-btn{
background: url('./img/burger-btn.png') no-repeat;
width: 24px;
height: 16px;
position: fixed;
top: 30px;
right: 40px;
z-index: 200;
cursor: pointer;
}
.burger-btn_white{
background: url('./img/burger-btn_white.png') no-repeat;
}
.ml-stock-btn{
line-height: 1;
font-size: 16px;
padding: 11px 20px;
font-family: 'LatoSemiBold';
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
border-radius: 23px;
transition: all 200ms linear;
&:hover{
border: 1px solid transparent;
background: #5dd062;
color: #ffffff;
}
&:active{
outline: none;
background: #ffc600;
// border: 1px solid transparent;
color: #ffffff;
box-shadow: none;
}
&:focus{
outline: none;
border: 1px solid transparent;
background: #5dd062;
color: #ffffff;
}
}
.ml-stock-btn_blue{
border: 1px solid #343a64;
color:#343a64;
/*&:focus{
color:#343a64;
}*/
}
.ml-btn_green{
border: 1px solid transparent;
background: #5dd062;
color: #ffffff;
&:hover{
opacity: 0.8;
}
}
.ml-btn_big-width{
padding: 14px 60px;
}
.ml-stock-btn_margin-top-10{
margin-top: 10px;
}
.ml-btn_footer{
&:focus{
color: #343a64;
}
}