OperationCode/front-end

View on GitHub
components/Forms/UpdateProfileForm/steps/_steps.module.css

Summary

Maintainability
Test Coverage
/* File has _ in front of name so that it appears first on file explorer 🤷‍♂️ */
.row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pulledLeft {
  justify-content: flex-start;
}

.fullWidth {
  width: 100%;
}