HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/javago-portal-updates/public/sass-light/plugins/noUiSlider/custom-nouiSlider.scss
//  =================
//      Imports
//  =================

@import '../../base/base';    // Base Variables

.noUi-target {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid $m-color_3;
}

.noUi-horizontal {
  height: 8px;

  .noUi-handle {
    width: 25px;
    height: 20px;
    top: -8px;
  }
}

.noUi-handle {
  &:after, &:before {
    display: none;
  }
}

.noUi-connect {
  background: $primary;
}

.noUi-tooltip {
  border: 1px solid $m-color_3;
  border-radius: 8px;
  background: $white;
  color: $black;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 148%;
}

.example-val {
  font-weight: 700;
  font-size: 14px;
  color: $primary;

  span.precentage-val {
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    color: $dark;
    border: 1px solid $m-color_3;
    padding: 4px 6px;
    font-size: 14px;
  }
}