.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 { display: flex; margin-bottom: 25px; } | .auth-success-screen { display: flex; margin-bottom: 25px; background-color: orange; } |
Updated over 2 years ago