/* Placeholder legacy stylesheet.
 *
 * Some legacy admin pages reference `/css/admin-topnav.css`, but the actual
 * styling for those pages lives in:
 *   - /css/admin-common.css
 *   - /css/supabase-sidebar.css
 *   - /css/main.css
 *
 * This file exists to prevent 404s and keep the legacy UI from looking
 * broken due to missing CSS.
 */

/* Minimal defaults for pages that expect a content offset */
.settings-container,
.main-content {
  padding-top: 24px;
}

