Skip to content

Commit

Permalink
🔥 Remove global size classes from button base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Sep 9, 2019
1 parent 5a3134f commit 29b36a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/toolbox/buttons/css/base.css
Expand Up @@ -21,16 +21,14 @@
padding: 0 20px;
}

&.s,
&:global(.small) {
&.s {
@mixin contentNormal bold;

height: 36px;
padding: 0 16px;
}

&.xs,
&:global(.extra-small) {
&.xs {
@mixin contentNormal bold;

height: 32px;
Expand Down

0 comments on commit 29b36a4

Please sign in to comment.