feat: now playing web component
This commit is contained in:
parent
2c606a6d13
commit
a4607bccd9
28 changed files with 159 additions and 131 deletions
|
@ -11,7 +11,7 @@ button > svg {
|
|||
input {
|
||||
border-radius: var(--rounded-md);
|
||||
padding: .25rem;
|
||||
border: none;
|
||||
border: 1px solid var(--gray-light);
|
||||
}
|
||||
|
||||
label {
|
|
@ -385,10 +385,6 @@ svg {
|
|||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
.icon--center__vertical {
|
||||
height: 1.76rem;
|
||||
}
|
||||
|
||||
.icon--center__vertical > svg {
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
|
@ -568,12 +564,6 @@ footer nav {
|
|||
line-height: var(--line-height-3xl);
|
||||
}
|
||||
|
||||
/* articles */
|
||||
article [rel="author"],
|
||||
article time {
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
/* lists */
|
||||
ul, ol {
|
||||
padding-left: 2.5rem;
|
||||
|
@ -582,9 +572,4 @@ footer nav {
|
|||
footer nav:first-child {
|
||||
gap: .75rem;
|
||||
}
|
||||
|
||||
/* icons */
|
||||
.icon--center__vertical {
|
||||
height: 1.275rem;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue