Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta 2 bugfixes 2 #446

Merged
merged 12 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions assets/css/scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
}
}*/

.lsx-price-wrapper {
.lsx-price-wrapper,
.lsx-single-supplement-wrapper {
/*&:before {
background-image: url( ../img/icons/price-icon.png );
}*/
Expand All @@ -129,6 +130,3 @@
}
}
}

// Add the icon ULR here.
//.lsx-destination-to-tour-wrapper::before { background-image: url( ../img/icons/destinations-icon.webp ); }
27 changes: 0 additions & 27 deletions assets/css/scss/style.scss

This file was deleted.

85 changes: 59 additions & 26 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.

1 change: 1 addition & 0 deletions assets/js/blocks/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ wp.domReady(() => {
wp.blocks.registerBlockVariation("core/group", {
name: "lsx-tour-operator/price",
title: "Price",
category: 'lsx-tour-operator',
icon: "bank",
attributes: {
metadata: {
Expand Down
Loading
Loading