Geovation/photos

View on GitHub
src/components/DrawerContainer.scss

Summary

Maintainability
Test Coverage
.geovation-drawercontainer{

  .drawer-user {
    margin: 15px 15px 15px 15px;

    .drawer-typography {
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 80px;
      margin: 15px 0px 15px 0px;
      font-size: 1rem;
      font-weight: bold;
    }

    .avatar {
      width: 50px;
      height: 50px;
    }
  }

  .DrawerContainer-stats-95 {
    padding-bottom: 10px;
  }

  .built-by-geovation, .sponsored-by {
    display: flex;
    flex: 1;
    align-items: flex-end;
    justify-content: center;
  }

  .built-by-geovation {
    padding-bottom: 35px;
  }

  .sponsored-by-container {
    padding: 4px;
    display: block;
  }

  .sponsored-by-image {
    height: 25px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .built-by-text {
    padding-right: 10px;
  }

  .built-by-img {
    height: 20px
  }
}