Update VSF meldungen layout
This commit is contained in:
@@ -42,6 +42,18 @@
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.sg-vsf-meldungen-layout {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: var(--spacing-small);
|
||||
align-items: start;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sg-vsf-meldungen-layout > .sg-group-card {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sg-notifications-pattern__card {
|
||||
width: 100%;
|
||||
@@ -50,6 +62,10 @@
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.sg-vsf-meldungen-layout {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment,
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__title-segment,
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment.sg-notifications-pattern__text-segment--small {
|
||||
|
||||
Reference in New Issue
Block a user