feat(Tag): add warning type (#4232)

This commit is contained in:
neverland
2019-08-25 21:05:42 +08:00
committed by GitHub
parent af018ca0f1
commit e5dcf1cf04
6 changed files with 59 additions and 138 deletions
+8
View File
@@ -45,6 +45,14 @@
}
}
&--warning {
background-color: @tag-warning-color;
&.van-tag--plain {
color: @tag-warning-color;
}
}
&--plain {
background-color: @tag-plain-background-color;
}