Emi Matchu
66438eae1a
If you check this box, it'll keep you in a mode where saving an alt style redirects you to the *next* one that needs labeling, until they're all done. Useful for big drops!
55 lines
755 B
Sass
55 lines
755 B
Sass
.alt-style-preview
|
|
width: 300px
|
|
height: 300px
|
|
margin: 0 auto
|
|
|
|
.alt-style-form
|
|
display: flex
|
|
flex-direction: column
|
|
gap: 1em
|
|
align-items: flex-start
|
|
|
|
fieldset
|
|
width: 100%
|
|
display: grid
|
|
grid-template-columns: auto 1fr
|
|
align-items: center
|
|
gap: 1em
|
|
|
|
> *:nth-child(2n)
|
|
width: 40rch
|
|
max-width: 100%
|
|
box-sizing: border-box
|
|
|
|
input[type=url]
|
|
font-size: .85em
|
|
|
|
label
|
|
font-weight: bold
|
|
|
|
.thumbnail-field
|
|
display: flex
|
|
align-items: center
|
|
gap: .25em
|
|
|
|
img
|
|
width: 40px
|
|
height: 40px
|
|
|
|
input
|
|
flex: 1 0 20ch
|
|
|
|
.field_with_errors
|
|
display: contents
|
|
|
|
.actions
|
|
display: flex
|
|
align-items: center
|
|
gap: 1em
|
|
|
|
label
|
|
display: flex
|
|
align-items: center
|
|
gap: .25em
|
|
font-size: .85em
|
|
font-style: italic
|