Simplify order and cart cards

This commit is contained in:
Ruslan Bakiev
2026-04-06 11:12:10 +07:00
parent 2b6ef46e65
commit 4a6871ecac
7 changed files with 28 additions and 59 deletions

View File

@@ -297,10 +297,8 @@ const calendarOptions = computed(() => ({
gap: 0.45rem;
min-height: 74px;
border-radius: 18px;
border: 1px solid #dcebe3;
background: linear-gradient(180deg, #ffffff 0%, #f4faf6 100%);
background: #ffffff;
padding: 0.62rem 0.72rem;
box-shadow: 0 10px 24px rgba(18, 56, 36, 0.08);
}
.manager-calendar-order-card__header {
@@ -319,7 +317,7 @@ const calendarOptions = computed(() => ({
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #e4f6eb 0%, #c6e7d5 100%);
background: #edf3ef;
}
.manager-calendar-order-card__avatar {