UNPKG

@fesjs/fes-design

Version:
42 lines (36 loc) 852 B
@import '../../style/themes/index'; @import '../../style/mixins/index'; @breadcrumb: ~'@{cls-prefix}-breadcrumb'; @text-color: var(--f-sub-head-color); @breadcrumb-item: ~'@{cls-prefix}-breadcrumb-item'; @hover-text-color: var(--f-font-color-base); .@{breadcrumb} { display: flex; flex-wrap: wrap; align-items: center; color: @text-color; } .@{breadcrumb-item} { display: flex; flex-direction: row; align-items: center; margin: 4px 0; &-separator { display: flex; align-items: center; justify-content: center; min-width: 14px; margin: 0 4px; line-height: 1; } &:hover { color: @hover-text-color; cursor: pointer; } &:last-child &-separator{ display: none; } &:last-child { color: @hover-text-color; } }