UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

50 lines (44 loc) 1.07 kB
/*! * DSFR v1.10.0 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions) */ @charset "UTF-8"; .fr-search-bar .fr-input { /** * Modificateur pour le champ validés */ /** * Modificateur pour le champ présentant des erreurs */ } @media (min-width: 36em) { /*! media sm */ } @media (min-width: 48em) { /*! media md */ } @media (min-width: 62em) { /*! media lg */ } @media (min-width: 78em) { /*! media xl */ } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .fr-search-bar .fr-btn::before, .fr-search-bar .fr-btn::after { background-color: transparent; background-size: 100%; background-repeat: no-repeat; background-image: url("../../icons/system/search-line.svg"); width: 1.5rem; height: 1.5rem; } .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; } }