feat: prepare ACS deployment
This commit is contained in:
@@ -174,6 +174,14 @@ a { color: inherit; text-decoration: none; }
|
||||
}
|
||||
.form-grid .span-2 { grid-column: 1 / -1; }
|
||||
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
|
||||
/* Inline validation message shown at the left of the action row, beside the 취소 button. */
|
||||
.form-actions .form-error { margin-right: auto; align-self: center; color: #b91c1c; font-size: 14px; font-weight: 600; }
|
||||
/* Status badge + action button shown together in a table cell (access console). */
|
||||
.status-cell { display: inline-flex; align-items: center; gap: 8px; }
|
||||
/* Sub-section heading inside a form grid (담당자/감시자 등). */
|
||||
.form-section { grid-column: 1 / -1; margin: 6px 0 -2px; padding-top: 10px; border-top: 1px solid #e2e8f0; font-weight: 700; color: #1e293b; font-size: 14px; }
|
||||
/* Read-only auto-filled fields (본인/고정값). */
|
||||
.field input[readonly] { background: #f1f5f9; color: #475569; cursor: default; }
|
||||
|
||||
/* faint inline helper next to a label */
|
||||
.hint-inline { font-weight: 400; font-style: normal; color: var(--muted); font-size: 12px; }
|
||||
@@ -189,6 +197,11 @@ a { color: inherit; text-decoration: none; }
|
||||
.consent-label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; font-size: 13px; color: #334155; line-height: 1.5; }
|
||||
.consent-label input { margin-top: 2px; width: 16px; height: 16px; flex-shrink: 0; }
|
||||
|
||||
/* Inline checkbox group (e.g. 전산실 다중 선택) */
|
||||
.checkbox-row { display: flex; flex-wrap: wrap; gap: 18px; padding: 8px 2px; }
|
||||
.checkbox-inline { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 14px; color: #334155; }
|
||||
.checkbox-inline input { width: 16px; height: 16px; flex-shrink: 0; }
|
||||
|
||||
/* ===== Buttons ===== */
|
||||
button { font-family: inherit; cursor: pointer; }
|
||||
.btn-primary, .btn-ghost, .btn-success, .btn-danger {
|
||||
|
||||
Reference in New Issue
Block a user