@tmlmobilidade/ui 20250708.1835.56 → 20250708.2226.36
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
|
@@ -10529,13 +10529,20 @@ breakpoint-mobile {
|
|
|
10529
10529
|
width: min-content;
|
|
10530
10530
|
min-width: 100%;
|
|
10531
10531
|
background-color: var(--color-system-background-100);
|
|
10532
|
-
|
|
10532
|
+
border-bottom: 1px solid var(--color-system-border-100);
|
|
10533
10533
|
}
|
|
10534
10534
|
|
|
10535
10535
|
.styles-module_row__46pHv:hover {
|
|
10536
10536
|
background-color: var(--color-system-background-200);
|
|
10537
10537
|
}
|
|
10538
10538
|
|
|
10539
|
+
/* * */
|
|
10540
|
+
/* ROW / IS CLICKABLE */
|
|
10541
|
+
|
|
10542
|
+
.styles-module_row__46pHv[data-is-clickable='true'] {
|
|
10543
|
+
cursor: pointer;
|
|
10544
|
+
}
|
|
10545
|
+
|
|
10539
10546
|
/* * */
|
|
10540
10547
|
/* * */
|
|
10541
10548
|
/* * */
|