@codegouvfr/react-dsfr
Version:
French State Design System React integration library
15 lines (13 loc) • 351 B
CSS
/*!
* DSFR v1.13.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-input-group::before {
background-image: none;
}
.fr-input-group input,
.fr-input-group textarea {
background-color: transparent;
border: 1px solid var(--border-default-grey);
}
}