/*
  Legacy stylesheet (Propshaft).
  App chrome lives in app/assets/tailwind/ (built into tailwind.css).
  Keep layout rules out of this file so there is one source of truth.
*/

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

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

#asset_scan button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity)) !important;
  color: white;
  padding-bottom: 0.625rem !important;
  padding-top: 0.625rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  border-radius: 0.5rem !important;
  cursor: pointer;
  -webkit-appearance: button;
}
