ost-components 0.0.4 → 0.0.5
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/FAQ/index.css +2 -2
- package/dist/index.css +2 -2
- package/package.json +1 -1
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.FAQ-module__withBorder--C3IMS .FAQ-module__item--MhSbC {
|
|
90
|
-
border: 2em solid var(--static-grey);
|
|
90
|
+
border: 2em solid var(--faq-border-color, var(--static-grey));
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.FAQ-module__withBg--ruCY8 {
|
|
94
|
-
background-color: var(--static-grey);
|
|
94
|
+
background-color: var(--faq-bg-color, var(--static-grey));
|
|
95
95
|
padding: 20em;
|
|
96
96
|
}
|
|
97
97
|
|
package/dist/index.css
CHANGED
|
@@ -244,11 +244,11 @@
|
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.FAQ-module__withBorder--C3IMS .FAQ-module__item--MhSbC {
|
|
247
|
-
border: 2em solid var(--static-grey);
|
|
247
|
+
border: 2em solid var(--faq-border-color, var(--static-grey));
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
.FAQ-module__withBg--ruCY8 {
|
|
251
|
-
background-color: var(--static-grey);
|
|
251
|
+
background-color: var(--faq-bg-color, var(--static-grey));
|
|
252
252
|
padding: 20em;
|
|
253
253
|
}
|
|
254
254
|
|