Skip to content

Commit

Permalink
fix(Button): move css around
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed Aug 18, 2020
1 parent 0480bbb commit 99e73f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
display: inline-block;
}

.smallButton {
padding: 3.5px 10px;
}

.typePrimary:hover {
background-color: var(--color-primary-hover);
}
Expand Down Expand Up @@ -50,9 +54,6 @@
margin-right: 8px;
}

.smallButton {
padding: 3.5px 10px;
}

.smallLabel {
font-size: calc(var(--font-size) - 2px);
Expand Down

0 comments on commit 99e73f6

Please sign in to comment.