@codegouvfr/react-dsfr
Version:
French State Design System React integration library
23 lines (19 loc) • 567 B
CSS
/*!
* DSFR v1.12.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-translate .fr-translate__btn[aria-expanded=true] {
color: #000091;
background-color: #e3e3fd;
}
.fr-translate .fr-translate__btn[aria-expanded=true]:hover {
background-color: var(--hover-tint);
}
.fr-translate .fr-translate__btn[aria-expanded=true]:active {
background-color: var(--active-tint);
}
.fr-translate .fr-translate__btn {
font-size: 1rem;
line-height: 1.5rem;
}
}