
| Current Path : /var/www/html1/bbp/web/core/themes/olivero/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/html1/bbp/web/core/themes/olivero/css/components/skip-link.css |
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Skip link
*
* Allows keyboard users to quickly skip to the main content of the page.
*/
[dir="ltr"] .skip-link {
padding-left: 1.125rem
}
[dir="rtl"] .skip-link {
padding-right: 1.125rem
}
[dir="ltr"] .skip-link {
padding-right: 1.125rem
}
[dir="rtl"] .skip-link {
padding-left: 1.125rem
}
.skip-link {
display: block;
width: 100%;
max-width: 98.125rem;
padding-top: 0.5625rem;
padding-bottom: 0.5625rem;
text-decoration: none;
color: #fff;
outline: 0;
background-color: #0d1214
}
.skip-link:after {
content: "\0020 ➔";
}