@tmlmobilidade/ui 20250828.1453.35 → 20250828.1507.0
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 -0
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +2 -0
- package/dist/styles.css +2 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -991,6 +991,7 @@
|
|
991
991
|
display: grid;
|
992
992
|
grid-template-columns: auto 1fr;
|
993
993
|
gap: var(--size-spacing-sm);
|
994
|
+
align-items: center;
|
994
995
|
}
|
995
996
|
|
996
997
|
/* * */
|
@@ -2160,6 +2161,7 @@
|
|
2160
2161
|
display: flex;
|
2161
2162
|
align-items: center;
|
2162
2163
|
justify-content: center;
|
2164
|
+
width: 100%;
|
2163
2165
|
border-bottom: 1px solid var(--color-system-border-200);
|
2164
2166
|
|
2165
2167
|
|