remove popup from prod (as its in alpha dev)

This commit is contained in:
SethBurkart123
2023-09-16 20:41:05 +10:00
parent d01272cf7f
commit 9c3f52fa18
29 changed files with 0 additions and 701 deletions
-21
View File
@@ -1,21 +0,0 @@
.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%;
}