@baloise/ds-styles 16.5.0 → 16.5.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 +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/core.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 24 Sep 2024 12:54:29 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. */
|
|
@@ -1425,9 +1425,6 @@ input.is-grouped {
|
|
|
1425
1425
|
display: flex;
|
|
1426
1426
|
justify-content: flex-start;
|
|
1427
1427
|
}
|
|
1428
|
-
.field.is-grouped > .control {
|
|
1429
|
-
flex-shrink: 0;
|
|
1430
|
-
}
|
|
1431
1428
|
.field.is-grouped > .control:not(:last-child) {
|
|
1432
1429
|
margin-bottom: 0;
|
|
1433
1430
|
}
|
|
@@ -1597,7 +1594,7 @@ input.is-grouped {
|
|
|
1597
1594
|
min-height: 3rem;
|
|
1598
1595
|
height: auto;
|
|
1599
1596
|
text-align: left;
|
|
1600
|
-
word-break:
|
|
1597
|
+
word-break: normal;
|
|
1601
1598
|
box-shadow: none;
|
|
1602
1599
|
outline: none;
|
|
1603
1600
|
box-sizing: border-box;
|