laster 0.0.1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user