system-admin--links.pcss.css

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

System admin module: admin and compact links.

File

core/themes/claro/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. }
  11. /**
  12. * Quick inline admin links.
  13. */
  14. small .admin-link {
  15. &::before {
  16. content: " [";
  17. }
  18. &::after {
  19. content: "]";
  20. }
  21. }
  22. /**
  23. * Cron external link on cron configuration form.
  24. */
  25. .system-cron-settings__link {
  26. overflow-wrap: break-word;
  27. }

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