@codegouvfr/react-dsfr
Version:
French State Design System React integration library
33 lines (30 loc) • 617 B
CSS
/*!
* DSFR v1.8.5 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
.fr-modal__body {
max-height: calc(100vh - 2rem);
}
@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) {
.fr-modal__body {
z-index: 2000;
background-color: #fff;
}
.fr-modal__title {
color: #161616;
}
.fr-modal__footer {
background-color: #fff;
}
}