Skip to content

Commit e71e9dc

Browse files
authored
Merge pull request #108 from GSA/feature/80_login_gov
Update the Format for Login Page
2 parents bbd2fa8 + 93c707c commit e71e9dc

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/app/auth/userlogin/userlogin.component.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66

77
<div class="text-center">
8-
<button class="srt-button"
8+
<button class="srt-button m-2"
99
style="float:none; display:inline; margin-top:3em;"
1010
id="login"
1111
aria-label="Login with MAX"
@@ -21,10 +21,8 @@
2121
window.location = 'http://' + server_host + '/api/casLogin'
2222
}()) ">Login with MAX
2323
</button>
24-
</div>
25-
<div class="text-center">
26-
<button class="srt-button"
27-
style="float:none; display:inline; margin-top:3em;"
24+
<button class="srt-button m-2"
25+
style="float:none; display:inline; margin-top:3em; "
2826
id="login"
2927
aria-label="Login with Login.gov"
3028
onClick=" (function() {
@@ -37,10 +35,11 @@
3735
//default to current name for dev servers
3836
if (server_host === '') { server_host = 'localhost:3000';}
3937
window.location = 'http://' + server_host + '/api/login'
40-
}()) ">Login with Login.gov
38+
}()) ">
39+
<img src="/assets/login-gov-logo.svg" alt="login-gov-logo" style="width: -webkit-fill-available;"/>
4140
</button>
4241
</div>
43-
42+
4443
</main>
4544

4645

src/assets/login-gov-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

src/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ button.p-button {
6868
button.srt-button,
6969
div.srt-button {
7070
width: 150px;
71-
background-color: #112e51;
71+
background-color: #bbbbbb;
7272
}
7373

7474
.srt-button {
7575
background-color: #337ab7;
7676
border-radius: 5px;
7777
border: none #2e6da4;
78-
color: #fff;
78+
color: #112e51;
7979
cursor: pointer;
8080
display: table;
8181
float: right;
82-
font-weight: 500;
83-
font-size: 16px;
82+
font-weight: 800;
83+
font-size: 20px;
8484
height: 35px;
8585
text-align: center;
8686
transition: all 100ms linear;

0 commit comments

Comments
 (0)