laster 0.0.1

This commit is contained in:
2026-05-25 15:49:42 +07:00
parent 14d3a3152a
commit e2c4881bb7
22 changed files with 1139 additions and 158 deletions

View File

@@ -1209,6 +1209,23 @@ tbody tr:hover td.action-col {
line-height: 1.5;
}
.error-state .material-symbols-outlined {
color: var(--danger);
}
.error-detail {
background: #fff7ed;
border: 1px solid #fed7aa;
border-radius: var(--radius-sm);
color: #9a3412;
display: block;
line-height: 1.45;
max-width: 100%;
overflow-wrap: anywhere;
padding: 10px 12px;
text-align: left;
}
.center-page {
align-items: center;
justify-content: center;