system-admin--links.pcss.css
Same filename in other branches
System admin module: admin and compact links.
File
-
core/
themes/ claro/ css/ components/ system-admin--links.pcss.css
View source
- /**
- * @file
- * System admin module: admin and compact links.
- */
-
- /**
- * System compact link: to toggle the display of description text.
- */
- .compact-link {
- margin: 0 0 0.5em 0;
- }
-
- /**
- * Quick inline admin links.
- */
- small .admin-link {
- &::before {
- content: " [";
- }
- &::after {
- content: "]";
- }
- }
-
- /**
- * Cron external link on cron configuration form.
- */
- .system-cron-settings__link {
- overflow-wrap: break-word;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.