.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 {<br /> display: flex;<br /> margin-bottom: 25px;<br />}.auth-success-screen {<br /> display: flex;<br /> margin-bottom: 25px;<br /> background-color: orange;<br />}