Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

links.css

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/css/classy/components/links.css
  2. 11.1.x core/themes/starterkit_theme/css/components/links.css
  3. 11.1.x core/themes/claro/css/classy/components/links.css

Links component.

File

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

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Links component.
  10. */
  11. .links.inline {
  12. margin-inline-start: 0;
  13. padding-block: 0;
  14. padding-inline-start: 0;
  15. padding-inline-end: 0;
  16. list-style: none;
  17. }
  18. .links.inline > * {
  19. display: inline;
  20. }
  21. .links.inline > *:not(:last-child) {
  22. padding-inline-end: 1em;
  23. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal