
| Current Path : /var/www/html/german-vocational.cn/themes/showcase_lite/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/german-vocational.cn/themes/showcase_lite/css/components/more-links.css |
/**
* @file
* Visual styles for Showcase Lite's more links.
*/
.more-link a {
margin: 0 0 10px 0px;
display: block;
padding: 0;
font-size: 12px;
text-transform: uppercase;
text-align: left;
text-decoration: none;
}
.more-link a:hover {
text-decoration: underline;
}
.more-link a:after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 10px;
margin-left: 10px;
display: inline-block;
line-height: 1;
}
.region--light-typography .more-link a {
color: #ffffff;
}
.region--light-typography.region--black-background .more-link a:hover {
text-decoration: none;
}
@media (max-width:767px) {
.footer__section .more-link a,
.footer-bottom__section .more-link a,
.subfooter__section .more-link a {
text-align: center;
}
}