Redesigned account, checkout Added stock management design elements
This commit is contained in:
@@ -1,147 +1,235 @@
|
||||
::deep .container {
|
||||
max-width: 1100px;
|
||||
/* ==========================================================================
|
||||
Curated Architecture Dashboard Style Matrix
|
||||
========================================================================== */
|
||||
|
||||
.account-page-container {
|
||||
max-width: 1140px;
|
||||
margin: 0 auto;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
font-family: system-ui, -apple-system, sans-serif;
|
||||
}
|
||||
|
||||
/* Navigation Layout Overrides - Black & White Architectural Style */
|
||||
.nav-pills .nav-link {
|
||||
color: #6c757d;
|
||||
border-radius: 0;
|
||||
padding: 0.75rem 1rem;
|
||||
.account-main-title {
|
||||
font-size: 2.25rem;
|
||||
letter-spacing: -0.03em;
|
||||
color: #111111;
|
||||
}
|
||||
|
||||
.tracking-wider {
|
||||
letter-spacing: 0.08em;
|
||||
}
|
||||
|
||||
.extra-small {
|
||||
font-size: 0.72rem !important;
|
||||
}
|
||||
|
||||
/* --- Left Sidebar Architectural Pillar Controls --- */
|
||||
.account-nav-stack .nav-link {
|
||||
color: #555555;
|
||||
border-radius: 8px;
|
||||
padding: 0.8rem 1rem;
|
||||
font-weight: 500;
|
||||
font-family: var(--bs-body-font-family);
|
||||
transition: all 0.2s ease-in-out;
|
||||
font-size: 0.9rem;
|
||||
transition: all 0.2s ease;
|
||||
border: 1px solid transparent;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/* Active State - Solid Black Fill with stark white text */
|
||||
.nav-pills .nav-link.active {
|
||||
background-color: #1A1A1A !important;
|
||||
.account-nav-stack .nav-link.active {
|
||||
background-color: #111111 !important;
|
||||
color: #FFFFFF !important;
|
||||
border-color: #1A1A1A;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* Hover State for Unselected Buttons */
|
||||
.nav-pills .nav-link:hover:not(.active) {
|
||||
color: #1A1A1A;
|
||||
background-color: #F8F8F8 !important;
|
||||
.account-nav-stack .nav-link:hover:not(.active):not(.nav-logout) {
|
||||
color: #111111;
|
||||
background-color: rgba(0, 0, 0, 0.04) !important;
|
||||
transform: translateX(2px);
|
||||
}
|
||||
|
||||
/* Logout Button Link Alignment rules */
|
||||
.nav-pills .nav-link.text-danger {
|
||||
color: #DC3545 !important;
|
||||
.account-nav-stack .nav-logout:hover {
|
||||
background-color: #FFF5F5 !important;
|
||||
color: #DC3545 !important;
|
||||
}
|
||||
|
||||
/* --- Main Tabbed Layout Container Content Structures --- */
|
||||
.panel-card-wrapper {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid rgba(0, 0, 0, 0.06);
|
||||
border-radius: 12px;
|
||||
padding: 2.2rem;
|
||||
}
|
||||
|
||||
.panel-section-title {
|
||||
font-size: 0.9rem;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
/* --- Order History Structured Panel Cards --- */
|
||||
.premium-order-card {
|
||||
transition: transform 0.2s ease, border-color 0.2s ease;
|
||||
}
|
||||
|
||||
.premium-order-card:hover {
|
||||
border-color: rgba(0, 0, 0, 0.15) !important;
|
||||
}
|
||||
|
||||
.nav-pills .nav-link.text-danger:hover {
|
||||
background-color: #FFF5F5 !important;
|
||||
color: #A94442 !important;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
/* Profile Banner Design Definitions */
|
||||
.profile-hero-banner {
|
||||
border-color: rgba(0, 0, 0, 0.05) !important;
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
|
||||
.brand-greeting {
|
||||
font-family: 'Playfair Display', serif;
|
||||
font-size: 1.8rem;
|
||||
letter-spacing: -0.01em;
|
||||
color: #111111;
|
||||
}
|
||||
|
||||
.meta-tag {
|
||||
font-size: 0.68rem;
|
||||
letter-spacing: 0.15em;
|
||||
}
|
||||
|
||||
.hero-crest-svg svg {
|
||||
transition: transform 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
.profile-hero-banner:hover .hero-crest-svg svg {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
|
||||
/* Cards Layout Rules */
|
||||
.card {
|
||||
border: 1px solid rgba(0, 0, 0, 0.08);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.address-card {
|
||||
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
.address-card:hover {
|
||||
border-color: rgba(0, 0, 0, 0.16);
|
||||
}
|
||||
|
||||
/* Order Meta Tracks & Status Badges Setup */
|
||||
.order-meta-track {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
.border-b-dashed {
|
||||
border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
/* Minimalist Curated Logistics and Payment Badges Matrix */
|
||||
.status-badge-base {
|
||||
font-family: var(--bs-font-monospace);
|
||||
font-size: 0.68rem !important;
|
||||
letter-spacing: 0.08em;
|
||||
padding: 0.35rem 0.65rem !important;
|
||||
border-radius: 0px !important;
|
||||
font-size: 0.65rem !important;
|
||||
letter-spacing: 0.05em;
|
||||
padding: 0.3rem 0.6rem !important;
|
||||
border-radius: 4px !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* Fulfillment Matrix Colors */
|
||||
.status-delivered {
|
||||
background-color: #E2F0D9 !important;
|
||||
background-color: #E2F0D9 !important; /* Soft Green Match */
|
||||
color: #385723 !important;
|
||||
border: 1px solid rgba(56, 87, 35, 0.15);
|
||||
}
|
||||
|
||||
.status-shipped {
|
||||
background-color: #FFF2CC !important;
|
||||
color: #7F6000 !important;
|
||||
background-color: #FFF3CD !important; /* Warm Gold Amber */
|
||||
color: #856404 !important;
|
||||
border: 1px solid rgba(133, 100, 4, 0.12);
|
||||
}
|
||||
|
||||
.status-processing, .status-pending {
|
||||
background-color: #F2F2F2 !important;
|
||||
.status-processing {
|
||||
background-color: #F2F2F2 !important; /* Architectural Neutral Muted Grey */
|
||||
color: #595959 !important;
|
||||
border: 1px dashed #D9D9D9;
|
||||
border: 1px dashed rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
/* Restored Action Button Interactive Properties */
|
||||
.action-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
/* Financial Matrix Colors */
|
||||
.pay-paid {
|
||||
background-color: #E2F0D9 !important; /* Soft Green Match */
|
||||
color: #385723 !important;
|
||||
border: 1px solid rgba(56, 87, 35, 0.15);
|
||||
}
|
||||
|
||||
.pay-pending {
|
||||
background-color: #F8D7DA !important; /* soft red alert tint for unpaid/abandoned items */
|
||||
color: #721C24 !important;
|
||||
border: 1px solid rgba(114, 28, 36, 0.15);
|
||||
}
|
||||
|
||||
.pay-refunded {
|
||||
background-color: #E2E3E5 !important;
|
||||
color: #383D41 !important;
|
||||
border: 1px solid rgba(56, 61, 65, 0.15);
|
||||
}
|
||||
|
||||
/* --- Curated Shipping Identity Panels --- */
|
||||
.address-curated-card {
|
||||
transition: all 0.23s cubic-bezier(0.16, 1, 0.3, 1);
|
||||
}
|
||||
|
||||
.address-curated-card:hover {
|
||||
border-color: #111111 !important;
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.border-top-dashed {
|
||||
border-top: 1px dashed rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.btn-action-trigger {
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
|
||||
.btn-action-trigger:hover:not(.text-danger) {
|
||||
color: #111111 !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.btn-action-trigger:hover.text-danger {
|
||||
color: #A71D2A !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* --- Interactive Form Element Overlays --- */
|
||||
.premium-plaintext-field {
|
||||
border: 1px solid rgba(0, 0, 0, 0.12);
|
||||
border-radius: 6px;
|
||||
padding: 0.65rem 0.85rem;
|
||||
font-size: 0.9rem;
|
||||
color: #111111;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.premium-plaintext-field:focus {
|
||||
border-color: #111111;
|
||||
box-shadow: 0 0 0 1px #111111;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.custom-box-tick {
|
||||
border: 1.5px solid rgba(0, 0, 0, 0.25);
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border-radius: 4px;
|
||||
transition: all 0.15s ease;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.custom-box-tick:checked {
|
||||
background-color: #111111;
|
||||
border-color: #111111;
|
||||
}
|
||||
|
||||
.btn-premium-sm {
|
||||
font-size: 0.75rem;
|
||||
padding: 0.45rem 1rem;
|
||||
border-radius: 6px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.btn-clean-cancel {
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: #1A1A1A;
|
||||
transition: background-color 0.15s ease, transform 0.1s ease;
|
||||
color: #666666;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.action-btn:hover {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
.btn-clean-cancel:hover {
|
||||
color: #111111;
|
||||
}
|
||||
|
||||
.action-btn:active {
|
||||
transform: scale(0.92);
|
||||
}
|
||||
.border-y {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
.pointer-label {
|
||||
.context-clickable {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.tab-pane #profile .card {
|
||||
border: 1px dashed rgba(0, 0, 0, 0.15) !important;
|
||||
/* --- Identity Node Presentation Wrappers --- */
|
||||
.profile-hero-banner {
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.animate-fade-in {
|
||||
animation: layoutFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
|
||||
}
|
||||
|
||||
@keyframes layoutFadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(6px);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user