@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.
- package/dist/hooks/withFieldGroup.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles/_form.scss +1 -2
- package/package.json +1 -1
package/dist/styles/_form.scss
CHANGED
|
@@ -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;
|