
| Current Path : /var/www/html/strat/web/core/themes/claro/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/strat/web/core/themes/claro/css/components/system-admin--links.pcss.css |
/**
* @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;
}