Move form section background to card
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background: var(--surface-form-preview);
|
||||||
min-width: min(
|
min-width: min(
|
||||||
100%,
|
100%,
|
||||||
calc(var(--layout-form-sections-label-column-width) + var(--spacing-small) + var(--layout-input-field-desktop-width))
|
calc(var(--layout-form-sections-label-column-width) + var(--spacing-small) + var(--layout-input-field-desktop-width))
|
||||||
@@ -27,7 +28,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__body {
|
.sg-form-sections-card__body {
|
||||||
background: var(--surface-form-preview);
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -36,7 +36,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__actions-segment {
|
.sg-form-sections-card__actions-segment {
|
||||||
background: var(--surface-form-preview);
|
|
||||||
margin-top: var(--spacing-large);
|
margin-top: var(--spacing-large);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user