mahaplatform/reframe

View on GitHub
src/components/buttons/style.less

Summary

Maintainability
Test Coverage
.reframe-buttons {
  flex: 1;
  display: flex;
  .reframe-buttons-item {
    flex: 1;
    padding: 0 0.4em;
  }
}