Skip to content

Commit

Permalink
Merge pull request #458 from lightspeedwp/Travel-Information
Browse files Browse the repository at this point in the history
Travel Information Slider
  • Loading branch information
krugazul authored Dec 17, 2024
2 parents ebc5c22 + dc325c5 commit 19ae5d5
Show file tree
Hide file tree
Showing 8 changed files with 394 additions and 168 deletions.
21 changes: 20 additions & 1 deletion assets/css/scss/_slider.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
.wp-block-query {
.lsx-to-slider {
&.lsx-travel-information-wrapper {
.slick-list {
max-width: 100% !important;
width: 100% !important;
}

.slick-slide {
padding: 0 !important;
margin: 0 10px !important;
}
}
}

.wp-block-query,
.lsx-travel-information-wrapper {
&.lsx-to-slider {
gap: var(--wp--preset--spacing--small) var(--wp--preset--spacing--small);
position: relative;
Expand Down Expand Up @@ -29,7 +44,11 @@
height: 20px;
}
}
}
}

.wp-block-query {
&.lsx-to-slider {
.slick-slide {
padding: 15px !important;
}
Expand Down
149 changes: 24 additions & 125 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 19ae5d5

Please sign in to comment.