Skip to content

Instantly share code, notes, and snippets.

@bigdigital
Created February 1, 2017 13:19
Show Gist options
  • Save bigdigital/fc21b2f3cbaf94112980bf6f64b04e08 to your computer and use it in GitHub Desktop.
Save bigdigital/fc21b2f3cbaf94112980bf6f64b04e08 to your computer and use it in GitHub Desktop.
.service .btn {
background: none repeat scroll 0 0 transparent;
border: none !important;
color: #FFC229;
font-size: 3em;
position: absolute;
width: 100%;
height: 100%;
top: 0 !important;
left: 0 !important;
margin-left: 0;
}
.service .btn:hover{
background: rgba(255, 194, 41, 0.1);
color: rgba(255, 194, 41, 0.65);
}
.owl-carousel .owl-item .item{
position: relative;
}
.owl-carousel .owl-item .item i.fa.fa-eye{
bottom: 10px !important;
position: absolute;
left: calc(50% - 21px) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment