123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .CBreadcrumb {
- margin-bottom: 23px;
- :global {
- .option.n-base-select-option {
- justify-content: center;
- }
- .option.n-base-select-option.n-base-select-option--pending::before {
- background-color: #198cfe !important;
- }
- .option.n-base-select-option.n-base-select-option--pending
- .n-base-select-option__content {
- color: #fff !important;
- text-align: center;
- }
- }
- :global {
- .n-breadcrumb > ul {
- display: flex !important;
- align-items: center !important;
- .n-breadcrumb-item {
- display: flex !important;
- align-items: center !important;
- }
- .n-breadcrumb-item__separator {
- display: none !important;
- }
- .n-breadcrumb-item__link {
- padding: 5px 18px !important;
- background: #ffffff !important;
- border-radius: 16px;
- color: #21225d !important;
- line-height: 20px !important;
- }
- }
- .n-breadcrumb .n-breadcrumb-item:last-child .n-breadcrumb-item__link {
- color: #fff !important;
- background: var(--product-color) !important;
- }
- }
- & > :global(.n-space) {
- height: 36px !important;
- }
- .separator {
- height: 18px !important;
- margin: 0 16px !important;
- }
- }
|