This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +16
-12
lines changed
02-Login-With-Profile/templates Expand file tree Collapse file tree 7 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 2
2
padding : 20px 30px ;
3
3
display : flex;
4
4
align-items : center;
5
- background-color : # 27417E ;
5
+ background-color : # 282727 ;
6
6
color : white;
7
7
}
8
+
8
9
.header-text {
9
10
font-size : 32px ;
10
11
margin-left : 10px ;
11
12
}
13
+
14
+ .header-link {
15
+ color : white;
16
+ text-decoration-color : white;
17
+ }
12
18
13
19
.passage-logo {
14
- background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo.svg' );
20
+ background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo-dark .svg' );
15
21
background-repeat : no-repeat;
16
22
width : 60px ;
17
23
height : 60px ;
Original file line number Diff line number Diff line change 36
36
< a href ="https://passage.id/ "> < div class ="passage-logo "> </ div > </ a >
37
37
< div class ="header-text "> Passage Go Example App</ div >
38
38
< div class ="spacer "> </ div >
39
- < a href ="https://passage.id/ " class ="link " style =" color: white "> Go to Passage</ span > </ a >
39
+ < a href ="https://passage.id/ " class ="header- link "> Go to Passage</ span > </ a >
40
40
</ div >
41
41
42
42
< div class ="main-container ">
Original file line number Diff line number Diff line change 39
39
< a href ="https://passage.id/ "> < div class ="passage-logo "> </ div > </ a >
40
40
< div class ="header-text "> Passage Go Example App</ div >
41
41
< div class ="spacer "> </ div >
42
- < a href ="https://passage.id/ "> < span class ="text "> Go to Passage</ span > </ a >
42
+ < a href ="https://passage.id/ " class ="header-link "> Go to Passage</ span > </ a >
43
43
</ div >
44
44
45
45
< div class ="main-container ">
Original file line number Diff line number Diff line change 36
36
< a href ="https://passage.id/ "> < div class ="passageLogo "> </ div > </ a >
37
37
< div class ="header-text "> Passage Go Example App</ div >
38
38
< div class ="spacer "> </ div >
39
- < a href ="https://passage.id/ " class ="link " style =" color: white " > Go to Passage</ span > </ a >
39
+ < a href ="https://passage.id/ " class ="header- link "> Go to Passage</ a >
40
40
</ div >
41
41
42
42
< div class ="main-container ">
46
46
You have not logged in and cannot view the dashboard.
47
47
< br /> < br />
48
48
< b >
49
- < a href ="/ " class ="link " style =" color: black " > Login to continue.</ a >
49
+ < a href ="/ " class ="link "> Login to continue.</ a >
50
50
</ b >
51
51
</ div >
52
52
</ div >
Original file line number Diff line number Diff line change 4
4
padding : 20px 30px ;
5
5
display : flex;
6
6
align-items : center;
7
- background-color : # 27417E ;
7
+ background-color : # 282727 ;
8
8
color : white;
9
9
}
10
10
.header-text {
13
13
}
14
14
15
15
.passage-logo {
16
- background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo.svg' );
16
+ background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo-dark .svg' );
17
17
background-repeat : no-repeat;
18
18
width : 60px ;
19
19
height : 60px ;
Original file line number Diff line number Diff line change 36
36
< a href ="https://passage.id/ "> < div class ="passageLogo "> </ div > </ a >
37
37
< div class ="header-text "> Passage Go Example App</ div >
38
38
< div class ="spacer "> </ div >
39
- < a href ="https://passage.id/ " class ="link " style ="color: white "> Go to Passage</ span > </ a >
39
+ < a href ="https://passage.id/ " class ="link " style ="color: white "> Go to Passage</ a >
40
40
</ div >
41
41
42
42
< div class ="main-container ">
Original file line number Diff line number Diff line change 1
- <img src =" https://assets.website-files.com/611bef56e0906b4f195e5adc/6143c10e1d92181a95f86048_PassageLogo.svg " alt =" Passage logo " style =" width :250px ;" />
2
-
3
- <img alt =" npm " src =" https://img.shields.io/npm/v/@passageidentity/passage-elements?color=43BD15&label=Passage%20Elements " >
1
+ <img src =" https://storage.googleapis.com/passage-docs/passage-logo-gradient.png " alt =" Passage logo " style =" width :250px ;" />
4
2
<br /><br />
5
3
6
4
# Passage Go Examples
You can’t perform that action at this time.
0 commit comments