Fix: Restore website functionality - all pages and APIs working

This commit is contained in:
Local Server
2026-01-14 07:16:04 -06:00
parent dc58a8ae5f
commit 9f659a2c59
41 changed files with 10890 additions and 3029 deletions

View File

@@ -188,6 +188,53 @@
color: #1a1a1a;
}
/* Button Styles for Cart/Wishlist Dropdowns */
.action-dropdown .btn-outline,
.action-dropdown .btn-text,
.action-dropdown .btn-primary-full {
display: inline-block;
padding: 10px 16px;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: all 0.2s;
border: none;
}
.action-dropdown .btn-outline {
background: transparent;
color: #6b46c1;
border: 1px solid #6b46c1;
}
.action-dropdown .btn-outline:hover {
background: #f3f0ff;
}
.action-dropdown .btn-text {
background: transparent;
color: #6b7280;
padding: 8px;
}
.action-dropdown .btn-text:hover {
color: #FCB1D8;
}
.action-dropdown .btn-primary-full {
background: #6b46c1;
color: white;
width: 100%;
margin-top: 8px;
}
.action-dropdown .btn-primary-full:hover {
background: #5a38a3;
}
/* Scrollbar for dropdown body */
.dropdown-body::-webkit-scrollbar {
width: 6px;