source: resources/assets/sass/components/range-slider.scss@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 262 bytes
Line 
1.irs {
2 .irs-single, .irs-to, .irs-from {
3 background: $color-primary;
4 &:before {
5 border-top-color: $color-primary;
6 }
7 }
8 .irs-handle {
9 border-color: $color-primary
10 }
11 .irs-bar {
12 background: $color-primary;
13 }
14}
Note: See TracBrowser for help on using the repository browser.