/* Custom non-Tailwind rules that were previously in this file.
   These support the legacy sidebar toggle behavior in the main layout.
   TODO: Migrate these into application.tailwind.css using @layer utilities when possible.
*/

.aside-mobile-expanded {
  margin-left: 15rem;
}

.aside-navbar {
  margin-left: 15rem;
}
