This repository was archived by the owner on May 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding.css
More file actions
125 lines (107 loc) · 1.89 KB
/
landing.css
File metadata and controls
125 lines (107 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body{
background-color: #bdbdbd;
color: black;
}
h1, h2, h3, h4 {
cursor: default;
}
button {
font-family: 'Nunito', sans-serif;
font-weight: 700;
}
#app-mount {
height:100%
}
.grid-bar {
width:100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column
}
.row-31oovZ {
width:100%;
max-width:1260px;
max-width:var(--page-max-width);
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:grid;
grid-template-columns:repeat(4,1fr);
grid-template-columns:repeat(var(--num-grid-columns),1fr);
gap:0 20px;
padding:0 24px;
padding:0 var(--page-gutter)
}
.header-V8Sgnz {
z-index:9998
}
.wrapper-2bm6Le {
grid-column:span 4;
grid-column:span var(--num-grid-columns)
}
.nav-3_Sybl {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
width:100%;
height:80px
}
.links-DGfZfm {
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
text-align:center;
font-size:16px;
line-height:140%;
font-weight:600
}
.link-1naFFL {
color: #003945;
cursor:pointer;
text-decoration: none
}
.link-1naFFL:hover {
text-decoration:underline
}
.link-2eyudH {
margin:10px;
padding:10px
}
#title{
position: absolute;
left: 200px;
}
#login-button{
font-family: 'Nunito bold', sans-serif;
text-transform: uppercase;
text-decoration: none;
outline: 0;
background: #003945;
width: 10%;
height: 10%;
border: 0;
padding: 15px;
color: #ffffff;
font-size: 16px;
cursor: pointer;
border-radius: 10px;
}
#login-button:hover {
background: #005fbf;
}
.appButton-2_tWQ1 {
padding: 12px;
}
underline {
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
}