@tmlmobilidade/ui 20250402.1624.25 → 20250402.1637.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.map +1 -1
- package/dist/styles-no-reset.css +11 -2
- package/dist/styles.css +11 -2
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -8630,12 +8630,21 @@ breakpoint-mobile {
|
|
8630
8630
|
.SegmentedControl-module_indicator__ryEKK {
|
8631
8631
|
color: var(--color-contrast);
|
8632
8632
|
background-color: var(--color-primary);
|
8633
|
-
|
8633
|
+
border: 2px solid var(--color-secondary);
|
8634
|
+
box-shadow: 0 1px 3px 0 var(--color-shadow);
|
8634
8635
|
}
|
8635
8636
|
|
8636
8637
|
.SegmentedControl-module_label__rC0gM {
|
8637
|
-
|
8638
|
+
display: flex;
|
8639
|
+
align-items: center;
|
8640
|
+
justify-content: center;
|
8641
|
+
height: 40px;
|
8642
|
+
padding: 0 15px;
|
8643
|
+
font-size: 16px;
|
8644
|
+
font-weight: var(--font-weight-semibold);
|
8645
|
+
line-height: 1;
|
8638
8646
|
color: var(--color-primary);
|
8647
|
+
text-transform: uppercase;
|
8639
8648
|
}
|
8640
8649
|
|
8641
8650
|
.SegmentedControl-module_label__rC0gM[data-active="true"] {
|
package/dist/styles.css
CHANGED
@@ -8685,12 +8685,21 @@ breakpoint-mobile {
|
|
8685
8685
|
.SegmentedControl-module_indicator__ryEKK {
|
8686
8686
|
color: var(--color-contrast);
|
8687
8687
|
background-color: var(--color-primary);
|
8688
|
-
|
8688
|
+
border: 2px solid var(--color-secondary);
|
8689
|
+
box-shadow: 0 1px 3px 0 var(--color-shadow);
|
8689
8690
|
}
|
8690
8691
|
|
8691
8692
|
.SegmentedControl-module_label__rC0gM {
|
8692
|
-
|
8693
|
+
display: flex;
|
8694
|
+
align-items: center;
|
8695
|
+
justify-content: center;
|
8696
|
+
height: 40px;
|
8697
|
+
padding: 0 15px;
|
8698
|
+
font-size: 16px;
|
8699
|
+
font-weight: var(--font-weight-semibold);
|
8700
|
+
line-height: 1;
|
8693
8701
|
color: var(--color-primary);
|
8702
|
+
text-transform: uppercase;
|
8694
8703
|
}
|
8695
8704
|
|
8696
8705
|
.SegmentedControl-module_label__rC0gM[data-active="true"] {
|