@codegouvfr/react-dsfr
Version:
French State Design System React integration library
21 lines (18 loc) • 456 B
CSS
/*!
* DSFR v1.13.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-modal {
background-color: white;
flex-direction: column-reverse;
}
.fr-modal__body {
border: 1px solid var(--border-default-grey);
margin-bottom: auto;
height: max-content;
max-height: max-content ;
}
.fr-modal__header .fr-btn--close {
display: none;
}
}