style.styl 301 B

12345678910111213141516171819202122
  1. /// DEVICE: SAMPLER
  2. .sampler
  3. &-clips
  4. cursor default
  5. width 100%
  6. &-clip > td
  7. padding 5px 0
  8. vertical-align top
  9. &-clip-add
  10. display inline-block
  11. cursor pointer
  12. &:hover
  13. background rgba(255,255,255,0.1)
  14. &-clip, &-clip-add
  15. line-height 14px
  16. padding 5px 0