@tmlmobilidade/ui 20250331.1833.38 → 20250331.1834.39
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.
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10170,7 +10170,7 @@ breakpoint-mobile {
|
|
10170
10170
|
.styles-module_navWrapper__Xb59N {
|
10171
10171
|
display: flex;
|
10172
10172
|
flex-direction: column;
|
10173
|
-
gap:
|
10173
|
+
gap: 0;
|
10174
10174
|
align-items: center;
|
10175
10175
|
width: 100%;
|
10176
10176
|
padding: var(--size-spacing-sm);
|
package/dist/styles.css
CHANGED
@@ -10225,7 +10225,7 @@ breakpoint-mobile {
|
|
10225
10225
|
.styles-module_navWrapper__Xb59N {
|
10226
10226
|
display: flex;
|
10227
10227
|
flex-direction: column;
|
10228
|
-
gap:
|
10228
|
+
gap: 0;
|
10229
10229
|
align-items: center;
|
10230
10230
|
width: 100%;
|
10231
10231
|
padding: var(--size-spacing-sm);
|