[Improvement] Button: add square prop (#1627)

This commit is contained in:
neverland
2018-08-14 14:56:51 +08:00
committed by GitHub
parent 559a04924b
commit 513b62053e
4 changed files with 8 additions and 0 deletions

View File

@@ -143,4 +143,8 @@
background-color: $button-disabled-background-color;
border: 1px solid $button-disabled-border-color;
}
&--square {
border-radius: 0;
}
}