[improvement] Button: add round prop (#1885)

This commit is contained in:
neverland
2018-10-02 17:03:13 +08:00
committed by GitHub
parent a6d4d2d74a
commit beebeaf5b7
6 changed files with 30 additions and 26 deletions

View File

@@ -140,6 +140,10 @@
border: 1px solid $button-disabled-border-color;
}
&--round {
border-radius: 10em;
}
&--square {
border-radius: 0;
}