@tmlmobilidade/ui 20250819.30.17 → 20250819.36.10
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
|
@@ -11696,7 +11696,8 @@ breakpoint-mobile {
|
|
|
11696
11696
|
color: var(--color-system-text-300);
|
|
11697
11697
|
background-color: var(--color-system-background-200);
|
|
11698
11698
|
border-top-left-radius: 5px;
|
|
11699
|
-
opacity: 0.
|
|
11699
|
+
opacity: 0.1;
|
|
11700
|
+
transition: opacity 200ms ease-in-out 200ms;
|
|
11700
11701
|
}
|
|
11701
11702
|
|
|
11702
11703
|
.styles-module_attribution__WHPBx:hover {
|