Pull the chip list styling into a list class
This commit is contained in:
parent
2a1f8fd97d
commit
05b7b3406a
3 changed files with 25 additions and 25 deletions
|
|
@ -1,27 +1,9 @@
|
|||
.token-browser.ArtistApp {
|
||||
ul {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
gap: 8px;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 2px 4px;
|
||||
background: var(--content-link-background);
|
||||
color: var(--content-link-text-color);
|
||||
border: 1px solid var(--content-link-border-color);
|
||||
border-radius: 4px;
|
||||
|
||||
button {
|
||||
padding: 0;
|
||||
border: none;
|
||||
min-height: 0;
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
}
|
||||
}
|
||||
ul li button {
|
||||
padding: 0;
|
||||
border: none;
|
||||
min-height: 0;
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue