57 lines
1.0 KiB
SCSS
57 lines
1.0 KiB
SCSS
|
|
|
||
|
|
|
||
|
|
.content{
|
||
|
|
font-size: 16px;
|
||
|
|
line-height: 20px;
|
||
|
|
p{
|
||
|
|
|
||
|
|
margin-bottom: 14px;
|
||
|
|
&:last-child{
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
ul {
|
||
|
|
padding: 0 0 0 16px;
|
||
|
|
list-style: none outside none;
|
||
|
|
|
||
|
|
li::before {
|
||
|
|
content: "—";
|
||
|
|
opacity: .5;
|
||
|
|
font-size: 12px;
|
||
|
|
padding-right: 6px;
|
||
|
|
vertical-align: 10%;
|
||
|
|
}
|
||
|
|
|
||
|
|
li {
|
||
|
|
list-style: none;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.title-separator{
|
||
|
|
font-size: 20px;
|
||
|
|
text-align: center;
|
||
|
|
padding: 30px 0 10px;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
position: relative;
|
||
|
|
border-bottom: 1px solid var(--border-color);
|
||
|
|
//&:after {
|
||
|
|
// position: absolute;
|
||
|
|
// left: 0;
|
||
|
|
// right: 0;
|
||
|
|
// top: 70px;
|
||
|
|
// margin: auto;
|
||
|
|
// display: block;
|
||
|
|
// width: 270px;
|
||
|
|
// border-bottom: 1px solid var(--border-color);
|
||
|
|
// content: "";
|
||
|
|
//}
|
||
|
|
}
|
||
|
|
.lx-small-text {
|
||
|
|
font-size: 12px;
|
||
|
|
line-height: 15px;
|
||
|
|
}
|