@value (
  spaceFluid
) from '../../styles/variables/_space.css';

.wrapper {
  display: flex;
  height: spaceFluid;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.listRow {
  box-sizing: border-box;
}
