TP_JO2024/home/dist/component/footer/footer.print.css

55 lines
943 B
CSS
Raw Normal View History

2024-03-27 17:19:37 +01:00
/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-footer {
box-shadow: inset 0 2px 0 0 #000091, inset 0 -1px 0 0 #ddd;
display: none;
}
.fr-footer__content-link {
color: #3a3a3a;
}
.fr-footer__top-cat {
color: #161616;
}
.fr-footer__top {
background-color: #f6f6f6;
}
.fr-footer__bottom {
box-shadow: inset 0 1px 0 0 #ddd;
}
.fr-footer__bottom .fr-btn {
color: #666;
}
.fr-footer__bottom-item::before {
box-shadow: inset 0 0 0 1px #ddd;
}
.fr-footer__bottom-link {
color: #666;
}
.fr-footer__bottom-copy {
color: #666;
}
.fr-footer__partners {
box-shadow: inset 0 1px 0 0 #ddd;
}
.fr-footer__partners-title {
color: #3a3a3a;
}
.fr-footer__partners .fr-footer__logo {
background-color: #fff;
box-shadow: inset 0 0 0 1px #ddd;
}
}