mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Fixes a small annoying square on carrousel arrow links
This commit is contained in:
parent
11f664e762
commit
2357449083
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user