More form styles
This commit is contained in:
parent
423d96bb06
commit
bc7b747c98
@ -11,15 +11,6 @@
|
|||||||
body:not(*:has(.jdd-container)) .form-container {
|
body:not(*:has(.jdd-container)) .form-container {
|
||||||
container-type: inline-size;
|
container-type: inline-size;
|
||||||
|
|
||||||
label {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-input .form-input label {
|
|
||||||
font-weight: normal; /* for labels in checkboxed list */
|
|
||||||
}
|
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
.form-input__wrapper--file:not(.form-input__wrapper--control-type__photo) {
|
.form-input__wrapper--file:not(.form-input__wrapper--control-type__photo) {
|
||||||
grid-row: span 2;
|
grid-row: span 2;
|
||||||
|
@ -56,21 +56,6 @@
|
|||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-input__wrapper--checkbox {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
& > input[type="checkbox"] {
|
|
||||||
width: 15px;
|
|
||||||
height: 15px;
|
|
||||||
|
|
||||||
+ label {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-input__wrapper--multiple-files--photos {
|
.form-input__wrapper--multiple-files--photos {
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@ -130,6 +115,24 @@
|
|||||||
max-width: 1224px;
|
max-width: 1224px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
|
label,
|
||||||
|
fieldset legend {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > fieldset legend {
|
||||||
|
padding: 0 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-input .form-input label {
|
||||||
|
font-weight: normal; /* for labels in checkboxed list */
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-messages {
|
.form-messages {
|
||||||
grid-column: span var(--column-count);
|
grid-column: span var(--column-count);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
@ -215,6 +218,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-input__wrapper--checkbox {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
& > input[type="checkbox"] {
|
||||||
|
width: 15px;
|
||||||
|
height: 15px;
|
||||||
|
|
||||||
|
+ label {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.file_preview__icon {
|
.file_preview__icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user