
.{$prefix}-slider-field {
  position: relative;

  .show-value {
    width: calc(100% - 20px);
  }
  .value-display {
    position: absolute;
    right: 0;
    bottom: -12px;
  }

}
