fix: handle risk explanation standard adjustment
This commit is contained in:
@@ -1000,6 +1000,13 @@
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.risk-note-editor-textarea {
|
||||
min-height: 34px;
|
||||
max-height: 78px;
|
||||
overflow-y: auto;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.currency-editor {
|
||||
display: grid;
|
||||
grid-template-columns: 34px minmax(0, 1fr);
|
||||
@@ -1062,6 +1069,37 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.expense-adjusted-amount {
|
||||
display: grid;
|
||||
justify-items: center;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.expense-original-amount {
|
||||
color: #b91c1c;
|
||||
font-size: 12px;
|
||||
font-weight: 760;
|
||||
text-decoration-line: line-through;
|
||||
text-decoration-thickness: 2px;
|
||||
text-decoration-color: rgba(185, 28, 28, .82);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.expense-reimbursable-amount {
|
||||
color: #0f172a;
|
||||
font-size: 13px;
|
||||
font-weight: 880;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.expense-adjusted-amount em {
|
||||
color: #991b1b;
|
||||
font-size: 11px;
|
||||
font-style: normal;
|
||||
font-weight: 760;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.expense-filled-at strong {
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
@@ -1950,12 +1988,46 @@
|
||||
color: #0f172a;
|
||||
}
|
||||
|
||||
.risk-override-card textarea.risk-note-editor-textarea {
|
||||
min-height: 34px;
|
||||
max-height: 78px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.risk-override-card textarea:focus {
|
||||
border-color: #ef4444;
|
||||
box-shadow: 0 0 0 3px rgba(239, 68, 68, .12);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.risk-override-submit-row {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.risk-override-save-btn {
|
||||
min-height: 34px;
|
||||
border: 1px solid #bfdbfe;
|
||||
border-radius: 4px;
|
||||
background: #eff6ff;
|
||||
color: #1d4ed8;
|
||||
font-size: 12px;
|
||||
font-weight: 850;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.risk-override-save-btn:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: .58;
|
||||
}
|
||||
|
||||
.risk-override-submit-row span {
|
||||
color: #64748b;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.validation-card {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user