@tmlmobilidade/ui 20250701.1459.7 → 20250701.1512.40
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 +2 -1
- 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/index.css
CHANGED
|
@@ -10925,9 +10925,10 @@ breakpoint-mobile {
|
|
|
10925
10925
|
|
|
10926
10926
|
.styles-module_headerItem__-nJ-N {
|
|
10927
10927
|
display: flex;
|
|
10928
|
+
flex-wrap: wrap;
|
|
10928
10929
|
gap: var(--size-spacing-md);
|
|
10929
10930
|
align-items: center;
|
|
10930
|
-
justify-content:
|
|
10931
|
+
justify-content: space-between;
|
|
10931
10932
|
width: 100%;
|
|
10932
10933
|
padding: var(--size-spacing-md);
|
|
10933
10934
|
border-bottom: 1px solid var(--color-system-border-100);
|