system-admin--links.css

Same filename in this branch
  1. 11.x core/themes/claro/css/components/system-admin--links.css
  2. 11.x core/themes/admin/css/components/system-admin--links.css
Same filename and directory in other branches
  1. 10 core/themes/claro/css/components/system-admin--links.css
  2. 9 core/themes/claro/css/components/system-admin--links.css
  3. 8.9.x core/themes/claro/css/components/system-admin--links.css

System admin module: admin and compact links.

File

core/themes/default_admin/css/components/system-admin--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. * System admin module: admin and compact links.
  10. */
  11. /**
  12. * System compact link: to toggle the display of description text.
  13. */
  14. .compact-link {
  15. margin: 0 0 0.5em 0;
  16. text-align: end;
  17. font-size: var(--gin-font-size-s);
  18. }
  19. /**
  20. * Quick inline admin links.
  21. */
  22. small .admin-link {
  23. &::before {
  24. content: " [";
  25. }
  26. &::after {
  27. content: "]";
  28. }
  29. }
  30. /**
  31. * Cron external link on cron configuration form.
  32. */
  33. .system-cron-settings__link {
  34. overflow-wrap: break-word;
  35. }

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