nukeop/nuclear

View on GitHub
packages/app/app/components/Equalizer/PreAmp/index.scss

Summary

Maintainability
Test Coverage
.preamp {
  -webkit-appearance: slider-vertical !important;
  height: 60%;
  cursor: grab !important;
  margin: 1rem 0;
  
  &:active {
    cursor: grabbing !important;
  }
}