mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
18 lines
268 B
Text
18 lines
268 B
Text
/*
|
|
* Component: Carousel
|
|
* -------------------
|
|
*/
|
|
.carousel-control {
|
|
&.left,
|
|
&.right {
|
|
background-image: none;
|
|
}
|
|
> .fa {
|
|
font-size: 40px;
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 5;
|
|
display: inline-block;
|
|
margin-top: -20px;
|
|
}
|
|
}
|