@swisspost/design-system-styles 5.1.0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,17 +17,17 @@
17
17
  flex: 1 0 auto;
18
18
  flex-direction: column;
19
19
 
20
- @include media-breakpoint-down(rg) {
20
+ @include media-breakpoint-down(md) {
21
21
  flex: 0 0 auto;
22
22
  }
23
23
 
24
- @include media-breakpoint-down(rg) {
24
+ @include media-breakpoint-down(md) {
25
25
  &.closed .sidebar-sticky {
26
26
  background-color: transparent !important;
27
27
  }
28
28
  }
29
29
 
30
- @include media-breakpoint-down(rg) {
30
+ @include media-breakpoint-down(md) {
31
31
  > div > ul > li:first-child {
32
32
  display: block;
33
33
 
@@ -101,7 +101,7 @@
101
101
  }
102
102
  }
103
103
 
104
- @include media-breakpoint-down(rg) {
104
+ @include media-breakpoint-down(md) {
105
105
  #sidebar .sidebar-sticky,
106
106
  #navbarsDefault {
107
107
  max-height: calc(100vh - 65px);