@tmlmobilidade/ui 20250710.1756.25 → 20250710.1806.42
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
|
@@ -10617,6 +10617,7 @@ breakpoint-mobile {
|
|
|
10617
10617
|
line-height: 1;
|
|
10618
10618
|
color: var(--color-system-text-300);
|
|
10619
10619
|
text-transform: uppercase;
|
|
10620
|
+
white-space: nowrap;
|
|
10620
10621
|
cursor: pointer;
|
|
10621
10622
|
user-select: none;
|
|
10622
10623
|
background: var(--color-system-background-100);
|
|
@@ -11023,6 +11024,7 @@ breakpoint-mobile {
|
|
|
11023
11024
|
line-height: 1;
|
|
11024
11025
|
color: var(--color-system-background-100);
|
|
11025
11026
|
text-transform: uppercase;
|
|
11027
|
+
white-space: nowrap;
|
|
11026
11028
|
background-color: var(--color-system-text-100);
|
|
11027
11029
|
border-radius: var(--border-radius-sm);
|
|
11028
11030
|
}
|