@tmlmobilidade/ui 20250916.1106.34 → 20250916.1704.35
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 +5 -4
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +5 -4
- package/dist/styles.css +5 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -2112,6 +2112,7 @@
|
|
2112
2112
|
align-items: center;
|
2113
2113
|
justify-content: center;
|
2114
2114
|
width: 100%;
|
2115
|
+
margin: 0 auto;
|
2115
2116
|
border-bottom: 1px solid var(--color-system-border-200);
|
2116
2117
|
|
2117
2118
|
|
@@ -2129,19 +2130,19 @@
|
|
2129
2130
|
/* PROPS / MARGIN */
|
2130
2131
|
|
2131
2132
|
&[data-margin="sm"] {
|
2132
|
-
|
2133
|
+
width: 98%;
|
2133
2134
|
}
|
2134
2135
|
|
2135
2136
|
&[data-margin="md"] {
|
2136
|
-
|
2137
|
+
width: 85%;
|
2137
2138
|
}
|
2138
2139
|
|
2139
2140
|
&[data-margin="lg"] {
|
2140
|
-
|
2141
|
+
width: 70%;
|
2141
2142
|
}
|
2142
2143
|
|
2143
2144
|
&[data-margin="none"] {
|
2144
|
-
|
2145
|
+
width: 100%;
|
2145
2146
|
}
|
2146
2147
|
}
|
2147
2148
|
/* * */
|