@tmlmobilidade/ui 20250709.1250.6 → 20250709.1453.3
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
|
@@ -8911,6 +8911,21 @@ breakpoint-mobile {
|
|
|
8911
8911
|
text-transform: uppercase;
|
|
8912
8912
|
}
|
|
8913
8913
|
|
|
8914
|
+
/* * */
|
|
8915
|
+
/* ROOT */
|
|
8916
|
+
|
|
8917
|
+
.Checkbox-module_root__etoAN {
|
|
8918
|
+
width: 100%;
|
|
8919
|
+
padding: 6px;
|
|
8920
|
+
padding-right: 10px;
|
|
8921
|
+
cursor: pointer;
|
|
8922
|
+
border-radius: 3px;
|
|
8923
|
+
}
|
|
8924
|
+
|
|
8925
|
+
.Checkbox-module_root__etoAN:hover {
|
|
8926
|
+
background-color: var(--color-system-background-200);
|
|
8927
|
+
}
|
|
8928
|
+
|
|
8914
8929
|
/* * */
|
|
8915
8930
|
/* INNER */
|
|
8916
8931
|
|
|
@@ -8947,10 +8962,12 @@ breakpoint-mobile {
|
|
|
8947
8962
|
}
|
|
8948
8963
|
|
|
8949
8964
|
.Checkbox-module_label__GFpZ8 {
|
|
8965
|
+
padding-top: 4px;
|
|
8966
|
+
padding-left: 8px;
|
|
8950
8967
|
margin: 0;
|
|
8951
8968
|
font-size: var(--font-size-md);
|
|
8952
8969
|
font-weight: var(--font-weight-semibold);
|
|
8953
|
-
line-height:
|
|
8970
|
+
line-height: 1;
|
|
8954
8971
|
color: var(--color-system-text-100);
|
|
8955
8972
|
cursor: pointer;
|
|
8956
8973
|
}
|
|
@@ -8962,7 +8979,7 @@ breakpoint-mobile {
|
|
|
8962
8979
|
margin: 0;
|
|
8963
8980
|
font-size: var(--font-size-sm);
|
|
8964
8981
|
font-weight: var(--font-weight-medium);
|
|
8965
|
-
line-height: var(font-line-height);
|
|
8982
|
+
line-height: var(--font-line-height);
|
|
8966
8983
|
color: var(--color-system-text-200);
|
|
8967
8984
|
}
|
|
8968
8985
|
|
|
@@ -8973,7 +8990,7 @@ breakpoint-mobile {
|
|
|
8973
8990
|
margin: 0;
|
|
8974
8991
|
font-size: var(--font-size-sm);
|
|
8975
8992
|
font-weight: var(--font-weight-medium);
|
|
8976
|
-
line-height: var(font-line-height);
|
|
8993
|
+
line-height: var(--font-line-height);
|
|
8977
8994
|
color: var(--color-status-danger-primary);
|
|
8978
8995
|
}
|
|
8979
8996
|
/* * */
|
|
@@ -8981,7 +8998,7 @@ breakpoint-mobile {
|
|
|
8981
8998
|
.CheckboxGroup-module_root__TXsLI > div {
|
|
8982
8999
|
display: flex;
|
|
8983
9000
|
flex-direction: column;
|
|
8984
|
-
gap:
|
|
9001
|
+
gap: 0;
|
|
8985
9002
|
}
|
|
8986
9003
|
/* * */
|
|
8987
9004
|
/* INPUT */
|