@import "../variables.scss"; @mixin set-button-style($color) { box-sizing: border-box; border-radius: 10px; background: $color; border: 1.5px solid $color; font-style: normal; font-weight: bold; font-size: 14px; line-height: 26px; height: $space; margin-right: $tiny; color: $tao-btn-font-color; outline: none; &:active { background: $tao-btn-font-color; border: $tao-btn-font-color; color: $color; border-radius: 10px; } }