Save
This commit is contained in:
@@ -879,22 +879,22 @@
|
||||
}
|
||||
|
||||
&.highlight {
|
||||
background-color: #22a9e1;
|
||||
background-color: rgb(34, 169, 225, 0.1);
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: #181c1d;
|
||||
font-size: 16px;
|
||||
// font-family: $font3;
|
||||
color: var(--e-global-color-secondary);
|
||||
font-family: 'Plus Jakarta Sans', Sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.5;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #181c1d;
|
||||
font-size: 16px;
|
||||
// font-family: $font3;
|
||||
color: var(--e-global-color-secondary);
|
||||
font-family: 'Plus Jakarta Sans', Sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
|
||||
@@ -907,13 +907,60 @@
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
color: #181c1d;
|
||||
font-size: 16px;
|
||||
// font-family: $font3;
|
||||
font-weight: 600;
|
||||
line-height: 1.5;
|
||||
h5 {
|
||||
position: relative;
|
||||
color: var(--e-global-color-secondary);
|
||||
font-family: 'Plus Jakarta Sans', Sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
line-height: 1.3;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -12px;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
}
|
||||
a {
|
||||
color: var(--e-global-color-secondary);
|
||||
font-family: 'Plus Jakarta Sans', Sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 1.3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user