Align create-list title spacing with form sections
This commit is contained in:
@@ -111,13 +111,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sg-delete-confirmation-pattern__create-list-form {
|
.sg-delete-confirmation-pattern__create-list-form {
|
||||||
margin-top: var(--spacing-large);
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-delete-confirmation-pattern__create-list-title {
|
.sg-delete-confirmation-pattern__create-list-title {
|
||||||
margin: 0;
|
margin: 0 0 var(--spacing-large) 0;
|
||||||
padding-top: var(--spacing-large);
|
|
||||||
padding-bottom: calc(var(--spacing-large) * 2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-delete-confirmation-pattern__create-list-form[hidden] {
|
.sg-delete-confirmation-pattern__create-list-form[hidden] {
|
||||||
|
|||||||
Reference in New Issue
Block a user