dist files for v1.4.0 built
This commit is contained in:
27
style.css
27
style.css
@@ -595,9 +595,32 @@ body {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.history-item-name-cancelled {
|
||||
text-decoration: line-through;
|
||||
.history-item-status-badge {
|
||||
font-size: 0.7rem;
|
||||
padding: 2px 6px;
|
||||
border-radius: 10px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-active {
|
||||
background: rgba(34, 197, 94, 0.1);
|
||||
color: #16a34a;
|
||||
border: 1px solid rgba(34, 197, 94, 0.2);
|
||||
}
|
||||
|
||||
.status-completed {
|
||||
background: rgba(100, 116, 139, 0.1);
|
||||
color: var(--text-secondary);
|
||||
border: 1px solid rgba(100, 116, 139, 0.2);
|
||||
}
|
||||
|
||||
.status-cancelled {
|
||||
background: rgba(239, 68, 68, 0.1);
|
||||
color: var(--error-color);
|
||||
border: 1px solid rgba(239, 68, 68, 0.2);
|
||||
}
|
||||
|
||||
.history-item-price-cancelled {
|
||||
|
||||
Reference in New Issue
Block a user