add Message component
add Message component
This commit is contained in:
parent
c1cfacb2d4
commit
7c15ac9e31
27 changed files with 653 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue