@tmlmobilidade/ui 20250331.1149.50 → 20250331.1153.43
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
@@ -10184,7 +10184,6 @@ breakpoint-mobile {
|
|
10184
10184
|
align-items: center;
|
10185
10185
|
justify-content: flex-start;
|
10186
10186
|
width: 100%;
|
10187
|
-
height: 100%;
|
10188
10187
|
padding: var(--size-spacing-md);
|
10189
10188
|
border-bottom: 1px solid var(--color-system-border-100);
|
10190
10189
|
}
|
@@ -10196,6 +10195,7 @@ breakpoint-mobile {
|
|
10196
10195
|
display: flex;
|
10197
10196
|
flex-direction: column;
|
10198
10197
|
width: 100%;
|
10198
|
+
height: 100%;
|
10199
10199
|
overflow-y: auto;
|
10200
10200
|
}
|
10201
10201
|
/* * */
|
package/dist/styles.css
CHANGED
@@ -10239,7 +10239,6 @@ breakpoint-mobile {
|
|
10239
10239
|
align-items: center;
|
10240
10240
|
justify-content: flex-start;
|
10241
10241
|
width: 100%;
|
10242
|
-
height: 100%;
|
10243
10242
|
padding: var(--size-spacing-md);
|
10244
10243
|
border-bottom: 1px solid var(--color-system-border-100);
|
10245
10244
|
}
|
@@ -10251,6 +10250,7 @@ breakpoint-mobile {
|
|
10251
10250
|
display: flex;
|
10252
10251
|
flex-direction: column;
|
10253
10252
|
width: 100%;
|
10253
|
+
height: 100%;
|
10254
10254
|
overflow-y: auto;
|
10255
10255
|
}
|
10256
10256
|
/* * */
|