File: /var/www/quadcode-jobs/resources/sass/components/_terms.scss
.terms{
margin-top: 10%;
margin-left: 9%;
width: 100%;
}
.terms-title{
font-size: 1.6rem;
color:#2481E0;
padding-bottom: 2rem;
}
.terms-content{
display: flex;
}
.terms-conditions{
margin-top: 9%;
margin-left: 4%;
margin-right: 4%;
@include breakpoint-down('sm') {
width: 100%;
padding-left: 4%;
padding-right: 4%;
margin-left: 0;
margin-right: 0;
}
&__title{
h1 {
font-size: 3.6rem;
//margin-bottom: 30px;
}
p {
font-size: 3rem;
}
span {
display: block;
margin-top: 20px;
}
}
&__term{
width: 90%;
margin-top: 0;
padding-top: 120px;
@include breakpoint-down('lg') {
padding-top: 91.25px;
}
@include breakpoint-down('sm') {
padding-top: 77px;
}
h2{
font-size: 2.8rem;
text-align: left;
}
p{
font-size: 1.6rem;
margin-top:5%;
width:100%;
}
a{
color:#329bff
}
table {
margin-top: 40px;
p {
margin: 0;
}
}
}
&__term:last-child{
margin-top: 0;
padding-top: 120px;
@include breakpoint-down('lg') {
padding-top: 91.25px;
}
@include breakpoint-down('sm') {
padding-top: 77px;
}
}
}
@include breakpoint-down('lg') {
.terms-conditions__term{
width: 70%;
}
.terms{
margin-left: 19%;
}
}
@include breakpoint-down('sm') {
.terms-conditions{
margin-top: 24%;
}
.terms-conditions__term{
padding-top: 40px;
width: 100%;
}
.terms{
margin-left: 5%;
margin-top: 25%;
display: none;
}
}