_account.scss 1.1 KiB
Newer Older
.account {
  display: flex;

  &.-header {
    display: flex !important;
    align-items: center;
  }

  &.-header-container {
    display: flex;
  .account_avatar {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    canvas {
      display: block;

    .account_avatar_loading {
      width: 100%;
      height: 100%;
    }
  }

  .account_information {
    padding-left: 0.325rem;
Brian Flanagan's avatar
Brian Flanagan committed
    overflow: hidden;
    flex-grow: 1;
  }

  .account_change_blockies {
    align-items: center;
    display: flex;
    padding-left: 1rem;
  }

  .account_name {
    color: $black;
    font-weight: 500;
    margin-bottom: 0.1rem;

    /* Information component when used with components
     * in the header requires more bottom margin than
     * where it is used in the AccountList componet
     */
    &.-header {
  }

  .account_address {
    font-family: $mono;
    color: $grey;
    font-size: ms(-2);
    line-height: ms(-2) * 1.3;
    user-select: text;