.auth-success-screen class

img

Message screen displayed after a successful operation.

The following illustrations show:

  1. The .auth-success-screen style before applying CSS changes.

  2. The auth-success-screen style after the background-color property has been changed to orange.

Default CSSModified CSS
imgimg
.auth-success-screen {
display: flex;
margin-bottom: 25px;
}
.auth-success-screen {
display: flex;
margin-bottom: 25px;
background-color: orange;
}