Add themes folder
This commit is contained in:
parent
78eab7dcac
commit
077da5b941
108 changed files with 6225 additions and 0 deletions
92
themes/airspace-hugo/assets/scss/templates/_testimonial.scss
Normal file
92
themes/airspace-hugo/assets/scss/templates/_testimonial.scss
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
.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-quaternary;
|
||||
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 );
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue