/** light theme for walletIdentity */
#m-wallet-identity {
  /**
   * using the shared variables provided by manifold
   */
  --manifold-page--color--background: #f1f1f1;

  /* setting background color here so wallet identity widget is visible */
  background-color: var(--manifold-page--color--background);
  padding: 1rem;
  grid-row-gap: 0.25rem;
}

/* always keep the menu button centered */
#m-wallet-identity .m-wallet-identity__menu {
  grid-row: 1/3;
  align-self: center;
}
