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.
@@ -32,10 +32,10 @@
32
32
 
33
33
  <div class="js-voting-form__bottomWrapper">
34
34
  {{#if this.shorttext}}
35
- <p class="mt-4 text-base font-copy sm:text-lg sm:mt-5 dark:text-text-dark">{{this.shorttext}}</p>
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-12 font-headingSerif sm:text-sm text-gray-scorpion dark:text-text-dark">
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 !py-3 sm:!py-4 !pr-3 sm:!pr-4 !text-base sm:!text-lg md:!text-lg"
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
  }}