You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
477 B
29 lines
477 B
.@{breadcrumb-prefix-cls} {
|
|
&-rtl {
|
|
.clearfix();
|
|
direction: rtl;
|
|
|
|
> span {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
&-link {
|
|
> .@{iconfont-css-prefix} + span,
|
|
> .@{iconfont-css-prefix} + a {
|
|
.@{breadcrumb-prefix-cls}-rtl & {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-overlay-link {
|
|
> .@{iconfont-css-prefix} {
|
|
.@{breadcrumb-prefix-cls}-rtl & {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|