3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-09 23:15:53 +00:00
Files
snipe-it/resources/assets/less/carousel.less
2016-03-25 01:18:05 -07:00

19 lines
268 B
Plaintext
Executable File

/*
* 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;
}
}