Testimonial Page
unknown
plain_text
24 days ago
1.5 kB
4
Indexable
Never
/*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: #000; &:hover{ color: #3C6A72!important; } &:before{ background:rgba(60,106,114, .4)!important; } &:hover:before{ background: #3C6A72!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 */
Leave a Comment