forked from pythonprobr/pythonpro-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient.css
More file actions
104 lines (83 loc) · 1.39 KB
/
client.css
File metadata and controls
104 lines (83 loc) · 1.39 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
.bg-primary {
background-color: #45A5F1 !important;
}
.bg-secondary {
background-color: #9FD260 !important;
}
.bg-gray {
background-color: #f0f0f0 !important;
}
.bg-black {
background-color: #1E1E1E !important;
}
a, div, p, span {
text-decoration: none;
font-family: Gilroy-Regular;
}
.paragraph, p {
line-height: 1.7;
font-size: 1.18rem;
letter-spacing: .5px;
margin: 25px 0;
}
b, .font-weight-bold {
font-family: Gilroy-Bold;
}
.hero {
margin: 50px 0;
}
.cta {
font-size: 150%;
padding: 10px 40px;
}
.cta-2x {
font-size: 150%;
padding: 10px 60px;
}
.highlight {
background-color: #fff2ac;
padding: 1px 3px 3px 3px;
/* background-image: #ffe359; */
}
ol {
list-style: none;
}
li {
margin-left: -25px;
padding: 8px 0;
font-size: 120%;
}
h3 .ec, h4 .ec {
font-size: 150%;
}
.learning-box .ec {
font-size: 500%;
}
.price {
line-height: 350%;
letter-spacing: 0px;
padding: 40px 10px 30px 10px;
margin-right: -10px;
font-size: 10pt;
}
.a-vista {
letter-spacing: 1px;
margin-top: -10px;
}
.real, .centavos {
font-size: 500%;
color: #ffcc29;
.a-prazo {
line-height: 350%;
}
.real {
padding-left: 10px;
letter-spacing: -1px;
}
.centavos {
font-size: 400%;
margin-left: -5px;
}
.social-proof .title, .instructors .title {
display: none;
}