File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 "
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() {
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
Original file line number Diff line number Diff line change @@ -68,19 +68,19 @@ button.p-button {
6868button .srt-button ,
6969div .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 : 16 px ;
82+ font-weight : 800 ;
83+ font-size : 20 px ;
8484 height : 35px ;
8585 text-align : center;
8686 transition : all 100ms linear;
You can’t perform that action at this time.
0 commit comments