UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

28 lines (23 loc) 485 B
.@{breadcrumb-prefix-cls} { &-link { .@{iconfont-css-prefix} + span { margin-left: 4px; } } // We introduced an extra layer. & > @{breadcrumb-prefix-cls}-item:last-child { color: @breadcrumb-last-item-color; a { color: @breadcrumb-last-item-color; } } } nz-breadcrumb { display: block; } nz-breadcrumb-item:last-child { color: @breadcrumb-last-item-color; } nz-breadcrumb-item:last-child .ant-breadcrumb-separator { display: none; }