HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
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;
  }
}