_elements.scss
2.6 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
h1{
color: #183668;
font-size: 32px;
line-height: 40px;
margin-top: 26px;
font-family: "trade-gothic-next", sans-serif;
font-weight: 700;
font-style: normal;
}
h2{
color: #183668;
font-size: 26px;
line-height: 33px;
margin-top: 26px;
font-family: "trade-gothic-next", sans-serif;
font-weight: 700;
font-style: normal;
}
h3{
color: #183668;
font-size: 20px;
line-height: 25px;
margin-top: 26px;
font-family: "trade-gothic-next", sans-serif;
font-weight: 700;
font-style: normal;
}
h1+p {
color: #183668;
font-size: 22px;
line-height: 27px;
margin-top: 10px;
font-family: "trade-gothic-next", sans-serif;
font-weight: 400;
font-style: normal;
}
p{
color: #4C4C4C;
font-size: 18px;
line-height: 24px;
margin-top: 16px;
word-break: break-word;
font-family: "trade-gothic-next", sans-serif;
font-weight: 400;
font-style: normal;
}
ul{
li{
color: #4C4C4C;
font-size: 16px;
margin-bottom: 6px;
font-family: "trade-gothic-next", sans-serif;
font-weight: 400;
font-style: normal;
}
}
ol{
li{
color: #4C4C4C;
font-size: 16px;
margin-bottom: 6px;
font-family: "trade-gothic-next", sans-serif;
font-weight: 400;
font-style: normal;
}
}
.wp-block-table{
margin: 26px 0px 10px 0px;
border-width: 0px !important;
}
table {
width: 100%;
border-width: 0px !important;
thead {
border-width: 0px !important;
th {
background-color: #1A3668 !important;
color: #fff;
text-align: left;
padding: 10px;
border-width: 0px !important;
font-family: "trade-gothic-next", sans-serif;
font-weight: 400;
font-style: normal;
}
}
tbody {
border-width: 0px !important;
tr {
border-bottom: 1px solid #fff;
background-color:#D1D6E1 !important;
td {
padding: 10px;
border-width: 0px !important;
font-family: "trade-gothic-next", sans-serif;
font-weight: 400;
font-style: normal;
}
th {
padding-left: 10px;
border-width: 0px !important;
font-family: "trade-gothic-next", sans-serif;
font-weight: 400;
font-style: normal;
}
}
tr:nth-child(odd) {
background-color: #E7EAEF !important;
}
}
}