Skip to content

Commit

Permalink
Merge branch 'main' into coveo-new
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajneeshkumar authored Apr 25, 2024
2 parents 4c69d10 + 627d38d commit f7574e6
Show file tree
Hide file tree
Showing 4 changed files with 1,023 additions and 1,002 deletions.
18 changes: 11 additions & 7 deletions blocks/modal/modal.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--overlay: rgb(0 0 0 / 70%);
--form-bg: rgb(0 0 0 / 50%);
--overlay: rgb(0 0 0 / 70%);
--form-bg: rgb(0 0 0 / 50%);
}

.modal-overlay {
Expand Down Expand Up @@ -92,7 +92,7 @@
padding: 40px 20px;
border-radius: 20px;
overflow: hidden;
background-color: var(--text-green);;
background-color: var(--text-green);
background-image: var(--blog-gradient-left);
text-align: center;
}
Expand Down Expand Up @@ -153,9 +153,8 @@
align-items: center;
}

.newsletter-inner-wrapper .columns-2-cols .col-left img + p {
margin-left: -130px;
margin-top: 60px;
.newsletter-inner-wrapper .columns-2-cols .col img {
width: 361px;
}
}

Expand All @@ -181,6 +180,11 @@
.modal-inner-wrapper .modal-form h3 {
font-size: 30px;
}

.newsletter-inner-wrapper .columns-2-cols .col-left img + p {
margin-left: -130px;
margin-top: 60px;
}
}

@media only screen and (min-width: 992px) {
Expand All @@ -200,4 +204,4 @@
max-width: 420px;
margin-bottom: 20px;
}
}
}
3 changes: 0 additions & 3 deletions blocks/resources/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,6 @@ export async function coveoResources(target) {

window.history.replaceState(null, null, url);
await initializeCoveo(resourcesBlock);
// setTimeout(() => {
// initializeCoveo(resourcesBlock);
// }, 500);
setTimeout(() => {
resourcesBlock.classList.remove('loading-coveo');
}, 1000);
Expand Down
Loading

0 comments on commit f7574e6

Please sign in to comment.