19 lines
210 B
CSS
19 lines
210 B
CSS
.image-tagger.ArtSidebar {
|
|
flex-flow: column;
|
|
gap: 1.5rem;
|
|
padding: 1rem;
|
|
|
|
&.active {
|
|
display: flex;
|
|
}
|
|
|
|
> section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
h4 {
|
|
margin: 0;
|
|
}
|
|
}
|