mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 09:21:24 +08:00
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
.@{breadcrumb-prefix-cls} {
|
|
&-link {
|
|
.@{iconfont-css-prefix} + span {
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
|
|
.ant-blazor-breadcrumb-item:last-child {
|
|
color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
|
|
.ant-blazor-breadcrumb-item:last-child .ant-breadcrumb-separator {
|
|
display: none;
|
|
}
|
|
} |