@import "~rc-slider/assets/index.css";

.Slider {
  position: relative;

  &__mark {
    font-size: 12px;
    color: gray;
    padding: 2px 0 3px;
    white-space: nowrap;

    &-label {
      margin-bottom: 5px;
    }
  }
}
