Add files via upload

This commit is contained in:
Arc
2019-12-12 23:08:26 +00:00
committed by GitHub
parent 4921ffc776
commit b7e5bff034
75 changed files with 6766 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
* Component: Carousel
* -------------------
*/
.carousel-control {
background-image: none!important;
> .fa {
font-size: 40px;
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -20px;
}
}