_page-path.scss 245 B

1234567891011121314
  1. .grw-page-path-hierarchical-link {
  2. .separator {
  3. margin-right: 0.2em;
  4. margin-left: 0.2em;
  5. }
  6. }
  7. .grw-page-path-text-muted-container .grw-page-path-hierarchical-link {
  8. // overwrite link color
  9. &,
  10. a {
  11. @extend .text-muted;
  12. }
  13. }