@i-cell/ids-styles 0.0.18 → 0.0.19
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/components.css
CHANGED
|
@@ -10412,6 +10412,13 @@
|
|
|
10412
10412
|
}
|
|
10413
10413
|
.ids-switch > .ids-switch__label {
|
|
10414
10414
|
font-style: normal;
|
|
10415
|
+
flex-grow: 1;
|
|
10416
|
+
}
|
|
10417
|
+
.ids-switch.ids-switch-label-right {
|
|
10418
|
+
flex-direction: row;
|
|
10419
|
+
}
|
|
10420
|
+
.ids-switch.ids-switch-label-left {
|
|
10421
|
+
flex-direction: row-reverse;
|
|
10415
10422
|
}
|
|
10416
10423
|
.ids-switch.ids-switch-compact {
|
|
10417
10424
|
gap: var(--ids-comp-switch-container-size-gap-compact);
|