@tmlmobilidade/ui 20250331.1833.32 → 20250331.1833.38
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/styles-no-reset.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -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
@@ -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
|
}
|