@tmlmobilidade/ui 20250916.1601.30 → 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 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
- margin: var(--size-spacing-sm);
2133
+ width: 98%;
2133
2134
  }
2134
2135
 
2135
2136
  &[data-margin="md"] {
2136
- margin: var(--size-spacing-md);
2137
+ width: 85%;
2137
2138
  }
2138
2139
 
2139
2140
  &[data-margin="lg"] {
2140
- margin: var(--size-spacing-lg);
2141
+ width: 70%;
2141
2142
  }
2142
2143
 
2143
2144
  &[data-margin="none"] {
2144
- margin: 0;
2145
+ width: 100%;
2145
2146
  }
2146
2147
  }
2147
2148
  /* * */