hr-design-system-handlebars 1.114.45 → 1.114.47
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/CHANGELOG.md +24 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +25 -26
- package/dist/views/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views/components/voting/components/voting_submit.hbs +1 -1
- package/dist/views/components/voting/voting.hbs +3 -3
- package/dist/views_static/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views_static/components/voting/components/voting_submit.hbs +1 -1
- package/dist/views_static/components/voting/voting.hbs +3 -3
- package/package.json +1 -1
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -1
- package/src/stories/views/components/forms/components/backgroundBox.hbs +1 -1
- package/src/stories/views/components/voting/components/voting_submit.hbs +1 -1
- package/src/stories/views/components/voting/voting.hbs +3 -3
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
|
|
33
33
|
<div class="js-voting-form__bottomWrapper">
|
|
34
34
|
{{#if this.shorttext}}
|
|
35
|
-
<p class="mt-
|
|
35
|
+
<p class="mt-3 text-base font-copy sm:text-lg dark:text-text-dark">{{this.shorttext}}</p>
|
|
36
36
|
{{/if}}
|
|
37
37
|
|
|
38
|
-
<div class="w-full mt-6 text-xs text-right sm:mt-
|
|
38
|
+
<div class="w-full mt-6 text-xs text-right sm:mt-8 font-headingSerif sm:text-sm text-gray-scorpion dark:text-text-dark">
|
|
39
39
|
{{#if ../this.isMultipleChoice}}
|
|
40
40
|
{{loca "votingform_open_answers_text" ../this.maxAnswerCount}}
|
|
41
41
|
{{else}}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
_isMultimediaVoting=../this.isMultimediaVoting
|
|
50
50
|
_addClassGroup="!flex-col mt-2"
|
|
51
51
|
_addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
|
|
52
|
-
_addClassLabel="w-full !
|
|
52
|
+
_addClassLabel="w-full !pt-[15px] sm:!pt-[18px] !pb-[9px] sm:!pb-3.5 !pr-3 sm:!pr-4"
|
|
53
53
|
_addClassLabelForDataPolicy="!pt-0"
|
|
54
54
|
_addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
|
|
55
55
|
}}
|