UNPKG

antd

Version:

An enterprise-class UI design language and React-based implementation

29 lines (28 loc) 702 B
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable declaration-bang-space-before */ /* stylelint-disable declaration-bang-space-before */ .ant-breadcrumb { color: rgba(0, 0, 0, 0.65); font-size: 12px; } .ant-breadcrumb a { color: rgba(0, 0, 0, 0.65); transition: color .3s; } .ant-breadcrumb a:hover { color: #49a9ee; } .ant-breadcrumb > span:last-child { font-weight: 500; color: rgba(0, 0, 0, 0.65); } .ant-breadcrumb > span:last-child .ant-breadcrumb-separator { display: none; } .ant-breadcrumb-separator { margin: 0 8px; color: rgba(0, 0, 0, 0.3); } .ant-breadcrumb-link > .anticon + span { margin-left: 4px; }