@pinuts/bsr-uikit-relaunch 0.2.69 → 0.2.70

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.
@@ -627,7 +627,8 @@ div.form-label {
627
627
  font-weight: $fontweight-bold;
628
628
  }
629
629
 
630
- fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="agb"])) {
630
+ fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="agb"])),
631
+ fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="datenschutz"])) {
631
632
  display: flex;
632
633
  flex-direction: row-reverse;
633
634
  align-items: baseline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.2.69",
3
+ "version": "0.2.70",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",