@import '../../variable.less';

.bixi-player-slider {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2px;

  .bixi-player-slider-thumb {
    top: 3px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    background-color: @bixi-primary-color;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    user-select: none;
  }

  .bixi-player-slider-track {
    position: relative;
    top: 8px;
    height: 2px;
    background: @bixi-primary-color;
  }

  .bixi-player-slider-track.bixi-player-slider-track-1 {
    background: #c1c7cd;
  }

  &-vertical {
    width: 3px;
    margin: 0 auto;
    background-color: #fff;

    .bixi-player-slider-thumb {
      left: -4.5px;
      background-color: #fff;
    }
  }
}
