Sync styleguide 2026.05.18.1
This commit is contained in:
@@ -77,6 +77,18 @@
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.sg-card.sg-object-card--notification {
|
||||
width: var(--layout-notification-card-width);
|
||||
min-width: 0;
|
||||
max-width: none;
|
||||
height: auto;
|
||||
--surface-object-card-lower-segment: var(--surface-notification-card-lower-segment);
|
||||
}
|
||||
|
||||
.sg-notification-card__actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.sg-object-card-content-basic {
|
||||
margin-top: var(--layout-content-card-margin-top-desktop);
|
||||
}
|
||||
@@ -88,6 +100,12 @@
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.sg-card.sg-object-card--notification {
|
||||
width: var(--layout-object-card-mobile-width);
|
||||
min-width: 0;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.sg-object-card-content-basic {
|
||||
margin-top: var(--layout-content-card-margin-top-mobile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user