Create the most basic version of the ArtistBrowser app
This commit is contained in:
parent
1c32a71db9
commit
d5a114a44a
9 changed files with 348 additions and 1 deletions
21
styles/apps/ArtistBrowser.css
Normal file
21
styles/apps/ArtistBrowser.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue