|
@@ -1432,18 +1432,18 @@ export default {
|
|
.api-section,
|
|
.api-section,
|
|
.api-result,
|
|
.api-result,
|
|
.player-footer {
|
|
.player-footer {
|
|
- background-color: $night-mode-bg-secondary !important;
|
|
|
|
|
|
+ background-color: var(--dark-grey-3) !important;
|
|
}
|
|
}
|
|
|
|
|
|
.api-result .tracks .track:hover,
|
|
.api-result .tracks .track:hover,
|
|
.selected-discogs-info {
|
|
.selected-discogs-info {
|
|
- background-color: #333 !important;
|
|
|
|
|
|
+ background-color: var(--dark-grey-2) !important;
|
|
}
|
|
}
|
|
|
|
|
|
.label,
|
|
.label,
|
|
p,
|
|
p,
|
|
strong {
|
|
strong {
|
|
- color: $night-mode-text;
|
|
|
|
|
|
+ color: var(--light-grey-2);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1466,7 +1466,7 @@ export default {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
|
.player-footer {
|
|
.player-footer {
|
|
- background-color: #f4f4f4;
|
|
|
|
|
|
+ background-color: var(--light-grey);
|
|
border: 1px rgba(163, 224, 255, 0.75) solid;
|
|
border: 1px rgba(163, 224, 255, 0.75) solid;
|
|
border-radius: 0px 0px 5px 5px;
|
|
border-radius: 0px 0px 5px 5px;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -1488,15 +1488,15 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.player-play-pause {
|
|
.player-play-pause {
|
|
- color: $musare-blue;
|
|
|
|
|
|
+ color: var(--primary-color);
|
|
}
|
|
}
|
|
|
|
|
|
.player-stop {
|
|
.player-stop {
|
|
- color: $red;
|
|
|
|
|
|
+ color: var(--red);
|
|
}
|
|
}
|
|
|
|
|
|
.player-fast-forward {
|
|
.player-fast-forward {
|
|
- color: $green;
|
|
|
|
|
|
+ color: var(--green);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1522,7 +1522,7 @@ export default {
|
|
#volumeSlider {
|
|
#volumeSlider {
|
|
width: 126px;
|
|
width: 126px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
- background-color: #f4f4f4;
|
|
|
|
|
|
+ background-color: var(--light-grey);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1537,7 +1537,7 @@ export default {
|
|
|
|
|
|
.edit-section {
|
|
.edit-section {
|
|
width: 735px;
|
|
width: 735px;
|
|
- background-color: #f4f4f4;
|
|
|
|
|
|
+ background-color: var(--light-grey);
|
|
border: 1px rgba(163, 224, 255, 0.75) solid;
|
|
border: 1px rgba(163, 224, 255, 0.75) solid;
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
flex: 1;
|
|
flex: 1;
|
|
@@ -1545,23 +1545,23 @@ export default {
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
|
|
|
.album-get-button {
|
|
.album-get-button {
|
|
- background-color: $purple;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ background-color: var(--purple);
|
|
|
|
+ color: var(--white);
|
|
width: 32px;
|
|
width: 32px;
|
|
text-align: center;
|
|
text-align: center;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.duration-fill-button {
|
|
.duration-fill-button {
|
|
- background-color: $red;
|
|
|
|
- color: $white;
|
|
|
|
|
|
+ background-color: var(--red);
|
|
|
|
+ color: var(--white);
|
|
width: 32px;
|
|
width: 32px;
|
|
text-align: center;
|
|
text-align: center;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.add-button {
|
|
.add-button {
|
|
- background-color: $musare-blue !important;
|
|
|
|
|
|
+ background-color: var(--primary-color) !important;
|
|
width: 32px;
|
|
width: 32px;
|
|
|
|
|
|
i {
|
|
i {
|
|
@@ -1575,7 +1575,7 @@ export default {
|
|
&:focus,
|
|
&:focus,
|
|
&:hover {
|
|
&:hover {
|
|
filter: contrast(0.75);
|
|
filter: contrast(0.75);
|
|
- border: 1px solid black !important;
|
|
|
|
|
|
+ border: 1px solid var(--black) !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1623,7 +1623,7 @@ export default {
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
align-self: center;
|
|
align-self: center;
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
- color: $musare-blue;
|
|
|
|
|
|
+ color: var(--primary-color);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-moz-user-select: none;
|
|
@@ -1638,7 +1638,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.list-item-circle {
|
|
.list-item-circle {
|
|
- background-color: $musare-blue;
|
|
|
|
|
|
+ background-color: var(--primary-color);
|
|
width: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
height: 16px;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
@@ -1653,7 +1653,7 @@ export default {
|
|
user-select: none;
|
|
user-select: none;
|
|
|
|
|
|
i {
|
|
i {
|
|
- color: $musare-blue;
|
|
|
|
|
|
+ color: var(--primary-color);
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
margin-left: 1px;
|
|
margin-left: 1px;
|
|
}
|
|
}
|
|
@@ -1662,7 +1662,7 @@ export default {
|
|
.list-item-circle:hover,
|
|
.list-item-circle:hover,
|
|
.list-item-circle:focus {
|
|
.list-item-circle:focus {
|
|
i {
|
|
i {
|
|
- color: white;
|
|
|
|
|
|
+ color: var(--white);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1681,7 +1681,7 @@ export default {
|
|
|
|
|
|
.autosuggest-container {
|
|
.autosuggest-container {
|
|
position: absolute;
|
|
position: absolute;
|
|
- background: white;
|
|
|
|
|
|
+ background: var(--white);
|
|
width: calc(100% + 1px);
|
|
width: calc(100% + 1px);
|
|
top: 57px;
|
|
top: 57px;
|
|
z-index: 200;
|
|
z-index: 200;
|
|
@@ -1692,7 +1692,7 @@ export default {
|
|
.autosuggest-item {
|
|
.autosuggest-item {
|
|
padding: 8px;
|
|
padding: 8px;
|
|
display: block;
|
|
display: block;
|
|
- border: 1px solid #dbdbdb;
|
|
|
|
|
|
+ border: 1px solid var(--light-grey-2);
|
|
margin-top: -1px;
|
|
margin-top: -1px;
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -1704,7 +1704,7 @@ export default {
|
|
|
|
|
|
.autosuggest-item:hover,
|
|
.autosuggest-item:hover,
|
|
.autosuggest-item:focus {
|
|
.autosuggest-item:focus {
|
|
- background-color: #eee;
|
|
|
|
|
|
+ background-color: var(--light-grey);
|
|
}
|
|
}
|
|
|
|
|
|
.autosuggest-item:first-child {
|
|
.autosuggest-item:first-child {
|
|
@@ -1724,7 +1724,7 @@ export default {
|
|
|
|
|
|
.api-section {
|
|
.api-section {
|
|
width: 376px;
|
|
width: 376px;
|
|
- background-color: #f4f4f4;
|
|
|
|
|
|
+ background-color: var(--light-grey);
|
|
border: 1px rgba(163, 224, 255, 0.75) solid;
|
|
border: 1px rgba(163, 224, 255, 0.75) solid;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
@@ -1801,8 +1801,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.selected-discogs-info {
|
|
.selected-discogs-info {
|
|
- background-color: white;
|
|
|
|
- border: 1px solid $purple;
|
|
|
|
|
|
+ background-color: var(--white);
|
|
|
|
+ border: 1px solid var(--purple);
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
|
|
|
|
@@ -1817,14 +1817,14 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.api-result {
|
|
.api-result {
|
|
- background-color: white;
|
|
|
|
- border: 0.5px solid $musare-blue;
|
|
|
|
|
|
+ background-color: var(--white);
|
|
|
|
+ border: 0.5px solid var(--primary-color);
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
button {
|
|
button {
|
|
- background-color: $musare-blue !important;
|
|
|
|
|
|
+ background-color: var(--primary-color) !important;
|
|
|
|
|
|
&:focus,
|
|
&:focus,
|
|
&:hover {
|
|
&:hover {
|
|
@@ -1845,7 +1845,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.track {
|
|
.track {
|
|
- border: 0.5px solid black;
|
|
|
|
|
|
+ border: 0.5px solid var(--black);
|
|
margin-top: -1px;
|
|
margin-top: -1px;
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -1868,7 +1868,7 @@ export default {
|
|
|
|
|
|
.track:hover,
|
|
.track:hover,
|
|
.track:focus {
|
|
.track:focus {
|
|
- background-color: #f4f4f4;
|
|
|
|
|
|
+ background-color: var(--light-grey);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1896,7 +1896,7 @@ input[type="range"]::-webkit-slider-runnable-track {
|
|
height: 3px;
|
|
height: 3px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
- background: #7e7e7e;
|
|
|
|
|
|
+ background: var(--grey-3);
|
|
border-radius: none;
|
|
border-radius: none;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
@@ -1906,20 +1906,20 @@ input[type="range"]::-webkit-slider-thumb {
|
|
height: 20px;
|
|
height: 20px;
|
|
width: 20px;
|
|
width: 20px;
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
- background: #03a9f4;
|
|
|
|
|
|
+ background: var(--primary-color);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
margin-top: -8.5px;
|
|
margin-top: -8.5px;
|
|
}
|
|
}
|
|
input[type="range"]:focus::-webkit-slider-runnable-track {
|
|
input[type="range"]:focus::-webkit-slider-runnable-track {
|
|
- background: #7e7e7e;
|
|
|
|
|
|
+ background: var(--grey-3);
|
|
}
|
|
}
|
|
input[type="range"]::-moz-range-track {
|
|
input[type="range"]::-moz-range-track {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 3px;
|
|
height: 3px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
- background: #7e7e7e;
|
|
|
|
|
|
+ background: var(--grey-3);
|
|
border-radius: none;
|
|
border-radius: none;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
@@ -1929,7 +1929,7 @@ input[type="range"]::-moz-range-thumb {
|
|
height: 20px;
|
|
height: 20px;
|
|
width: 20px;
|
|
width: 20px;
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
- background: #03a9f4;
|
|
|
|
|
|
+ background: var(--primary-color);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
input[type="range"]::-ms-track {
|
|
input[type="range"]::-ms-track {
|
|
@@ -1941,13 +1941,13 @@ input[type="range"]::-ms-track {
|
|
color: transparent;
|
|
color: transparent;
|
|
}
|
|
}
|
|
input[type="range"]::-ms-fill-lower {
|
|
input[type="range"]::-ms-fill-lower {
|
|
- background: #717171;
|
|
|
|
|
|
+ background: var(--grey-2);
|
|
border: none;
|
|
border: none;
|
|
border-radius: none;
|
|
border-radius: none;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
input[type="range"]::-ms-fill-upper {
|
|
input[type="range"]::-ms-fill-upper {
|
|
- background: #7e7e7e;
|
|
|
|
|
|
+ background: var(--grey-3);
|
|
border: none;
|
|
border: none;
|
|
border-radius: none;
|
|
border-radius: none;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
@@ -1958,14 +1958,14 @@ input[type="range"]::-ms-thumb {
|
|
height: 20px;
|
|
height: 20px;
|
|
width: 20px;
|
|
width: 20px;
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
- background: #03a9f4;
|
|
|
|
|
|
+ background: var(--primary-color);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
height: 3px;
|
|
height: 3px;
|
|
}
|
|
}
|
|
input[type="range"]:focus::-ms-fill-lower {
|
|
input[type="range"]:focus::-ms-fill-lower {
|
|
- background: #7e7e7e;
|
|
|
|
|
|
+ background: var(--grey-3);
|
|
}
|
|
}
|
|
input[type="range"]:focus::-ms-fill-upper {
|
|
input[type="range"]:focus::-ms-fill-upper {
|
|
- background: #7e7e7e;
|
|
|
|
|
|
+ background: var(--grey-3);
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|