forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.css
More file actions
66 lines (56 loc) · 969 Bytes
/
App.css
File metadata and controls
66 lines (56 loc) · 969 Bytes
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
.Screen {
min-height: 100%;
padding: 32px 24px;
background: linear-gradient(180deg, #0c1222 0%, #172544 100%);
}
.Hero {
margin-bottom: 24px;
}
.Eyebrow {
margin-bottom: 8px;
color: #89b4ff;
font-size: 24px;
}
.Title {
margin-bottom: 12px;
color: #ffffff;
font-size: 42px;
font-weight: 700;
}
.Description {
color: rgba(255, 255, 255, 0.82);
font-size: 26px;
line-height: 36px;
}
.Button {
margin-bottom: 24px;
padding: 20px 24px;
border-radius: 999px;
background-color: #7ee787;
}
.ButtonLabel {
color: #08210d;
font-size: 24px;
font-weight: 600;
}
.Hint {
color: rgba(255, 255, 255, 0.7);
font-size: 24px;
line-height: 34px;
}
.Card {
padding: 24px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 0.12);
}
.CardTitle {
margin-bottom: 12px;
color: #ffffff;
font-size: 30px;
font-weight: 600;
}
.CardBody {
color: rgba(255, 255, 255, 0.78);
font-size: 24px;
line-height: 34px;
}