@mixin btnType($type) {
    &__#{$type} {
        @content;
    }
}
