Add mobile VSF meldungen tabs
This commit is contained in:
@@ -54,7 +54,31 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.sg-vsf-meldungen-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sg-vsf-meldungen-mobile__panels {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-small);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sg-vsf-meldungen-mobile__panel {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sg-vsf-meldungen-layout {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sg-vsf-meldungen-mobile {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__card {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
@@ -62,10 +86,6 @@
|
||||
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