Skip to content

Commit

Permalink
style(Breadcrumb): Modify the icon style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 28, 2018
1 parent 252cd5c commit b7d4436
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/breadcrumb/style/index.less
Expand Up @@ -6,9 +6,9 @@
.@{w-breadcrumb} {
color: #595959;
font-size: 14px;
line-height: 1.5;
&-item:last-child {
color: #c0c0c0;
vertical-align: middle;
}
&-item:last-child &-item-separator {
display: none;
Expand All @@ -19,18 +19,16 @@
color: #3d90f2;
}
}
&-item-inner {
i[class^="w-icon-"] {
vertical-align: middle;
> * {
vertical-align: middle;
}
margin-top: -3px;
}
&-item-inner {
> i[class^="w-icon-"] + span {
margin-left: 5px;
}
}
&-item-separator {
vertical-align: middle;
font-size: 12px;
margin: 0 8px;
color: #adadad;
}
Expand Down

0 comments on commit b7d4436

Please sign in to comment.