index.module.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .CBreadcrumb {
  2. margin-bottom: 23px;
  3. :global {
  4. .option.n-base-select-option {
  5. justify-content: center;
  6. }
  7. .option.n-base-select-option.n-base-select-option--pending::before {
  8. background-color: #198cfe !important;
  9. }
  10. .option.n-base-select-option.n-base-select-option--pending
  11. .n-base-select-option__content {
  12. color: #fff !important;
  13. text-align: center;
  14. }
  15. }
  16. :global {
  17. .n-breadcrumb > ul {
  18. display: flex !important;
  19. align-items: center !important;
  20. .n-breadcrumb-item {
  21. display: flex !important;
  22. align-items: center !important;
  23. }
  24. .n-breadcrumb-item__separator {
  25. display: none !important;
  26. }
  27. .n-breadcrumb-item__link {
  28. padding: 5px 18px !important;
  29. background: #ffffff !important;
  30. border-radius: 16px;
  31. color: #21225d !important;
  32. line-height: 20px !important;
  33. }
  34. }
  35. .n-breadcrumb .n-breadcrumb-item:last-child .n-breadcrumb-item__link {
  36. color: #fff !important;
  37. background: var(--product-color) !important;
  38. }
  39. }
  40. & > :global(.n-space) {
  41. height: 36px !important;
  42. }
  43. .separator {
  44. height: 18px !important;
  45. margin: 0 16px !important;
  46. }
  47. }