Fixes a small annoying square on carrousel arrow links

This commit is contained in:
Julien Deswaef 2018-09-23 16:21:29 -04:00
parent 11f664e762
commit 2357449083

View file

@ -6,6 +6,7 @@
line-height: @size + 30;
text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.carousel-control {
top: @size + 10px;
.square(30px);
@ -23,7 +24,6 @@
}
}
.jumbotron-carousel {
padding-top: 40px;
.btn {
@ -67,5 +67,9 @@
background: @fa-green-dark;
color: @jumbotron-color;
}
&.carousel-control:hover {
background: none;
}
}
}