Skip to content

Instantly share code, notes, and snippets.

@k88hudson
Last active August 29, 2015 14:04
Show Gist options
  • Save k88hudson/1894d7ba0cf0f126b53a to your computer and use it in GitHub Desktop.
Save k88hudson/1894d7ba0cf0f126b53a to your computer and use it in GitHub Desktop.
.carousel-control .icon-prev {
&::before {
.icon(@arrow-left);
}
background-color: @navy;
opacity: 0.9;
height: 30px;
width: 30px;
border-radius: 100%;
}
@tanay1337
Copy link

.carousel-control .icon-prev {
&::before {
.icon(@fa-arrow-left);
}
background-color: @navy;
opacity: 0.9;
height: 30px;
width: 30px;
border-radius: 100%;
}

.carousel-control .icon-next {
&::before {
.icon(@fa-arrow-right);
}
background-color: @navy;
opacity: 0.9;
height: 30px;
width: 30px;
border-radius: 100%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment