feat: separate discs in album page

+ remove tooltip markup
+ refactor css classnames
This commit is contained in:
geoffrey45
2022-10-01 21:35:02 +03:00
committed by Mungai Njoroge
parent 278439eee8
commit 977d9282cb
23 changed files with 187 additions and 193 deletions
+1 -3
View File
@@ -14,6 +14,7 @@ $large: 1.5rem;
$larger: 2rem;
$banner-height: 18rem;
$song-item-height: 4rem;
// apple human design guideline colors
$black: #181a1c;
@@ -49,9 +50,6 @@ $playlist-card-bg: $gray4;
// SVG COLORS
$default: $accent;
$track-btn-svg: $accent;
$side-nav-svg: $red;
$overshoot: cubic-bezier(0.68, -0.55, 0.265, 1.55);