/*
 * RoboFX Desk theme.
 *
 * Frappe's Desk is styled with CSS custom properties, so overriding a handful
 * of them here restyles the entire shell — no core fork. Tune the brand values
 * below to match the real RoboFX palette.
 */

:root {
  /* Primary brand color (buttons, links, active nav) */
  --primary: #0b5cff;
  --primary-color: #0b5cff;
  --btn-primary: #0b5cff;

  /* Sidebar / navbar accents */
  --brand-color: #0b5cff;
}

/* Navbar tweak — give the RoboFX logo room to breathe */
.navbar-brand .app-logo,
.navbar .app-logo {
  height: 24px;
  width: auto;
}

/* Login page: center + brand the card. Safe to expand later. */
.for-login .page-card,
.for-login .card {
  border-top: 3px solid var(--primary);
}
