2024-11-20 11:16:46 -08:00
|
|
|
.support-form
|
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
gap: 1em
|
|
|
|
align-items: flex-start
|
|
|
|
|
2024-11-30 10:33:58 -08:00
|
|
|
.fields
|
|
|
|
list-style-type: none
|
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
gap: .75em
|
2024-11-20 11:16:46 -08:00
|
|
|
width: 100%
|
|
|
|
|
2024-11-30 10:33:58 -08:00
|
|
|
li
|
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
gap: .25em
|
|
|
|
max-width: 60ch
|
2024-11-20 11:16:46 -08:00
|
|
|
|
2024-11-30 10:33:58 -08:00
|
|
|
> label
|
|
|
|
display: block
|
|
|
|
font-weight: bold
|
2024-11-20 11:16:46 -08:00
|
|
|
|
2024-11-30 10:33:58 -08:00
|
|
|
input[type=text], input[type=url]
|
|
|
|
width: 100%
|
|
|
|
min-width: 10ch
|
|
|
|
box-sizing: border-box
|
2024-11-20 11:16:46 -08:00
|
|
|
|
2024-11-30 10:33:58 -08:00
|
|
|
.thumbnail-input
|
2024-11-20 11:16:46 -08:00
|
|
|
display: flex
|
|
|
|
align-items: center
|
|
|
|
gap: .25em
|
|
|
|
|
|
|
|
img
|
|
|
|
width: 40px
|
|
|
|
height: 40px
|
|
|
|
|
2024-11-30 10:33:58 -08:00
|
|
|
fieldset[data-type=radio]
|
2024-11-20 12:07:25 -08:00
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
gap: .25em
|
|
|
|
|
2024-11-30 10:33:58 -08:00
|
|
|
legend
|
|
|
|
font-weight: bold
|
|
|
|
|
2024-11-20 11:16:46 -08:00
|
|
|
.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
|