Sha256: 47ef37e865f5ebcad3e3454f9d2217606e0a3daa20b73878bad3bbd48679b326

Contents?: true

Size: 970 Bytes

Versions: 1

Compression:

Stored size: 970 Bytes

Contents

.chart-canvas
  -moz-user-select: none
  -webkit-user-select: none
  -ms-user-select: none

.optical-trap-wrapper
  margin: 10vh auto
  max-width: 256px
  width: 60%

.optical-trap
  border: solid 1px $black
  border-radius: 20px
  height: 30vh
  overflow: hidden
  //fixes overflow issue with safari
  -webkit-mask-image: -webkit-radial-gradient(white, black)

.slide-wrapper
  width: 100%

.slider
  appearance: none
  background: #d3d3d3
  height: 20px
  opacity: .6
  outline: none
  transition: opacity .2s
  width: 100%

  &:hover
    opacity:  1

  &::-webkit-slider-thumb
    appearance: none
    background: #00a3ff
    cursor: ew-resize
    height: 35px
    width: 10px

  &::-moz-range-thumb
    background: #4CAF50
    cursor: pointer
    height: 25px
    width: 25px

.chart-wrapper
  margin: auto
  width: 100%

@media screen and ( min-width: 768px )
  .chart-wrapper
    width: 75%

@media screen and ( min-width: 1024px )
  .chart-wrapper
    width: 60%

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
made-slowly-0.0.1 _sass/locals/trapping-with-js.sass