mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31: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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user