Closed simonjvardy closed 4 years ago
Fixed with branch SV-BI-Team-5-issue28 merge. Removed the background-color: black;
from the following style.css code block
.carousel-control-next-icon {
position: absolute;
top: 2vh;
right: 0;
border-radius: 25px;
height: 20px;
width: 20px;
}
.carousel-control-prev-icon {
position: absolute;
top: 2vh;
left: 0;
border-radius: 25px;
height: 20px;
width: 20px;
}
Describe the bug The Bootstrap Carousel becomes visible on small and medium sized displays. The left and right arrows are styled with a circular dark grey background and go black when clicked. They look out of place with the rest of the site now the full colour scheme has been applied.
To Reproduce Steps to reproduce the behavior:
Expected behavior The styling should be complimentary to the remainder of the website styling.
Screenshots
Desktop (please complete the following information):
Additional context Remove the css background styling and revert back to the original Bootstrap Carousel styling.