
.cells {
  display: flex;
  // flex-wrap: wrap;
  justify-content: flex-start;
  overflow-x: auto;
  // white-space: nowrap;
  > * {
    flex: 1 0 auto;
    font-size: 12px;
    // display: inline-block;
  }
}
.label {
  margin: 1rem 0 6px 0;
  font-size: 12px;
}
.scope {
  flex-wrap: wrap;
  &.mix {
    flex-wrap: nowrap;
  }
  canvas {
    display: block;
  }
}
.gradient {
  height: 3rem;
}
.canvas {
  height: 400px!important;
}
// https://github.com/css-modules/css-modules
