AugurProject/augur-ui

View on GitHub
src/modules/account/components/account-view/account-view.styles.less

Summary

Maintainability
Test Coverage
.AccountView {
  display: flex;
  flex-direction: column;
  height: 100%;

  > div:first-child {
    flex-grow: 1;
    margin-bottom: 0.875rem;
  }

  > div:last-child {
    flex-grow: 0;
  }
}