The formId controls whether a form resets or preserves its state after submission through React's reconciliation mechanism. This provides automatic form reset on success while preserving user input on validation errors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .logo_background { | |
| background-image: url('../img/[email protected]'); | |
| background-position: center center; | |
| background-repeat: no-repeat; | |
| background-size: 80px 40px; /* size of the logo image @ 1x */ | |
| } | |
| @media /* only for retina displays */ | |
| only screen and (-webkit-min-device-pixel-ratio: 2), | |
| only screen and (min--moz-device-pixel-ratio: 2), | |
| only screen and (min-device-pixel-ratio: 2), |
OlderNewer