This commit is contained in:
2024-03-18 13:38:16 +05:00
parent c9399c9408
commit 58df0badf7
114 changed files with 11334 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
.range-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 14px;
height: 14px;
border-radius: 50%;
background: #798fff;
cursor: pointer;
}
.range-slider::-moz-range-thumb {
width: 14px;
height: 14px;
border-radius: 50%;
background: #798fff;
cursor: pointer;
}