.auth-screen, .auth-success-screen class
Authentication screen.
The following illustrations show:
-
The .auth-screen style before applying CSS changes.
-
The .auth-screen style after the background-color property has been changed to orange.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .auth-screen, .auth-success-screen {<br /> max-width: 300px;<br /> margin: 0 auto;<br />} | .auth-screen, .auth-success-screen {<br /> max-width: 300px;<br /> margin: 0 auto;<br /> background-color: orange;<br />} |
Updated 19 days ago


