feat: install plugins from approved source commits
This commit is contained in:
@@ -232,6 +232,18 @@ input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shado
|
||||
.sync-errors ul { margin: 7px 0 0; padding-left: 18px; }
|
||||
.sync-errors li { display: list-item; padding: 3px 0; border: 0; overflow-wrap: anywhere; }
|
||||
|
||||
.install-hero { padding: 64px 0 48px; color: #fff; background: #102a43; }
|
||||
.install-hero h1 { margin: 6px 0 12px; font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -.04em; }
|
||||
.install-hero p:last-child { color: #c6d8e5; }
|
||||
.prose-shell { max-width: 880px; }
|
||||
.install-guide { padding-block: 42px 80px; }
|
||||
.install-guide h2 { margin: 38px 0 10px; }
|
||||
.install-guide p { color: var(--ink-soft); line-height: 1.7; }
|
||||
.install-guide pre { padding: 19px; overflow-x: auto; border: 1px solid #214761; border-radius: 11px; color: #eaf4fb; background: #102a43; line-height: 1.55; }
|
||||
.install-guide code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
|
||||
.notice { padding: 16px 18px; border-left: 4px solid var(--blue); border-radius: 8px; background: #edf5ff; line-height: 1.55; }
|
||||
.notice.warning { margin-top: 28px; border-left-color: var(--amber); background: var(--amber-bg); }
|
||||
|
||||
@media (max-width: 980px) {
|
||||
.hero-grid { grid-template-columns: 1fr; gap: 35px; }
|
||||
.hero-stat { width: min(350px, 100%); }
|
||||
|
||||
Reference in New Issue
Block a user