
| Current Path : /var/www/html/atstandard001/styles/uikit/components/partials/component/ |
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/atstandard001/styles/uikit/components/partials/component/_toolbar.scss |
/**
* Toolbar
* Drupal core does a poor job of protecting the toolbar items, so we isolate
* and override the CSS. The ID should be enough specificity to do the job.
* This is not exhaustive, the toolbar can still break, however this gets
* most "very easily broken" things protected from normal theme styles.
============================================================================ */
#toolbar-administration {
a {
// Protect the font-family, this breaks very easily.
font-family: 'Source Sans Pro', 'Lucida Grande', Verdana, sans-serif;
line-height: 1;
// We really really don't want content after links.
&:after {
display: none !important;
}
}
button {
box-shadow: none;
text-shadow: none;
}
.toolbar-menu-administration {
ul {
padding: 0;
}
a {
color: #565656;
padding-top: 1em;
padding-bottom: 1em;
border: 0;
&:visited,
&:active {
color: #565656;
}
}
}
.level-3 ul {
padding-#{$flow-from}: 1em;
}
.toolbar-tray-horizontal a {
padding-#{$flow-to}: 1.3334em;
}
}