@rolster/styles-foundations 2.5.32 → 2.5.33

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.
@@ -19,7 +19,7 @@
19
19
  overflow: hidden;
20
20
  z-index: var(--rls-z-index-8);
21
21
 
22
- &--snackbar {
22
+ &--navbar-snackbar {
23
23
  --rlc-snackbar-left: calc(50% + calc(var(--pvt-navbar-width) / 2));
24
24
  }
25
25
 
@@ -106,15 +106,15 @@
106
106
  }
107
107
  }
108
108
 
109
- @media screen and (max-width: 640px) {
109
+ @media screen and (max-width: 320px) {
110
110
  .rls-app {
111
111
  &__body {
112
- --pvt-navbar-width: 140rem;
113
- --pvt-navbar-width-condense: 140rem;
112
+ --pvt-navbar-width: 120rem;
113
+ --pvt-navbar-width-condense: 120rem;
114
114
  --pvt-section-navbar: 0rem;
115
115
 
116
116
  &--navbar-condense {
117
- --pvt-section-navbar: 140rem;
117
+ --pvt-section-navbar: 120rem;
118
118
  }
119
119
  }
120
120
 
@@ -126,14 +126,14 @@
126
126
  }
127
127
  }
128
128
 
129
- @media screen and (max-width: 320px) {
129
+ @media screen and (max-width: 640px) {
130
130
  .rls-app {
131
131
  &__body {
132
- --pvt-navbar-width: 120rem;
133
- --pvt-navbar-width-condense: 120rem;
132
+ --pvt-navbar-width: 140rem;
133
+ --pvt-navbar-width-condense: 140rem;
134
134
 
135
135
  &--navbar-condense {
136
- --pvt-section-navbar: 120rem;
136
+ --pvt-section-navbar: 140rem;
137
137
  }
138
138
  }
139
139
  }