more refactors

This commit is contained in:
geoffrey45
2022-02-24 09:05:50 +03:00
parent 38df211882
commit ca790e97d9
10 changed files with 29 additions and 24 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
.b-bar {
height: 100%;
border-top: solid 1px $gray;
.grid {
display: grid;
@@ -62,12 +63,12 @@
width: 100%;
.durationx {
background-color: #97979725;
// border: solid 1px rgba(255, 255, 255, 0.253);
background-color: $black;
padding: $smaller;
border-radius: 0.75rem;
border-radius: 0.5rem;
margin: 0 $small 0 $small;
font-size: 0.8rem;
min-width: 2.5rem;
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@ input[type="range"] {
height: 0.3rem;
border-radius: 5px;
background-size: 0 100%;
background: rgb(59, 57, 57) linear-gradient($blue, $blue) no-repeat;
background: $black linear-gradient($blue, $blue) no-repeat;
}
/* Input Thumb */
+1 -1
View File
@@ -40,7 +40,7 @@ a {
}
.border {
border: solid 2px #27262654;
border: solid 1px $gray;
}
.border-sm {