21 lines
300 B
CSS
21 lines
300 B
CSS
.image-tagger.ArtistBrowser {
|
|
.artist {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
background: var(--color-cool-4);
|
|
padding: 8px;
|
|
}
|
|
|
|
h2, h3 {
|
|
font-family: "Signika", "Palatino Linotype", sans-serif;
|
|
margin: 0;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.5rem;
|
|
}
|
|
h3 {
|
|
font-size: 1.25rem;
|
|
}
|
|
}
|