feat: download - fase 03
This commit is contained in:
@@ -772,6 +772,12 @@ button:disabled {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#download-modal .popup-card {
|
||||
max-width: 320px;
|
||||
padding: 12px 14px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.upload-modal-progress {
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
@@ -793,6 +799,27 @@ button:disabled {
|
||||
color: var(--color-text-muted);
|
||||
}
|
||||
|
||||
.download-modal-progress {
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
border-radius: 999px;
|
||||
background: var(--color-border);
|
||||
margin: 6px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.download-modal-progress-bar {
|
||||
height: 100%;
|
||||
width: 0;
|
||||
background: var(--color-accent);
|
||||
transition: width 150ms ease;
|
||||
}
|
||||
|
||||
.download-modal-count {
|
||||
font-size: 12px;
|
||||
color: var(--color-text-muted);
|
||||
}
|
||||
|
||||
.popup-meta {
|
||||
color: var(--color-text-muted);
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user