12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .CBreadcrumb {
- margin-bottom: 20px;
- .icon_back {
- width: 36px;
- height: 36px;
- }
- :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;
- }
- }
|