@pinuts/bsr-uikit-relaunch 0.2.83 → 0.2.84

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.
@@ -628,8 +628,7 @@ div.form-label {
628
628
  font-weight: $fontweight-bold;
629
629
  }
630
630
 
631
- fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="agb"])),
632
- fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="datenschutz"])) {
631
+ fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="agb"])):not(:has(input[name="datenschutz"])):not(:has(input[name="dfb"])) {
633
632
  display: flex;
634
633
  flex-direction: row-reverse;
635
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.83",
3
+ "version": "0.2.84",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",