/home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass/utility
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass/utility/_button.scss (493B)
@mixin thmBtn($bgColor: $thm-base, $color: #fff, $padding: 16.5px 39.5px, ) {
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
border: none;
outline: none !important;
background-color: $bgColor;
color: $color;
font-size: 16px;
border-radius: $border-radius;
font-weight: 500;
font-family: $thm-font;
padding: $padding;
transition: 500ms;
@include reverseHover($bgColor: $bgColor, $color: $color);
}