Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .testimonial{
- padding: 0 0 60px 0;
- background: #edf1f4;
- }
- .carousel-control{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- height: 44px;
- width: auto;
- border: 1px solid #a7b4b6;
- border-radius: 0;
- padding: 11px 20px;
- font-size: 14px;
- color: #a7b4b6;
- font-weight: 700;
- text-transform: uppercase;
- text-align: center;
- text-shadow: none;
- opacity: 1;
- }
- .carousel-control:hover, .carousel-control:focus{
- color: #3498db;
- border: 1px solid #3498db;
- }
- .carousel-control.left{
- background: none;
- left: 50%;
- margin-left: -80px;
- -webkit-border-top-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- -moz-border-radius-topleft: 2px;
- -moz-border-radius-bottomleft: 2px;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- }
- .carousel-control.right{
- background: none;
- right: 50%;
- margin-right: -83px;
- -webkit-border-top-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- -moz-border-radius-topright: 2px;
- -moz-border-radius-bottomright: 2px;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- }
- #carousel-testimonials blockquote{
- padding: 104px 30px 0 30px;
- }
- #carousel-testimonials blockquote p{
- padding-bottom: 30px;
- }
- #carousel-testimonials blockquote cite{
- color: black;
- }
Advertisement
Add Comment
Please, Sign In to add comment