Skip to content

Commit

Permalink
update contact us modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Virgil993 committed Dec 10, 2024
1 parent a228761 commit 4cf042e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"/scss/index.2ed3dfc317f3c03e478749025dae2434c17905574556fce7a4e00d6270068804.css","MediaType":"text/css","Data":{"Integrity":"sha256-LtPfwxfzwD5Hh0kCXa4kNMF5BVdFVvznpOANYnAGiAQ="}}
3 changes: 2 additions & 1 deletion themes/genezio-theme/assets/scss/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.contact-us-modal-description {
color: #33475b;
color: #666666 ;
text-align: left;
}
.modal-content {
Expand All @@ -37,4 +37,5 @@
z-index: 3;
cursor: pointer;
vertical-align: top;
line-height: 0.5;
}
3 changes: 1 addition & 2 deletions themes/genezio-theme/layouts/partials/contactUsModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ <h3>Contact us</h3>
</div>
<div class="col">
<div id="closeModalBtn">

<span class="close">&times;</span>
</div>
</div>
</div>
<div class="row contact-us-modal-description mb-2">
<div class="row contact-us-modal-description mb-3">
<div class="col">
Get in touch with us to discuss your requirements, explore custom pricing options, or request a demonstration.
</div>
Expand Down

0 comments on commit 4cf042e

Please sign in to comment.