mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
more refactors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -40,7 +40,7 @@ a {
|
||||
}
|
||||
|
||||
.border {
|
||||
border: solid 2px #27262654;
|
||||
border: solid 1px $gray;
|
||||
}
|
||||
|
||||
.border-sm {
|
||||
|
||||
Reference in New Issue
Block a user