@codegouvfr/react-dsfr
Version:
French State Design System React integration library
17 lines (14 loc) • 388 B
CSS
/*!
* DSFR v1.12.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-search-bar .fr-input {
box-shadow: inset 0 -2px 0 0 #000091;
}
.fr-search-bar .fr-input--valid {
box-shadow: inset 0 -2px 0 0 #18753c;
}
.fr-search-bar .fr-input--error {
box-shadow: inset 0 -2px 0 0 #ce0500;
}
}