forked from markus/AMPERION_Webpage
93 lines
1.5 KiB
SCSS
93 lines
1.5 KiB
SCSS
|
|
.testimonial {
|
||
|
|
padding: 100px 0;
|
||
|
|
|
||
|
|
@include tablet {
|
||
|
|
padding-top: 20px;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.counter-box {
|
||
|
|
li {
|
||
|
|
width: 50%;
|
||
|
|
float: left;
|
||
|
|
text-align: center;
|
||
|
|
margin: 30px 0 30px;
|
||
|
|
|
||
|
|
@include tablet {
|
||
|
|
margin-top: 0px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.testimonial-carousel {
|
||
|
|
border: 1px solid $border-color;
|
||
|
|
padding: 24px;
|
||
|
|
|
||
|
|
i {
|
||
|
|
font-size: 35px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
font-family: $font-secondary;
|
||
|
|
line-height: 28px;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user {
|
||
|
|
img {
|
||
|
|
padding-bottom: 0px;
|
||
|
|
border-radius: 500px;
|
||
|
|
width: 80px;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
font-family: $font-primary;
|
||
|
|
padding-bottom: 0;
|
||
|
|
margin-top: 6px;
|
||
|
|
font-size: 12px;
|
||
|
|
line-height: 20px;
|
||
|
|
|
||
|
|
span {
|
||
|
|
display: block;
|
||
|
|
color: lighten( $black, 22.54 );
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.owl-carousel .owl-pagination div {
|
||
|
|
border: 1px solid #1D1D1D;
|
||
|
|
border-radius: 500px;
|
||
|
|
display: inline-block;
|
||
|
|
height: 10px;
|
||
|
|
margin-right: 15px;
|
||
|
|
width: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.owl-carousel .owl-pagination div.active {
|
||
|
|
background: lighten( $black, 36.07);
|
||
|
|
font-size: 30px;
|
||
|
|
display: inline-block;
|
||
|
|
border: 0px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.counter-box {
|
||
|
|
i {
|
||
|
|
font-size: 35px;
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
h4 {
|
||
|
|
font-size: 30px;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
span {
|
||
|
|
color: lighten( $black, 33.3 );
|
||
|
|
}
|
||
|
|
}
|