Skip to content

Commit

Permalink
fix(Button): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymBezpalko committed Dec 15, 2023
1 parent 7cb77f0 commit e358f22
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $base-class: 'btn';

.#{$base-class} {
@include base.default();
@include size.button-size($base-class, false);

&--disabled {
cursor: not-allowed;
Expand All @@ -17,18 +18,6 @@ $base-class: 'btn';
width: 100%;
}

&--compact {
@include size.button-compact();
}

&--medium {
@include size.button-medium();
}

&--large {
@include size.button-large();
}

&--basic {
@include kind.basic();
@include size.button-size($base-class, true);
Expand Down

0 comments on commit e358f22

Please sign in to comment.