Testimonial Page
unknown
plain_text
a year ago
1.5 kB
10
Indexable
/*Fix testimonial padding - Producer - WB Nicolas V*/
div.testimonials {
padding: 48px 0;
@media(max-width: 568px){
padding: 60px 0 80px!important;
}
}
/* END */
div.testimonials .data-container{
/* Button theme */
.expand-link-container .btn-more{
color: #fff;
&:hover{
color: #fff!important;
}
&:before{
background:rgba(255, 255, 255, .4)!important;
}
&:hover:before{
background: #fff!important;
}
}
/* Transition animation */
.testimonials__item-outer{
&:not(.expanded){
.btn-more.btn-expand{
opacity:1;
z-index: 1;
}
}
&.expanding{
.btn-more.btn-expand{
opacity:0;
}
}
&.expanded{
.btn-more.btn-collapse{
opacity:1;
}
}
&:not(.expanded){
.btn-more.btn-collapse{
opacity:0;
}
}
&.expanding{
.btn-more.btn-collapse{
opacity:1;
}
}
&.collapsing{
.btn-more.btn-collapse{
opacity:0;
}
}
&.expanded{
.btn-more.btn-collapse{
opacity:1;
z-index: 1;
}
}
}
}
/* END */Editor is loading...
Leave a Comment