@codegouvfr/react-dsfr
Version:
French State Design System React integration library
26 lines (22 loc) • 537 B
CSS
/*!
* DSFR v1.13.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-card {
page-break-inside: avoid;
border: 1px solid var(--border-default-grey);
background-image: none ;
}
.fr-card__detail,
.fr-card__desc {
font-size: 1rem;
line-height: 1.5rem;
}
.fr-card__detail {
line-height: 1rem ;
}
.fr-card__detail::before {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}