Stage overlay card changes until save
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
background: var(--surface-delete-confirmation-overlay);
|
||||
}
|
||||
|
||||
.sg-delete-confirmation-pattern__floating-card > .sg-delete-confirmation-pattern__body:has(+ .sg-delete-confirmation-pattern__create-list-segment[hidden]) {
|
||||
.sg-delete-confirmation-pattern__actions-segment {
|
||||
border-bottom-left-radius: var(--radius-card);
|
||||
border-bottom-right-radius: var(--radius-card);
|
||||
}
|
||||
@@ -156,6 +156,10 @@
|
||||
margin-top: var(--layout-delete-confirmation-actions-offset-block-start);
|
||||
}
|
||||
|
||||
.sg-delete-confirmation-pattern__actions--footer {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
.sg-delete-confirmation-pattern__actions {
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user