|
@@ -20,8 +20,8 @@
|
|
|
--text: #1c1c1e;
|
|
--text: #1c1c1e;
|
|
|
--text2: #636366;
|
|
--text2: #636366;
|
|
|
--text3: #aeaeb2;
|
|
--text3: #aeaeb2;
|
|
|
- --accent: #ffd60a;
|
|
|
|
|
- --accent-h: #e6be00;
|
|
|
|
|
|
|
+ --accent: #02b602;
|
|
|
|
|
+ --accent-h: #03a003;
|
|
|
--btn-text: #1c1c1e;
|
|
--btn-text: #1c1c1e;
|
|
|
--hover: rgba(0,0,0,0.05);
|
|
--hover: rgba(0,0,0,0.05);
|
|
|
--success: #30b950;
|
|
--success: #30b950;
|
|
@@ -41,8 +41,8 @@
|
|
|
--text: #f2f2f7;
|
|
--text: #f2f2f7;
|
|
|
--text2: #aeaeb2;
|
|
--text2: #aeaeb2;
|
|
|
--text3: #48484a;
|
|
--text3: #48484a;
|
|
|
- --accent: #ffd60a;
|
|
|
|
|
- --accent-h: #ffe040;
|
|
|
|
|
|
|
+ --accent: #02cc02;
|
|
|
|
|
+ --accent-h: #00b100;
|
|
|
--btn-text: #1c1c1e;
|
|
--btn-text: #1c1c1e;
|
|
|
--hover: rgba(255,255,255,0.06);
|
|
--hover: rgba(255,255,255,0.06);
|
|
|
--success: #32d74b;
|
|
--success: #32d74b;
|
|
@@ -135,7 +135,7 @@
|
|
|
border-color: var(--text2);
|
|
border-color: var(--text2);
|
|
|
background: var(--surface);
|
|
background: var(--surface);
|
|
|
}
|
|
}
|
|
|
- #dropZone .dz-icon { font-size: 1.5em; display: block; margin-bottom: 7px; color: var(--accent); opacity: 0.85; }
|
|
|
|
|
|
|
+ #dropZone .dz-icon { font-size: 1.5em; margin-bottom: 7px; color: var(--accent); opacity: 0.85; }
|
|
|
#dropZone .dz-label { font-size: 0.86em; font-weight: 600; color: var(--text2); }
|
|
#dropZone .dz-label { font-size: 0.86em; font-weight: 600; color: var(--text2); }
|
|
|
#dropZone .dz-sub { font-size: 0.75em; margin-top: 3px; color: var(--text3); }
|
|
#dropZone .dz-sub { font-size: 0.75em; margin-top: 3px; color: var(--text3); }
|
|
|
|
|
|
|
@@ -300,7 +300,8 @@
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
}
|
|
}
|
|
|
#emptyState .es-icon {
|
|
#emptyState .es-icon {
|
|
|
- font-size: 3em; display: block; margin-bottom: 12px;
|
|
|
|
|
|
|
+ font-size: 3em;
|
|
|
|
|
+ margin-bottom: 12px;
|
|
|
color: var(--accent);
|
|
color: var(--accent);
|
|
|
}
|
|
}
|
|
|
#emptyState .es-title { font-size: 0.95em; font-weight: 600; color: var(--text3); }
|
|
#emptyState .es-title { font-size: 0.95em; font-weight: 600; color: var(--text3); }
|