.auth-success-screen class
Message screen displayed after a successful operation.
The following illustrations show:
-
The .auth-success-screen style before applying CSS changes.
-
The auth-success-screen style after the background-color property has been changed to orange.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .auth-success-screen {<br /> display: flex;<br /> margin-bottom: 25px;<br />} | .auth-success-screen {<br /> display: flex;<br /> margin-bottom: 25px;<br /> background-color: orange;<br />} |
Updated 19 days ago


