mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
use same theme for search grids
This commit is contained in:
@@ -45,6 +45,16 @@
|
|||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme {
|
||||||
|
background-image: linear-gradient(
|
||||||
|
45deg,
|
||||||
|
#141414 0%,
|
||||||
|
#464545fd 50%,
|
||||||
|
#111111 100%
|
||||||
|
);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-search {
|
.right-search {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ $separator: #ffffff2f;
|
|||||||
$pink: #c43a3a;
|
$pink: #c43a3a;
|
||||||
$highlight-blue: #006eff;
|
$highlight-blue: #006eff;
|
||||||
$bbb: #161616; //bottom controls background
|
$bbb: #161616; //bottom controls background
|
||||||
|
$theme: #464545fd;
|
||||||
|
|
||||||
// sizes
|
// sizes
|
||||||
$small: 0.5rem;
|
$small: 0.5rem;
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
$theme: #6405d1;
|
|
||||||
|
|
||||||
.right-search .albums-results {
|
.right-search .albums-results {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
@@ -45,16 +44,6 @@ $theme: #6405d1;
|
|||||||
border: solid 2px $theme;
|
border: solid 2px $theme;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme {
|
|
||||||
background-image: linear-gradient(
|
|
||||||
45deg,
|
|
||||||
#380079 20%,
|
|
||||||
#6405d1 50%,
|
|
||||||
#1b0342 100%
|
|
||||||
);
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
$theme: #464545fd;
|
|
||||||
|
|
||||||
.right-search .artists-results {
|
.right-search .artists-results {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
@@ -44,15 +43,7 @@ $theme: #464545fd;
|
|||||||
border: solid 2px $theme;
|
border: solid 2px $theme;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme {
|
|
||||||
background-image: linear-gradient(
|
|
||||||
45deg,
|
|
||||||
#141414 0%,
|
|
||||||
#464545fd 50%,
|
|
||||||
#111111 100%
|
|
||||||
);
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -39,21 +39,9 @@ function loadMore() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
$theme: #0056f5;
|
|
||||||
|
|
||||||
.right-search .tracks-results {
|
.right-search .tracks-results {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
padding: $small;
|
padding: $small;
|
||||||
border: 2px solid $theme;
|
border: 2px solid $theme;
|
||||||
|
|
||||||
.theme {
|
|
||||||
background-image: linear-gradient(
|
|
||||||
45deg,
|
|
||||||
#21216b 20%,
|
|
||||||
$theme 50%,
|
|
||||||
#16266b 100%
|
|
||||||
);
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user