Skip to content

Commit

Permalink
Slider styling css
Browse files Browse the repository at this point in the history
  • Loading branch information
rogargon committed Aug 30, 2022
1 parent 304f673 commit 84e6d6e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/app/range/detail-range/detail-range.component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
::ng-deep .range-slider {
/*margin-top: -10px;*/
}

::ng-deep .range-slider .ngx-slider .ngx-slider-selection {
background: #007bff;
}

::ng-deep .range-slider .ngx-slider .ngx-slider-pointer {
width: 16px;
height: 16px;
top: -6px;
background-color: #ffc107;
}

::ng-deep .range-slider .ngx-slider .ngx-slider-pointer:after {
top: 4px;
left: 4px;
background-color: #007bff;
}

::ng-deep .range-slider .ngx-slider .ngx-slider-bubble {
cursor: default;
bottom: 12px;
padding: 0 0 0 6px;
color: #212529;
font-size: 80%;
}

0 comments on commit 84e6d6e

Please sign in to comment.