@tmlmobilidade/ui 20250331.1833.32 → 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 +2 -2
- package/dist/styles.css +2 -2
- 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);
|
@@ -10181,7 +10181,7 @@ breakpoint-mobile {
|
|
10181
10181
|
.styles-module_container__V2XNO {
|
10182
10182
|
display: grid;
|
10183
10183
|
grid-template-rows: 50px 1fr;
|
10184
|
-
grid-template-columns:
|
10184
|
+
grid-template-columns: auto 1fr;
|
10185
10185
|
width: 100%;
|
10186
10186
|
height: 100%;
|
10187
10187
|
}
|
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);
|
@@ -10236,7 +10236,7 @@ breakpoint-mobile {
|
|
10236
10236
|
.styles-module_container__V2XNO {
|
10237
10237
|
display: grid;
|
10238
10238
|
grid-template-rows: 50px 1fr;
|
10239
|
-
grid-template-columns:
|
10239
|
+
grid-template-columns: auto 1fr;
|
10240
10240
|
width: 100%;
|
10241
10241
|
height: 100%;
|
10242
10242
|
}
|