File: /var/www/quadcode-site/src/style/components/terms-conditions.scss
.terms-conditions {
padding-top: 150px;
padding-bottom: 100px;
&__term {
padding-top: 50px;
p {
font-size: 16px;
margin-top: 20px;
}
h2 {
font-size: 24px;
}
a {
color: #329bff;
}
ol {
margin: 16px 0;
padding-left: 32px;
li {
&:not(:last-of-type) {
margin-bottom: 10px;
}
}
}
ul {
margin: 16px 0;
list-style: disc;
padding-left: 16px;
li {
&:not(:last-of-type) {
margin-bottom: 10px;
}
&::marker {
color: $red;
}
}
}
table {
width: 100%;
margin-top: 30px;
border:1px solid black;
border-collapse: collapse;
td {
border:1px solid black;
vertical-align: top;
padding: 10px;
p:last-of-type {
margin-top: 0;
}
}
}
}
}