-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
90 lines (73 loc) · 1.32 KB
/
main.css
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
main,
body {
font-size: 14px;
background-color:#000000;
}
.body {
margin-top: 50px !important;
}
.row {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
h1 {
font-size: 2.6em;
font-weight: 900;
color: #2b3b61;
margin: 16px 0px;
padding: 16px 0px;
}
h2 {
font-size: 2em;
font-weight: 900;
color: #2b3b61;
margin: 16px 0px;
padding: 16px 0px;
}
h3 {
font-size: 1.8em !important;
font-weight: 900;
line-height: 1.2em;
color: #2b3b61;
margin: 16px 0px;
padding: 16px 0px;
}
p {
font-size: 1em;
line-height: 1.36em;
margin: 16px 0px;
padding: 16px 0px;
}
a {
color: #5e8eff !important;
}
a:hover {
background-color: #5e8eff !important;
color: white !important;
}
button {
border: 1px solid #5e8eff !important;
color: #5e8eff !important;
padding: .25rem 1rem !important;
border-radius: 1em !important;
font-size: 1rem !important;
margin: .25rem .25rem .25rem 0rem !important;
}
button.lg {
font-size: 1.4rem !important;
}
button:hover {
background-color: #5e8eff;
color: white !important;
}
.v-slide-group__next,
.v-slide-group__prev {
align-items: center;
display: flex;
flex: 0 1 0px !important;
justify-content: center;
min-width: 0px !important;
}
@media (min-width: 1264px) {}
@media (min-width: 960px) {}
@media (max-width: 550px) {}