feat: now playing web component

This commit is contained in:
Cory Dransfeldt 2024-02-20 10:21:03 -08:00
parent 2c606a6d13
commit a4607bccd9
No known key found for this signature in database
28 changed files with 159 additions and 131 deletions

View file

@ -0,0 +1,21 @@
button {
background: transparent;
padding: 0;
}
button,
button > svg {
cursor: pointer;
}
input {
border-radius: var(--rounded-md);
padding: .25rem;
border: 1px solid var(--gray-light);
}
label {
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
height: 1rem;
}