system-admin--links.pcss.css

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

System admin module: admin and compact links.

File

core/themes/default_admin/css/components/system-admin--links.pcss.css

View source
  1. /**
  2. * @file
  3. * System admin module: admin and compact links.
  4. */
  5. /**
  6. * System compact link: to toggle the display of description text.
  7. */
  8. .compact-link {
  9. margin: 0 0 0.5em 0;
  10. text-align: end;
  11. font-size: var(--gin-font-size-s);
  12. }
  13. /**
  14. * Quick inline admin links.
  15. */
  16. small .admin-link {
  17. &::before {
  18. content: " [";
  19. }
  20. &::after {
  21. content: "]";
  22. }
  23. }
  24. /**
  25. * Cron external link on cron configuration form.
  26. */
  27. .system-cron-settings__link {
  28. overflow-wrap: break-word;
  29. }

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