Update Create Playlist button color to primary
This commit is contained in:
parent
44acd814cc
commit
8d53cf5a38
2 changed files with 11 additions and 7 deletions
|
|
@ -250,12 +250,9 @@
|
||||||
|
|
||||||
<div id="page-library" class="page">
|
<div id="page-library" class="page">
|
||||||
<section class="content-section">
|
<section class="content-section">
|
||||||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;">
|
<div class="library-header">
|
||||||
<h2 class="section-title" style="margin-bottom: 0;">My Playlists</h2>
|
<h2>My Playlists</h2>
|
||||||
<div style="display: flex; gap: 0.5rem;">
|
<button id="create-playlist-btn" class="btn-primary">Create Playlist</button>
|
||||||
|
|
||||||
<button id="create-playlist-btn" class="btn-secondary">Create Playlist</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card-grid" id="my-playlists-container"></div>
|
<div class="card-grid" id="my-playlists-container"></div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -3850,3 +3850,10 @@ img:not([src]), img[src=''] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.library-header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: var(--spacing-md);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue