Skip to content

Commit

Permalink
embed carousel done
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav sasulkar committed Sep 25, 2024
1 parent 04ab000 commit 754cb95
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions styles/embed-carousel-wrapper/embed-carousel-wrapper.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
display: block;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .carousel-navigation-buttons>button:focus {
background-color: unset;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .carousel-navigation-buttons .slide-prev {
padding: unset;
margin: unset;
Expand Down Expand Up @@ -49,8 +53,11 @@
display: none;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .panel-container .glider-track {
column-gap: 30px;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .panel-container .glider-track .teaser {
margin-right: 30px;
position: relative;
}

Expand Down Expand Up @@ -155,6 +162,10 @@ dialog[open] .modal-content .section.embed-carousel-youtube-video .embed-wrapper
margin: 0 5px;
position: relative;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .panel-container .glider-track {
column-gap: unset
}
}

@media screen and (max-width: 1024px) {
Expand Down Expand Up @@ -182,8 +193,12 @@ dialog[open] .modal-content .section.embed-carousel-youtube-video .embed-wrapper
padding: 0 56px;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .panel-container .glider-track {
column-gap: 16px;
padding: 0 8px;
}

.section.embed-carousel-wrapper .carousel-wrapper .carousel .panel-container .glider-track .teaser {
margin: 0 8px;
position: relative;
min-width: 310px;
}
Expand Down

0 comments on commit 754cb95

Please sign in to comment.