@codegouvfr/react-dsfr
Version:
French State Design System React integration library
16 lines (14 loc) • 411 B
CSS
/*!
* DSFR v1.13.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-range-group::before {
background-image: none ;
}
.fr-range[data-fr-js-range]::after {
background-color: transparent ;
box-shadow: none ;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}