redesign bottom bar

This commit is contained in:
geoffrey45
2022-09-25 20:46:24 +03:00
committed by Mungai Njoroge
parent 56749ddfd9
commit 6769af2a50
4 changed files with 129 additions and 122 deletions
+4 -4
View File
@@ -4,7 +4,7 @@ input[type="range"] {
width: calc(100% - 2px);
height: 0.3rem;
border-radius: 5px;
background: $gray linear-gradient(90deg, $accent, $accent) no-repeat;
background: $gray4 linear-gradient(90deg, $accent, $darkestblue) no-repeat;
background-size: 100% 100%;
&::-webkit-slider-thumb {
@@ -13,7 +13,7 @@ input[type="range"] {
height: 0;
width: 0.8rem;
border-radius: 50%;
background: $accent;
background: $darkestblue;
}
&::-moz-range-thumb {
@@ -21,7 +21,7 @@ input[type="range"] {
height: 0;
border-radius: 50%;
background: $accent;
background: $darkestblue;
border: none;
}
@@ -31,7 +31,7 @@ input[type="range"] {
height: 0;
width: 0.8rem;
border-radius: 50%;
background: $accent;
background: $darkestblue;
border: none;
}
}