Skip to content

Admin Dashboard Style Guidelines

Mandy Chen edited this page Jun 18, 2026 · 6 revisions

This guide documents the UI, content, and formatting conventions for Techtonica’s Admin dashboard page, found in /admin/dashboard.

Use this guide when building or updating the Admin Dashboard, or when adding new dashboards on the Techtonica website.

Refer to the canva Techtonica UI doc for site-wide styling guidelines. The relevant page for this feature is on page 09 Admin Dashboard - UI Elements

UI Elements

Cards

Status Label Colors

  • Submitted
    • #003a6c
    • #9be1ff
#submitted-text {
  color: #003a6c;
  background-color: #9be1ff;
}
  • In Review
  • Accepted
  • Rejected

Icons

Clone this wiki locally