@codegouvfr/react-dsfr
Version:
French State Design System React integration library
33 lines (26 loc) • 669 B
CSS
/*!
* DSFR v1.12.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-transcription::before {
box-shadow: inset 0 0 0 1px #ddd;
}
.fr-transcription__btn {
color: #000091;
}
.fr-transcription__btn[aria-expanded=true] {
background-color: #e3e3fd;
}
.fr-transcription__content::before {
box-shadow: inset 0 1px 0 0 #ddd;
}
.fr-transcription__footer::before {
box-shadow: inset 0 1px 0 0 #ddd;
}
.fr-transcription .fr-modal:not(.fr-modal--opened)::before {
box-shadow: inset 0 1px 0 0 #ddd;
}
.fr-transcription {
display: none;
}
}