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