@baloise/ds-styles 19.9.5 → 19.10.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 +7 -1
- package/css/all.css.map +1 -1
- package/css/all.min.css +1 -1
- package/css/baloise-design-system.css +7 -1
- package/css/baloise-design-system.css.map +1 -1
- package/css/baloise-design-system.min.css +1 -1
- package/css/basic.css +7 -1
- package/css/basic.css.map +1 -1
- package/css/basic.min.css +1 -1
- package/css/core.css +7 -1
- package/css/core.css.map +1 -1
- package/css/core.min.css +1 -1
- package/package.json +3 -3
- package/src/core/_all.sass +5 -0
package/css/all.css
CHANGED
|
@@ -561,7 +561,7 @@ fieldset {
|
|
|
561
561
|
}
|
|
562
562
|
/**
|
|
563
563
|
* Do not edit directly
|
|
564
|
-
* Generated on
|
|
564
|
+
* Generated on Tue, 23 Jun 2026 09:17:52 GMT
|
|
565
565
|
*/
|
|
566
566
|
:root {
|
|
567
567
|
--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. */
|
|
@@ -5034,6 +5034,12 @@ table.table td.has-buttons .buttons {
|
|
|
5034
5034
|
margin-top: auto;
|
|
5035
5035
|
}
|
|
5036
5036
|
|
|
5037
|
+
.bal-icon svg[fill=none],
|
|
5038
|
+
.bal-icon path[fill=none],
|
|
5039
|
+
.bal-icon rect[fill=none] {
|
|
5040
|
+
fill: none !important;
|
|
5041
|
+
}
|
|
5042
|
+
|
|
5037
5043
|
:root {
|
|
5038
5044
|
--bal-line-height-x-small: 1.125rem;
|
|
5039
5045
|
--bal-line-height-small: 1.25rem;
|