Skip to content

Commit

Permalink
Merge branch 'master' into 65123
Browse files Browse the repository at this point in the history
  • Loading branch information
jakaria-istauk committed Aug 29, 2024
2 parents 27943a9 + 59b9161 commit 4e369ae
Show file tree
Hide file tree
Showing 56 changed files with 766 additions and 388 deletions.
6 changes: 4 additions & 2 deletions assets/front-end/css/view/flip-box.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
z-index: 2;
width: 100%;
height: 100%;
background: #8a35ff;
background-color: #8a35ff;
background-blend-mode: multiply;
color: #ffffff;
border-color: #000000;
-webkit-display: flex;
Expand Down Expand Up @@ -102,7 +103,8 @@
left: 0px;
width: 100%;
height: 100%;
background: #502fc6;
background-color: #502fc6;
background-blend-mode: multiply;
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
Expand Down
2 changes: 1 addition & 1 deletion assets/front-end/css/view/flip-box.min.css

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion assets/front-end/css/view/table-of-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ html {
}

.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li:before {
content: counters(counter, ".") " ";
content: counters(counter, ". ") ". ";
}

.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul {
Expand Down Expand Up @@ -274,3 +274,18 @@ html {
display: none !important;
}
}

@media only screen and (max-width: 991px) {
.eael-toc.collapsed.eael-toc-top .eael-toc-button,
.eael-toc.collapsed.eael-toc-bottom .eael-toc-button {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.eael-toc-mobile .eael-toc.collapsed.eael-toc-top {
bottom: unset !important;
}
.eael-toc-mobile .eael-toc.eael-sticky.eael-toc-bottom {
top: unset !important;
}
}
2 changes: 1 addition & 1 deletion assets/front-end/css/view/table-of-content.min.css

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

11 changes: 11 additions & 0 deletions assets/front-end/css/view/woo-product-carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -1447,3 +1447,14 @@
.theme-flexia .eael-woo-product-carousel-container.preset-2 .eael-product-carousel .product-overlay-content, .theme-flexia .eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-overlay-content {
z-index: 2;
}
.theme-botiga .ul.wc-block-grid__products,
.theme-botiga ul.products {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.theme-botiga .row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
2 changes: 1 addition & 1 deletion assets/front-end/css/view/woo-product-carousel.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/front-end/css/view/wpforms.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
border: 0;
background: none;
}
.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
.eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
Expand All @@ -22,6 +23,7 @@
.eael-wpforms .wpforms-container .wpforms-field .wpforms-field textarea,
.eael-wpforms .wpforms-container .wpforms-field .wpforms-field select {
max-width: 100% !important;
min-height: 43px;
}
.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion assets/front-end/css/view/wpforms.min.css

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

3 changes: 0 additions & 3 deletions assets/front-end/css/view/wrapper-link.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/front-end/css/view/wrapper-link.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion assets/front-end/js/view/filterable-gallery.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4e369ae

Please sign in to comment.