Simplify order and cart cards
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user