@baloise/ds-styles 17.4.0 → 17.4.1
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/all.css +601 -601
- package/css/all.css.map +1 -1
- package/css/all.min.css +1 -1
- package/css/baloise-design-system.css +601 -601
- package/css/baloise-design-system.css.map +1 -1
- package/css/baloise-design-system.min.css +1 -1
- package/css/basic.css +1 -1
- package/css/basic.css.map +1 -1
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/utilities/all.css +600 -600
- package/css/utilities/all.css.map +1 -1
- package/css/utilities/all.min.css +1 -1
- package/css/utilities/spacing.css +600 -600
- package/css/utilities/spacing.css.map +1 -1
- package/css/utilities/spacing.min.css +1 -1
- package/package.json +3 -3
- package/src/generated/spacing.sass +600 -600
package/css/core.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 07 Feb 2025 09:32:44 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root {
|
|
6
6
|
--bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */
|