@tmlmobilidade/ui 20250331.1149.50 → 20250331.1159.55
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 -1
- package/dist/styles.css +2 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10049,6 +10049,7 @@ breakpoint-mobile {
|
|
10049
10049
|
align-items: flex-start;
|
10050
10050
|
justify-content: flex-start;
|
10051
10051
|
width: 100%;
|
10052
|
+
height: 100%;
|
10052
10053
|
background-color: var(--color-system-background-100);
|
10053
10054
|
border: 1px solid var(--color-system-border-100);
|
10054
10055
|
border-radius: 5px;
|
@@ -10184,7 +10185,6 @@ breakpoint-mobile {
|
|
10184
10185
|
align-items: center;
|
10185
10186
|
justify-content: flex-start;
|
10186
10187
|
width: 100%;
|
10187
|
-
height: 100%;
|
10188
10188
|
padding: var(--size-spacing-md);
|
10189
10189
|
border-bottom: 1px solid var(--color-system-border-100);
|
10190
10190
|
}
|
@@ -10196,6 +10196,7 @@ breakpoint-mobile {
|
|
10196
10196
|
display: flex;
|
10197
10197
|
flex-direction: column;
|
10198
10198
|
width: 100%;
|
10199
|
+
height: 100%;
|
10199
10200
|
overflow-y: auto;
|
10200
10201
|
}
|
10201
10202
|
/* * */
|
package/dist/styles.css
CHANGED
@@ -10104,6 +10104,7 @@ breakpoint-mobile {
|
|
10104
10104
|
align-items: flex-start;
|
10105
10105
|
justify-content: flex-start;
|
10106
10106
|
width: 100%;
|
10107
|
+
height: 100%;
|
10107
10108
|
background-color: var(--color-system-background-100);
|
10108
10109
|
border: 1px solid var(--color-system-border-100);
|
10109
10110
|
border-radius: 5px;
|
@@ -10239,7 +10240,6 @@ breakpoint-mobile {
|
|
10239
10240
|
align-items: center;
|
10240
10241
|
justify-content: flex-start;
|
10241
10242
|
width: 100%;
|
10242
|
-
height: 100%;
|
10243
10243
|
padding: var(--size-spacing-md);
|
10244
10244
|
border-bottom: 1px solid var(--color-system-border-100);
|
10245
10245
|
}
|
@@ -10251,6 +10251,7 @@ breakpoint-mobile {
|
|
10251
10251
|
display: flex;
|
10252
10252
|
flex-direction: column;
|
10253
10253
|
width: 100%;
|
10254
|
+
height: 100%;
|
10254
10255
|
overflow-y: auto;
|
10255
10256
|
}
|
10256
10257
|
/* * */
|