| 51 |
51 |
|
.modal + .modal-overlay
|
| 52 |
52 |
|
.empty-state + --compact / --chart / --lg
|
| 53 |
53 |
|
.progress-bar-container + .progress-bar (--slim, --rounded, --highlight)
|
| 54 |
|
- |
.upload-status + __row + __msg.is-success / .is-error
|
|
54 |
+ |
.upload-status + -row + -msg.is-success / .is-error
|
| 55 |
55 |
|
.field-status / .save-status + .success / .error / .saving
|
| 56 |
56 |
|
.toast + .toast--success / --error / --warning
|
| 57 |
57 |
|
.breadcrumb / .pagination
|
| 7064 |
7064 |
|
.git-diff-file-stats { margin-left: auto; font-size: var(--text-fine); }
|
| 7065 |
7065 |
|
.git-diff-file-stats .additions { color: var(--diff-add); }
|
| 7066 |
7066 |
|
.git-diff-file-stats .deletions { color: var(--diff-del); margin-left: var(--gap-bound); }
|
| 7067 |
|
- |
.diff-status-A, .diff-status-D, .diff-status-M, .diff-status-R {
|
|
7067 |
+ |
.diff-status-added, .diff-status-deleted, .diff-status-modified, .diff-status-renamed {
|
| 7068 |
7068 |
|
display: inline-block;
|
| 7069 |
7069 |
|
width: 1.2rem;
|
| 7070 |
7070 |
|
text-align: center;
|
| 7074 |
7074 |
|
border-radius: 2px;
|
| 7075 |
7075 |
|
line-height: 1.4;
|
| 7076 |
7076 |
|
}
|
| 7077 |
|
- |
.diff-status-A { background: #d4edda; color: #155724; }
|
| 7078 |
|
- |
.diff-status-D { background: #f8d7da; color: #721c24; }
|
| 7079 |
|
- |
.diff-status-M { background: color-mix(in oklch, var(--warning) 14%, var(--surface-page)); color: var(--warning); }
|
| 7080 |
|
- |
.diff-status-R { background: #d1ecf1; color: #0c5460; }
|
|
7077 |
+ |
.diff-status-added { background: #d4edda; color: #155724; }
|
|
7078 |
+ |
.diff-status-deleted { background: #f8d7da; color: #721c24; }
|
|
7079 |
+ |
.diff-status-modified { background: color-mix(in oklch, var(--warning) 14%, var(--surface-page)); color: var(--warning); }
|
|
7080 |
+ |
.diff-status-renamed { background: #d1ecf1; color: #0c5460; }
|
| 7081 |
7081 |
|
.git-diff-table {
|
| 7082 |
7082 |
|
width: 100%;
|
| 7083 |
7083 |
|
border-collapse: collapse;
|
| 11193 |
11193 |
|
}
|
| 11194 |
11194 |
|
.synckit-billing-status--draft { background: var(--surface-sunken); }
|
| 11195 |
11195 |
|
.synckit-billing-status--active { background: color-mix(in oklch, var(--success) 12%, var(--surface-page)); color: var(--success); }
|
| 11196 |
|
- |
.synckit-billing-status--suspended_unpaid { background: color-mix(in oklch, var(--warning) 14%, var(--surface-page)); color: var(--warning); }
|
|
11196 |
+ |
.synckit-billing-status--past-due { background: color-mix(in oklch, var(--warning) 14%, var(--surface-page)); color: var(--warning); }
|
| 11197 |
11197 |
|
.synckit-billing-status--canceled { background: color-mix(in oklch, var(--danger) 10%, var(--surface-page)); color: var(--danger); }
|
| 11198 |
11198 |
|
.synckit-billing-price { font-weight: 600; }
|
| 11199 |
11199 |
|
.synckit-billing-body {
|