This repository was archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_testimonial.scss
144 lines (138 loc) · 3.73 KB
/
_testimonial.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
.testimonial-area{
.testimonial-caption{
.testimonial-top-cap{
img{
margin-bottom: 50px;
width: auto;
display: inline-block;
@media #{$md}{
margin-bottom: 30px;
}
@media #{$xs}{
margin-bottom: 30px;
}
}
p{
color: #454d72;
font-weight: 400;
line-height: 2.1;
padding: 0 26px;
margin-bottom: 50px;
font-size: 24px;
margin-bottom: 30px;
font-style: italic;
// font-size
@media #{$lg}{
font-size: 18px;
line-height: 1.6;
font-size: 16px;
}
// margin
@media #{$md}{
margin-bottom: 25px;
font-size: 16px;
line-height: 1.7;
padding: 0 ;
font-size: 17px;
}
@media #{$sm}{
margin-bottom: 25px;
font-size: 16px;
line-height: 1.7;
padding: 0 5px;
font-size: 18px;
}
@media #{$xs}{
margin-bottom: 25px;
font-size: 16px;
line-height: 1.7;
padding: 0 5px;
font-size: 18px;
}
}
}
.testimonial-founder{
.founder-img{
img{
margin-bottom:30px;
display: inline-block;
font-weight: 300;
}
span{
color: #454d72;
font-size:25px;
font-weight: 700;
line-height: 1;
display: block;
font-family: $font_1;
margin-bottom: 10px;
}
}
}
}
/* slick-dots button Start */
.dot-style .slick-dots {
text-align: center;
bottom: -49px;
left: 0;
right: 0;
position: absolute;
}
.dot-style .slick-dots li {
display: inline-block;
}
.dot-style .slick-dots button {
text-indent: -100000px;
height: 9px;
width: 9px;
border: 0;
padding: 0;
margin:0 4px;
cursor: pointer;
border-radius:50%;
background:#eee;
}
.dot-style .slick-dots .slick-active button{
background: $theme-color;
}
/* End slick-dots button*/
/* Arrow Start*/
button.slick-arrow {
position: absolute;
left: -60px;
top: 50%;
transform: translateY(-50%);
border: 0;
padding: 0;
z-index: 2;
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 6px;
cursor: pointer;
font-size: 20px;
@include transition(.3s);
color: #616373;
background: none;
margin: 0 auto;
bottom: 0;
border: 1px solid #616373;
&:hover{
border: 1px solid #f04e3c;
color:#f04e3c;
}
}
button.slick-next {
left: auto;
right: -60px;
}
button i{
font-size: 13px;
position: relative;
top: -3px;
}
/* Arrow End*/
}
.slick-initialized .slick-slide {
outline: 0;
}