You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
915 B

//////////////////////
// Flexslider Style
//////////////////////
.flexslider{
border-radius: 0;
margin: 0;
border: 0;
max-width: 100%;
overflow: hidden;
.flex-control-thumbs{
li {
width: calc(25% - 4.75px);
img{
padding: 2px;
border: 1px solid map-get($colors, 8);
border-radius: $radius-primary;
margin-bottom: 6px;
&.flex-active{
border-color: map-get($colors, 3);
}
}
&:not(:nth-child(4)){
margin-right: 6px;
}
}
}
}
.flex-direction-nav a{
&.flex-next:before {
font-family: FontAwesome;
content: "\f105";
line-height: 40px;
text-shadow: none;
}
&:before{
font-family: FontAwesome;
content: "\f104";
}
}