Skip to content

Commit

Permalink
Button: fix style of single round/circle button in a group (#11605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored Jun 13, 2018
1 parent c1b5805 commit 671c42c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/theme-chalk/src/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@
border-bottom-right-radius: $--button-border-radius;
border-top-left-radius: $--button-border-radius;
border-bottom-left-radius: $--button-border-radius;

&.is-round {
border-radius: 20px;
}

&.is-circle {
border-radius: 50%;
}
}
&:not(:first-child):not(:last-child) {
border-radius: 0;
Expand Down

0 comments on commit 671c42c

Please sign in to comment.