
| Current Path : /var/www/html/atstandard/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/atstandard/styles/uikit/components/partials/component/_labels.scss |
/**
* Labels
============================================================================ */
// Markup generated by theme_more_link().
.more-link {
text-align: $flow-to; // LTR
display: inline-block;
@if $more-link-use-icon == true {
&:after {
font-family: $icon-font;
content: $more-link-icon;
vertical-align: bottom;
padding: 0;
text-align: $flow-to; // LTR
@include output-rhythm(width, $x-small);
// Wait for FontAwesome to load.
display: none;
.fa-loaded & {
display: inline-block;
}
[dir="rtl"] & {
@include fa-icon-flip(-1, 1, 0);
}
}
}
}
// More help link style.
.more-help-link {
text-align: $flow-from; // LTR
[dir="rtl"] & {
text-align: $flow-to;
}
}
// Override core filter.admin style since we don't really want to unset the
// entire stylesheet, just replace the help icon with font-awesome.
.filter-help a {
display: block;
&:after {
position: static;
top: auto;
right: auto;
display: block;
width: auto;
height: auto;
margin: 0;
[dir="rtl"] & {
left: auto;
}
}
}
.filter-help a, .more-help-link a {
background-color: transparent;
margin-#{$flow-to}: 0;
&:after {
font-family: $icon-font;
content: $help-icon;
float: $flow-to;
padding: 0 1px;
text-align: $flow-to;
background-color: transparent;
background-image: none;
@include output-rhythm(width, $medium);
// Wait for FontAwesome to load.
display: none;
.fa-loaded & {
display: inline-block;
}
}
}