
| 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/_links.scss |
/**
* Links
* Links are used on node and comments, e.g. read more. They're also used by
* blocks such as the language switcher and Devel modules switch user block.
============================================================================ */
.links {
list-style: none;
padding: 0;
&.inline {
display: flex;
flex-direction: $row-direction;
flex-wrap: wrap;
justify-content: flex-start;
li {
flex: 0 0 auto;
margin: 0 $medium 0 0;
&[class*='hidden'] {
display: none;
}
[dir="rtl"] & {
margin: 0 0 0 $medium;
}
a {}
}
}
}