@carbon/styles 1.9.0-rc.0 → 1.9.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.
- package/css/styles.css +8 -0
- package/css/styles.min.css +1 -1
- package/package.json +8 -8
- package/scss/_zone.scss +3 -0
package/css/styles.css
CHANGED
|
@@ -2751,6 +2751,8 @@ em {
|
|
|
2751
2751
|
}
|
|
2752
2752
|
|
|
2753
2753
|
.cds--white {
|
|
2754
|
+
background: var(--cds-background);
|
|
2755
|
+
color: var(--cds-text-primary);
|
|
2754
2756
|
--cds-background: #ffffff;
|
|
2755
2757
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
2756
2758
|
--cds-background-brand: #0f62fe;
|
|
@@ -2918,6 +2920,8 @@ em {
|
|
|
2918
2920
|
}
|
|
2919
2921
|
|
|
2920
2922
|
.cds--g10 {
|
|
2923
|
+
background: var(--cds-background);
|
|
2924
|
+
color: var(--cds-text-primary);
|
|
2921
2925
|
--cds-background: #f4f4f4;
|
|
2922
2926
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
|
2923
2927
|
--cds-background-brand: #0f62fe;
|
|
@@ -3085,6 +3089,8 @@ em {
|
|
|
3085
3089
|
}
|
|
3086
3090
|
|
|
3087
3091
|
.cds--g90 {
|
|
3092
|
+
background: var(--cds-background);
|
|
3093
|
+
color: var(--cds-text-primary);
|
|
3088
3094
|
--cds-background: #262626;
|
|
3089
3095
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
3090
3096
|
--cds-background-brand: #0f62fe;
|
|
@@ -3247,6 +3253,8 @@ em {
|
|
|
3247
3253
|
}
|
|
3248
3254
|
|
|
3249
3255
|
.cds--g100 {
|
|
3256
|
+
background: var(--cds-background);
|
|
3257
|
+
color: var(--cds-text-primary);
|
|
3250
3258
|
--cds-background: #161616;
|
|
3251
3259
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
|
3252
3260
|
--cds-background-brand: #0f62fe;
|