Skip to content
Snippets Groups Projects
Commit 2a1acac8 authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-1762: Updated styles and label

parent a70ca0e2
No related branches found
No related tags found
1 merge request!910Resolve TMSS-1762
SAS/TMSS/frontend/tmss_webapp/public/images/Keycloak_Logo.png

10.3 KiB

......@@ -117,9 +117,10 @@ export class Login extends Component {
<label htmlFor="systemLogin" style={{marginLeft: '1em', marginRight: '1em'}}>Login as TMSS user</label>
</div>
{!this.state.systemLogin &&
<div className="col-md-10 button-div" style={{textAlign: 'left', marginTop: '2em'}} >
<div className="col-md-12 button-div" style={{textAlign: 'center', marginTop: '50px'}} >
<button className="btn btn-primary"
onClick={this.doKeyCloakLogin}>Login with Keycloak</button>
onClick={this.doKeyCloakLogin}>
<img src="../images/Keycloak_Logo.png" style={{height: "50px"}} /> Go to Keycloak Login</button>
</div>
}
{this.state.systemLogin &&
......
......@@ -97,5 +97,5 @@
}
.login-form .p-inputswitch-checked .p-inputswitch-slider {
background-color: blue !important;
background-color: #916c8d !important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment