TP_JO2024/home/dist/component/skiplink/skiplink.legacy.css
2024-03-27 17:19:37 +01:00

28 lines
557 B
CSS

/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media (min-width: 36em) {
/*! media sm */
}
@media (min-width: 48em) {
/*! media md */
}
@media (min-width: 62em) {
/*! media lg */
}
@media (min-width: 78em) {
/*! media xl */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/**
* Correctif
*/
.fr-skiplinks.focus-within {
position: relative;
transform: translateY(0);
}
.fr-skiplinks {
background-color: #eee;
}
}