
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/scss/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/rocksensor1/web/themes/contrib/bootstrap/scss/components/skip-link.scss |
/**
* @file
* Styles for the skip link.
*/
.skip-link {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 50;
background: $gray-700;
font-size: $font-size-base;
line-height: $line-height-lg;
padding: 1px $spacer 2px;
border-radius: 0 0 $border-radius-lg $border-radius-lg;
border-bottom-width: 0;
outline: 0;
}
.skip-link.visually-hidden.focusable:focus {
position: absolute !important;
color: $white;
}