update
This commit is contained in:
@@ -1099,6 +1099,7 @@ h4.section-title {
|
||||
gap: 6px;
|
||||
font-weight: 600;
|
||||
padding: 6px 0;
|
||||
margin-bottom: 8px;
|
||||
border-bottom: 1px solid #e2e8f0;
|
||||
color: var(--c-primary, #2563eb);
|
||||
}
|
||||
@@ -2313,6 +2314,27 @@ details[open] > .order-statuses-side__title .order-statuses-side__arrow {
|
||||
color: #0f172a;
|
||||
}
|
||||
|
||||
.item-personalization {
|
||||
margin-top: 4px;
|
||||
padding: 4px 8px;
|
||||
background: #f8fafc;
|
||||
border-left: 2px solid #cbd5e1;
|
||||
border-radius: 2px;
|
||||
font-size: 0.92em;
|
||||
color: #475569;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.item-personalization__label {
|
||||
font-weight: 600;
|
||||
color: #64748b;
|
||||
display: block;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.item-personalization__line {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.order-grid-2 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user