@nattstack/ui 0.0.67 → 0.0.69
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.
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.button-module_button_4nLWdW > svg {
|
|
133
|
-
--size-icon:
|
|
133
|
+
--size-icon: 16px;
|
|
134
134
|
height: var(--size-icon);
|
|
135
135
|
width: var(--size-icon);
|
|
136
136
|
}
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
transition-duration: .15s;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.checkbox-
|
|
263
|
+
.checkbox-module_indicator_tQ0i7W[data-checked] {
|
|
264
264
|
opacity: 1;
|
|
265
265
|
}
|
|
266
266
|
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
.menu-module_menu_trigger_7pJHya > svg {
|
|
531
|
-
--size-icon:
|
|
531
|
+
--size-icon: 16px;
|
|
532
532
|
height: var(--size-icon);
|
|
533
533
|
width: var(--size-icon);
|
|
534
534
|
}
|
|
@@ -813,6 +813,7 @@
|
|
|
813
813
|
cursor: pointer;
|
|
814
814
|
outline-color: var(--color-primary-9);
|
|
815
815
|
outline-offset: -4px;
|
|
816
|
+
white-space: nowrap;
|
|
816
817
|
outline-width: 0;
|
|
817
818
|
outline-style: solid;
|
|
818
819
|
flex-shrink: 0;
|
|
@@ -898,6 +899,7 @@
|
|
|
898
899
|
cursor: pointer;
|
|
899
900
|
outline-color: var(--color-primary-9);
|
|
900
901
|
outline-offset: -4px;
|
|
902
|
+
white-space: nowrap;
|
|
901
903
|
border-radius: 10px;
|
|
902
904
|
outline-width: 0;
|
|
903
905
|
outline-style: solid;
|
|
@@ -950,6 +952,7 @@
|
|
|
950
952
|
cursor: pointer;
|
|
951
953
|
outline-color: var(--color-primary-9);
|
|
952
954
|
outline-offset: -2px;
|
|
955
|
+
white-space: nowrap;
|
|
953
956
|
border-radius: 8px;
|
|
954
957
|
outline-width: 0;
|
|
955
958
|
outline-style: solid;
|