system-admin--links.pcss.css

Same filename in other branches
  1. 8.9.x core/themes/claro/css/components/system-admin--links.pcss.css
  2. 10 core/themes/claro/css/components/system-admin--links.pcss.css
  3. 11.x 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:before {
  15. content: " [";
  16. }
  17. small .admin-link:after {
  18. content: "]";
  19. }
  20. /**
  21. * Cron external link on cron configuration form.
  22. */
  23. .system-cron-settings__link {
  24. overflow-wrap: break-word;
  25. }

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