use same theme for search grids

This commit is contained in:
geoffrey45
2022-02-22 21:06:56 +03:00
parent f9cceed2ba
commit 2e699f7be7
5 changed files with 12 additions and 33 deletions
+1 -10
View File
@@ -31,7 +31,6 @@ export default {
</script>
<style lang="scss">
$theme: #464545fd;
.right-search .artists-results {
border-radius: 0.5rem;
@@ -44,15 +43,7 @@ $theme: #464545fd;
border: solid 2px $theme;
}
.theme {
background-image: linear-gradient(
45deg,
#141414 0%,
#464545fd 50%,
#111111 100%
);
color: #fff;
}
.grid {
display: flex;