This commit is contained in:
SethBurkart123
2023-09-19 10:18:31 +10:00
parent 9c3f52fa18
commit 62e46c51f6
19 changed files with 518 additions and 28 deletions
+21
View File
@@ -0,0 +1,21 @@
.range-slider{
margin: 20px;
appearance: none;
outline: none;
width: 150px;
height: 3px;
border-radius: 5px;
background-color: #ccc;
}
.range-slide::-webkit-slider-runnable-track{
background-color: #4BD663 !important;
}
.range-slider::-webkit-slider-thumb {
background: #fafafa;
appearance: none;
box-shadow: 1px 2px 26px 1px #bdbdbd;
width: 15px;
height: 15px;
border-radius: 50%;
}