Walmart Supplier Sandbox templates. Updated prod templates too.

This commit is contained in:
Norm Rasmussen
2025-04-21 17:17:41 -04:00
parent 26fd2a9615
commit 17f7d10b04
185 changed files with 7784 additions and 85 deletions

View File

@ -116,7 +116,6 @@
}
.faq-card {
background: #13244c;
padding: 20px;
border-radius: 12px;
height: fit-content;
@ -137,15 +136,15 @@
.faq-cta {
width: 40px;
height: 40px;
background: #002d97;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #ffc220;
}
.cta-faq-icon {
color: #fff;
color: #000;
transition: transform 0.3s ease;
}