/*
  We want to re-use the partial for displaying the email log
  because changes are broadcast using that, but we don't need
  all the details — so hide most of it and make it less
  prominent.
*/
.permission-viewer, .invite-code-viewer {
  & .email-log {
    background-color: inherit;
    font-size: 0.875rem;

    & dl {
      display: flex;
      justify-content: space-between;
    }

    & .subject,
    & .from,
    & dt.date {
      display: none;
    }
  }
}
