carousel forgotten frame added

This commit is contained in:
batuhanbas
2019-12-26 15:15:21 +03:00
parent 91dcb3877f
commit 3a1a86cbb9
2 changed files with 15 additions and 7 deletions

18
public/css/custom.css vendored
View File

@ -59,11 +59,6 @@
/*--------Carousel Arrows--------*/
button:focus
{
outline: none !important;
}
.carousel-description
{
background-color: #3c3f72 !important;
@ -78,9 +73,22 @@ button:focus
background-color: unset !important;
font-size: 24px !important;
}
.carousel-frame
{
border: 1px solid #3c3f72;
}
/*--------Carousel Arrows Finish--------*/
/*--------General Button Focus--------*/
button:focus
{
outline: none !important;
}
/*--------General Button Focus Finish--------*/
/*--------General Button Hover--------*/
.btn:hover
{