@npm_leadtech/legal-lib-components 2.9.2 → 2.9.3
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +4 -1
- package/dist/cjs/src/components/atoms/WideInfoBar/WideInfoBar.d.ts +1 -0
- package/dist/cjs/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +4 -1
- package/dist/esm/src/components/atoms/WideInfoBar/WideInfoBar.d.ts +1 -0
- package/dist/esm/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2473,7 +2473,10 @@
|
|
|
2473
2473
|
.wide-info-bar {
|
|
2474
2474
|
background-color: #F8F9FA;
|
|
2475
2475
|
font-family: "Inter", sans-serif;
|
|
2476
|
-
color: #
|
|
2476
|
+
color: #3D4042; }
|
|
2477
|
+
.wide-info-bar.green {
|
|
2478
|
+
background-color: #EFF7F5;
|
|
2479
|
+
color: #02374A; }
|
|
2477
2480
|
.wide-info-bar__wrapper {
|
|
2478
2481
|
display: flex;
|
|
2479
2482
|
flex-flow: column nowrap;
|