sparkletown/sparkle

View on GitHub
src/components/molecules/TablesControlBar/TablesControlBar.scss

Summary

Maintainability
Test Coverage
@import "scss/constants.scss";

$control-bar-height: 40px;

.TablesControlBar {
  height: $control-bar-height;
  margin-top: $spacing--md;

  &__checkbox {
    justify-content: start;
  }
}