File "testimonials.less"
Full Path: /home/ichhrkpd/public_html/images/less-eduPoint/shortcodes/testimonials.less
File size: 2.24 KB
MIME-type: text/plain
Charset: utf-8
/*
* Shortcode: testimonials.less
* -----------------------------------------------
*/
.testimonial {
.item {
position: relative;
overflow: hidden;
.thumb img {
margin: auto;
max-width: 75px;
}
}
}
.testimonial .comment p {
color: @gray-darkgray;
font-weight: 400;
}
/* -------- Testimonial-Style1 ---------- */
.testimonials {
&.attorney-details {
.thumb {
img {
width: auto;
}
}
}
}
/* -------- Testimonial-Style2 ---------- */
.testimonial.style2 {
text-align: center;
}
.testimonial.style2 .thumb img {
display: inline-block;
width: auto;
width: 75px;
}
/* -------- Testimonial-Style1 ---------- */
.testimonial.style1 {
}
.testimonial.style1 .item {
border: none;
}
.testimonial.style1 .item::before {
display: none;
}
.testimonial.style1 .quote, .testimonial.style1 .thumb {
margin-bottom: 30px;
}
.testimonial.style1 .author {
margin-bottom: 5px;
text-transform: uppercase;
}
.testimonial.style1 .title {
color: @gray-silver;
margin-bottom: 20px;
}
.testimonial.style1 .comment {
padding: 35px 25px;
}
.testimonial.style1 .comment p {
font-weight: 500;
margin-left: 30px;
}
.testimonial.style1 .comment {
background: @white-f8;
color: @gray-light;
border: 3px solid white;
border-radius: 10px;
box-shadow: 0 1px 3px 0 fade(@black, 10%);
margin: 1px;
position: relative;
}
.testimonial.style1 .comment::before {
color: @gray-lightgray;
content: "\f10d";
font-family: fontawesome;
font-size: 30px;
left: 20px;
position: absolute;
top: 7px;
}
/*.testimonial.style1 .comment::after {
bottom: -18px;
right: 19px;
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: fade(@black, 04%) transparent transparent transparent;
}*/
.testimonial.style1 .comment::after {
content: "";
width: 14px;
height: 14px;
position: absolute;
left: 30px;
background:url('../images/testimonials/quote_arrow.png') 0px 0px no-repeat;
top: 97%;
}
.owl-carousel .owl-item .testimonial img {
display: inline;
width: auto;
}
.testimonial .signature {
width: 60px;
}