add Message component

add Message component
This commit is contained in:
梁灏 2016-09-19 14:50:32 +08:00
parent c1cfacb2d4
commit 7c15ac9e31
27 changed files with 653 additions and 38 deletions

View file

@ -1,5 +1,5 @@
@alert-prefix-cls: ~"@{css-prefix}alert";
@icon--prefix-cls: ~"@{css-prefix}icon";
@icon-prefix-cls: ~"@{css-prefix}icon";
.@{alert-prefix-cls}{
position: relative;
@ -68,7 +68,7 @@
overflow: hidden;
cursor: pointer;
.@{icon--prefix-cls}-ios-close-empty {
.@{icon-prefix-cls}-ios-close-empty {
font-size: 22px;
color: @legend-color;
transition: color @transition-time ease;