move now playing card to left sidebar

- remove title card in featured artists
This commit is contained in:
geoffrey45
2022-03-18 19:59:33 +03:00
parent f8710a1596
commit 30140cc739
12 changed files with 130 additions and 86 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
// colors
$card-dark: #000000;
$body: #0f1218;
$separator: #ffffff2f;
$highlight-blue: #006eff;
$bbb: #161616; //bottom controls background
@@ -14,7 +14,7 @@ $large: 1.5rem;
$larger: 2rem;
// apple human design guideline colors
$black: #000000;
$black: #181a1c;
$white: #ffffffde;
$gray: #1c1c1e;
@@ -24,8 +24,8 @@ $gray3: rgb(72, 72, 74);
$gray4: rgb(58, 58, 60);
$gray5: rgb(44, 44, 46);
$red: rgb(255, 69, 58);
$blue: #234ece;
$red: #fa4f55;
$blue: #0960ef;
$green: rgb(20, 160, 55);
$yellow: rgb(255, 214, 10);
$orange: rgb(255, 159, 10);