[new feature] Button: add info type (#2831)

This commit is contained in:
neverland
2019-02-24 16:50:01 +08:00
committed by GitHub
parent ac76ca0b40
commit 68909d6432
6 changed files with 26 additions and 8 deletions
+3
View File
@@ -26,6 +26,9 @@
@button-primary-color: @white;
@button-primary-background-color: @green;
@button-primary-border-color: @green;
@button-info-color: @white;
@button-info-background-color: @blue;
@button-info-border-color: @blue;
@button-danger-color: @white;
@button-danger-background-color: @red;
@button-danger-border-color: @red;