@baloise/ds-styles 16.4.0 → 16.5.0-nightly.20240919
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 +2 -5
- package/css/all.css.map +1 -1
- package/css/all.min.css +1 -1
- package/css/baloise-design-system.css +2 -5
- package/css/baloise-design-system.css.map +1 -1
- package/css/baloise-design-system.min.css +1 -1
- package/css/core.css +2 -5
- package/css/core.css.map +1 -1
- package/css/core.min.css +1 -1
- package/package.json +3 -3
- package/src/core/form/button.sass +1 -1
- package/src/core/form/tools.sass +0 -1
package/css/all.css
CHANGED
|
@@ -600,7 +600,7 @@ fieldset {
|
|
|
600
600
|
}
|
|
601
601
|
/**
|
|
602
602
|
* Do not edit directly
|
|
603
|
-
* Generated on
|
|
603
|
+
* Generated on Thu, 19 Sep 2024 06:13:56 GMT
|
|
604
604
|
*/
|
|
605
605
|
:root {
|
|
606
606
|
--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. */
|
|
@@ -2025,9 +2025,6 @@ input.is-grouped {
|
|
|
2025
2025
|
display: flex;
|
|
2026
2026
|
justify-content: flex-start;
|
|
2027
2027
|
}
|
|
2028
|
-
.field.is-grouped > .control {
|
|
2029
|
-
flex-shrink: 0;
|
|
2030
|
-
}
|
|
2031
2028
|
.field.is-grouped > .control:not(:last-child) {
|
|
2032
2029
|
margin-bottom: 0;
|
|
2033
2030
|
}
|
|
@@ -2197,7 +2194,7 @@ input.is-grouped {
|
|
|
2197
2194
|
min-height: 3rem;
|
|
2198
2195
|
height: auto;
|
|
2199
2196
|
text-align: left;
|
|
2200
|
-
word-break:
|
|
2197
|
+
word-break: normal;
|
|
2201
2198
|
box-shadow: none;
|
|
2202
2199
|
outline: none;
|
|
2203
2200
|
box-sizing: border-box;
|