Skip to content

Commit

Permalink
CONCD-924 duplicated selector
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Sep 5, 2024
1 parent 47fa4f6 commit b0a0442
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ a.page-link {
}
}

main .carousel-indicators {
.carousel .carousel-indicators {
> li {
border-radius: 50%;
border: 1px solid $dark;
Expand All @@ -823,6 +823,18 @@ main .carousel-indicators {
border-color: $white;
}
}

left: 50%;
width: 60%;
margin-left: -30%;
text-align: center;
}

.carousel .carousel-indicators > button {
border: 1px solid $gray-800;
border-radius: 100%;
height: 14px;
width: 14px;
}

.aspect-ratio-box {
Expand Down Expand Up @@ -1244,20 +1256,6 @@ a.btn-outline-primary:hover {
padding-left: 1.5rem;
}

.carousel .carousel-indicators {
left: 50%;
width: 60%;
margin-left: -30%;
text-align: center;
}

.carousel .carousel-indicators > button {
border: 1px solid $gray-800;
border-radius: 100%;
height: 14px;
width: 14px;
}

#card-carousel .carousel-indicators .active {
background-color: #007bff;
border-color: #007bff;
Expand Down

0 comments on commit b0a0442

Please sign in to comment.