This commit is contained in:
2026-03-30 20:23:38 +02:00
parent 70662afd2c
commit 5435209b08
26 changed files with 1949 additions and 160 deletions

View File

@@ -545,6 +545,7 @@
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin-top: 16px;
margin-bottom: 16px;
}
@@ -2355,6 +2356,45 @@ details[open] > .order-statuses-side__title .order-statuses-side__arrow {
color: #0f172a;
}
.payment-add-form {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 6px;
padding: 12px;
max-width: 700px;
}
.payment-add-form__row {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.payment-add-form__field {
display: flex;
flex-direction: column;
gap: 3px;
flex: 1 1 140px;
min-width: 120px;
}
.payment-add-form__field label {
font-size: 11px;
color: #64748b;
font-weight: 500;
}
.payment-add-form__field input, .payment-add-form__field select {
font-size: 12px;
padding: 4px 8px;
border: 1px solid #cbd5e1;
border-radius: 4px;
height: 30px;
}
.payment-add-form__actions {
display: flex;
gap: 8px;
}
.order-kv dt {
color: #64748b;
}