@carbon/ibmdotcom-styles 2.13.0-rc.0 → 2.13.1-rc.0
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.
|
@@ -45041,6 +45041,23 @@ cds-hr {
|
|
|
45041
45041
|
.cds--nc a {
|
|
45042
45042
|
color: var(--cds-link-primary,#0f62fe)
|
|
45043
45043
|
}
|
|
45044
|
+
.cds--nc :dir(rtl) .cds--checkbox-label-text {
|
|
45045
|
+
-webkit-padding-end: .625rem;
|
|
45046
|
+
padding-inline-end: .625rem
|
|
45047
|
+
}
|
|
45048
|
+
.cds--nc :dir(rtl) .cds--checkbox-label::after {
|
|
45049
|
+
-webkit-margin-before: 0;
|
|
45050
|
+
margin-block-start: 0;
|
|
45051
|
+
-webkit-margin-start: -.0625rem;
|
|
45052
|
+
margin-inline-start: -.0625rem;
|
|
45053
|
+
-webkit-transform-origin: center;
|
|
45054
|
+
transform-origin: center
|
|
45055
|
+
}
|
|
45056
|
+
.cds--nc :dir(rtl) .cds--checkbox-label[data-contained-checkbox-state=true]::after,
|
|
45057
|
+
.cds--nc :dir(rtl) .cds--checkbox:checked + .cds--checkbox-label::after {
|
|
45058
|
+
-webkit-transform: scale(1.2) rotate3d(.5,1,0,158deg);
|
|
45059
|
+
transform: scale(1.2) rotate3d(.5,1,0,158deg)
|
|
45060
|
+
}
|
|
45044
45061
|
.cds--pricing-table-group .cds--structured-list--selection th,
|
|
45045
45062
|
.cds--structured-list--selection .cds--pricing-table-cell,
|
|
45046
45063
|
.cds--structured-list--selection .cds--pricing-table-group th,
|