links.pcss.css

Same filename in other branches
  1. 9 core/themes/olivero/css/components/links.pcss.css
  2. 10 core/themes/olivero/css/components/links.pcss.css

Links component.

File

core/themes/olivero/css/components/links.pcss.css

View source
  1. /**
  2. * @file
  3. * Links component.
  4. */
  5. @import "../base/media-queries.pcss.css";
  6. .links.inline {
  7. margin-inline-start: 0;
  8. padding-block: 0;
  9. padding-inline-start: 0;
  10. padding-inline-end: 0;
  11. list-style: none;
  12. & > * {
  13. display: inline;
  14. &:not(:last-child) {
  15. padding-inline-end: 1em;
  16. }
  17. }
  18. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.