Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhila05 committed May 20, 2016
2 parents bf68eaa + 691de99 commit b142939
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 150 deletions.
111 changes: 111 additions & 0 deletions static/site/scss/main_dt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4518,3 +4518,114 @@ body{
}
/* python services */

/* testimonials_row starts here */
.testimonials_row {
background:#333;
padding: 30px 30px;
/* carousel */
#quote-carousel {
padding: 0 10px 30px 10px;
margin-top: 30px;
.carousel-control {
background: none;
color: #222;
font-size: 2.3em;
text-shadow: none;
margin-top: 30px;
&.left {
left: -12px;
}
&.right {
right: -12px !important;
}
}
.carousel-indicators {
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;
li {
background: #c0c0c0;
}
.active {
background: #333333;
}
}
img {
width: 250px;
height: 100px;
}
}
/* Control buttons */
/* Previous button */
/* Next button */
/* Changes the position of the indicators */
/* Changes the color of the indicators */
/* End carousel */

.item blockquote {
border-left: none;
margin: 0;
min-height: 180px;
padding: 15px 0;
color: #eee;
font-size: 16px;
line-height:28px;
img {
margin-bottom: 10px;
}
p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}
}
small{
color:$theme_green;
}
.profile_details{
span{
color:$theme_green;
display:block;
font-size:13px;
line-height:18.2px;
}
}
.happy-clients{
color:orange;
text-align:center;
font-size:25px;
margin-top:12px;
}
/* MEDIA QUERIES */
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
#quote-carousel {
margin-bottom: 0;
padding: 0 40px 30px 40px;
}
}
/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

#quote-carousel .carousel-indicators {
bottom: -20px !important;
li {
display: inline-block;
margin: 0px 5px;
width: 15px;
height: 15px;
&.active {
margin: 0px 5px;
width: 20px;
height: 20px;
}
}
}
}
}
/* testimonials_row ends here */

0 comments on commit b142939

Please sign in to comment.