feat: upload - deel 02
This commit is contained in:
@@ -225,6 +225,30 @@ button:disabled {
|
||||
background: var(--color-button-secondary-bg);
|
||||
}
|
||||
|
||||
.upload-progress {
|
||||
display: grid;
|
||||
gap: 1px;
|
||||
margin-top: 4px;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: var(--radius-sm);
|
||||
background: var(--color-surface-elevated);
|
||||
color: var(--color-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.upload-progress-target,
|
||||
.upload-progress-file {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.upload-progress-count {
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
|
||||
#theme-toggle-icon {
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
|
||||
Reference in New Issue
Block a user