Changeset 57b1843 in Klonkt
- Timestamp:
- 06/20/2026 06:44:46 AM (3 months ago)
- Branches:
- main
- Children:
- e6ad948
- Parents:
- 9d9f3c1
- File:
-
- 1 edited
-
src/views/pages/admin-epk.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-epk.ejs
r9d9f3c1 r57b1843 30 30 </section> 31 31 </div> 32 33 <style> 34 .admin-page .set-card { background: var(--paper-2); border: 1px solid var(--rule); border-radius: 12px; padding: 1.25rem; margin-top: 1rem; } 35 .admin-page .set-card h2 { font-family: var(--font-display, serif); font-size: 1.25rem; margin: 0 0 0.5rem; } 36 .admin-page .set-help { font-size: 0.85rem; color: var(--ink-soft, var(--ink-muted)); line-height: 1.5; margin: 0 0 1rem; max-width: 60ch; } 37 .admin-page .set-form { display: flex; flex-direction: column; gap: 1rem; max-width: 520px; } 38 .admin-page .set-field { display: flex; flex-direction: column; gap: 0.3rem; } 39 .admin-page .set-field > span { font-size: 0.8rem; font-weight: 600; color: var(--ink-soft, var(--ink-muted)); } 40 .admin-page .set-field input, 41 .admin-page .set-field textarea { 42 width: 100%; box-sizing: border-box; 43 padding: 0.6rem 0.75rem; 44 border: 1px solid var(--rule); border-radius: 6px; 45 background: var(--paper); color: var(--ink); 46 font-family: var(--font-ui, system-ui), sans-serif; font-size: 0.95rem; 47 -webkit-appearance: none; appearance: none; 48 } 49 .admin-page .set-field textarea { resize: vertical; line-height: 1.5; } 50 .admin-page .set-field input:focus, 51 .admin-page .set-field textarea:focus { outline: 2px solid var(--accent); outline-offset: -1px; border-color: var(--accent); } 52 .admin-page .set-form .btn { align-self: flex-start; } 53 </style>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)