/* 360 white-label — website (portal) page tweaks. Loaded via the web_include_css hook. */

/* Hide the thin top navbar on the LOGIN page only. `data-path="login"` scopes this to /login, so the
   desk navbar and every other website page are untouched. */
body[data-path="login"] nav.navbar {
	display: none !important;
}
