astrion-website/demo/static/dist/assets/FilePreviewDialog.css

2 lines
4.5 KiB
CSS

.show-file-card[data-v-cce8e4a8]{border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-card);overflow:hidden;margin:8px 0;font-size:13px}.sfc-header[data-v-cce8e4a8]{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--surface-soft)}.sfc-file-icon[data-v-cce8e4a8]{flex-shrink:0;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.7}.sfc-title-group[data-v-cce8e4a8]{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sfc-name[data-v-cce8e4a8]{font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sfc-meta[data-v-cce8e4a8]{font-size:11px;color:var(--text-tertiary)}.sfc-actions[data-v-cce8e4a8]{flex-shrink:0;display:flex;gap:6px}.sfc-btn[data-v-cce8e4a8]{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 10px;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-base);color:var(--text-secondary);font-size:12px;cursor:pointer;transition:background .15s,border-color .15s}.sfc-btn[data-v-cce8e4a8]:hover{background:var(--surface-muted);border-color:var(--border-strong)}.sfc-btn-download[data-v-cce8e4a8]{color:var(--accent-primary)}.sfc-btn-text[data-v-cce8e4a8]{line-height:1}.sfc-description[data-v-cce8e4a8]{padding:6px 12px;font-size:12px;color:var(--text-tertiary);border-bottom:1px solid var(--border-soft)}.sfc-preview[data-v-cce8e4a8]{border-top:1px solid var(--border-soft);max-height:400px;overflow:auto;position:relative}.sfc-loading[data-v-cce8e4a8],.sfc-error[data-v-cce8e4a8]{display:flex;align-items:center;gap:8px;padding:20px;color:var(--text-tertiary);justify-content:center;font-size:12px}.sfc-error[data-v-cce8e4a8]{color:var(--state-error)}.sfc-spinner[data-v-cce8e4a8]{width:14px;height:14px;border:2px solid var(--border-default);border-top-color:var(--accent-primary);border-radius:50%;animation:sfc-spin-cce8e4a8 .8s linear infinite}@keyframes sfc-spin-cce8e4a8{to{transform:rotate(360deg)}}.sfc-code-header[data-v-cce8e4a8]{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:var(--surface-soft);border-bottom:1px solid var(--border-soft);font-size:11px}.sfc-lang[data-v-cce8e4a8]{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.sfc-code[data-v-cce8e4a8]{margin:0;padding:12px;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:var(--text-primary);background:var(--surface-base)}.sfc-btn-copy[data-v-cce8e4a8]{height:22px;padding:0 8px;font-size:11px}.sfc-csv-scroll[data-v-cce8e4a8]{overflow:auto;max-height:350px}.sfc-csv-table[data-v-cce8e4a8]{width:100%;border-collapse:collapse;font-size:12px}.sfc-csv-table th[data-v-cce8e4a8],.sfc-csv-table td[data-v-cce8e4a8]{padding:6px 10px;border:1px solid var(--border-soft);text-align:left;white-space:nowrap}.sfc-csv-table th[data-v-cce8e4a8]{background:var(--surface-soft);font-weight:600;position:sticky;top:0}.sfc-csv-meta[data-v-cce8e4a8]{padding:6px 12px;font-size:11px;color:var(--text-tertiary);text-align:center;border-top:1px solid var(--border-soft)}.sfc-md[data-v-cce8e4a8]{padding:12px;max-height:400px;overflow:auto}.sfc-image[data-v-cce8e4a8]{display:block;max-width:100%;max-height:400px;margin:0 auto;cursor:zoom-in;padding:12px}.sfc-pdf[data-v-cce8e4a8]{width:100%;height:400px;border:none;display:block}.file-preview-overlay[data-v-8904da9a]{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-scrim);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.file-preview-modal[data-v-8904da9a]{background:var(--surface-base);border-radius:12px;width:100%;max-width:800px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-strong)}.file-preview-header[data-v-8904da9a]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-soft)}.file-preview-title[data-v-8904da9a]{font-weight:600;font-size:14px;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-close[data-v-8904da9a]{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--text-tertiary);cursor:pointer;transition:background .15s,color .15s}.file-preview-close[data-v-8904da9a]:hover{background:var(--surface-muted);color:var(--text-primary)}.file-preview-body[data-v-8904da9a]{flex:1;overflow:auto;padding:16px}