caurosel style fixed

This commit is contained in:
batuhanbas
2019-12-26 14:11:39 +03:00
parent 67a6415f77
commit 20ed6b363e
3 changed files with 27 additions and 4 deletions

23
public/css/custom.css vendored
View File

@ -58,6 +58,29 @@
/*--------Item Tax Tag Finish--------*/
/*--------Carousel Arrows--------*/
button:focus
{
outline: none !important;
}
.carousel-description
{
background-color: #3c3f72 !important;
color: #ffffff;
text-align: center;
}
.el-carousel__arrow
{
margin-top: 10.55rem !important;
color: #ffffff;
background-color: unset !important;
font-size: 24px !important;
}
/*--------Carousel Arrows Finish--------*/
/*--------General Button Hover--------*/
.btn:hover
{