Merge pull request #50 from DeepakasBTG/frontend

Sold-out: Shop now link added
This commit is contained in:
DeepakasBTG 2026-02-06 13:01:42 +05:30 committed by GitHub
commit c7bc898732
2 changed files with 7 additions and 1 deletions

View file

@ -491,6 +491,10 @@ input[type="text"], input[type="email"], input[type="password"], select {
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
border-style: none;
display: block;
margin: auto;
text-decoration: none;
}
.modal-close:hover {
@ -815,6 +819,7 @@ input[type="text"], input[type="email"], input[type="password"], select {
cursor: pointer;
transition: all 0.3s ease;
border-style: none;
display: revert;
}
#cookie-reject-btn {
@ -830,6 +835,7 @@ input[type="text"], input[type="email"], input[type="password"], select {
transition: all 0.3s ease;
border-style: none;
border: 1px solid #fff;
display: revert;
}
.hide-desktop {

View file

@ -126,7 +126,7 @@
</div>
<div class="modal-header">We're all out of Pet Love Songs!</div>
<div class="modal-message" id="modalMessage">Well, that was fast! Pet Love Songs was such a hit that we created thousands of them for pet lovers everywhere - and now we've run out. But don't worry, you can still spoil the one you love with our special Valentine's treats.</div>
<button class="modal-close" onclick="document.getElementById('errorModal').style.display='none'">Shop now</button>
<a class="modal-close" href="https://www.petsathome.com/campaigns/listing/valentines" target="_blank">Shop now</a>
<div class="heart-icon">
<img class="white-heart-2" src="assets/images/heart-white.png" alt="White Heart" />
</div>