feat(dashboard): export current view
This commit is contained in:
@@ -216,6 +216,28 @@ body {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#exportFormat {
|
||||
background: #1e1e28;
|
||||
border: 1px solid #2a2a3a;
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
color: #e8e8ee;
|
||||
font-size: 0.85rem;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.btn-export {
|
||||
background: #1e1e28;
|
||||
border: 1px solid #2a2a3a;
|
||||
border-radius: 10px;
|
||||
padding: 10px 12px;
|
||||
color: #cfd3ff;
|
||||
font-weight: 700;
|
||||
font-size: 0.85rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.btn-export:active { transform: scale(0.98); }
|
||||
|
||||
/* ─── New Engram ──────────────────────────────────────────────────────────── */
|
||||
.new-engram {
|
||||
padding: 0 12px 8px;
|
||||
|
||||
Reference in New Issue
Block a user