decidim-core 0.27.5 → 0.28.0.rc4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1484) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/app/cells/decidim/activities/show.erb +5 -3
  4. data/app/cells/decidim/activities_cell.rb +5 -5
  5. data/app/cells/decidim/activity/show.erb +23 -22
  6. data/app/cells/decidim/activity_cell.rb +26 -6
  7. data/app/cells/decidim/address/online.erb +9 -0
  8. data/app/cells/decidim/address/show.erb +13 -13
  9. data/app/cells/decidim/address_cell.rb +3 -7
  10. data/app/cells/decidim/amendable/amend_button_card/show.erb +4 -9
  11. data/app/cells/decidim/amendable/amend_button_card_cell.rb +0 -17
  12. data/app/cells/decidim/amendable/amenders_list/show.erb +0 -12
  13. data/app/cells/decidim/amendable/amendments/show.erb +12 -0
  14. data/app/cells/decidim/amendable/amendments_cell.rb +25 -0
  15. data/app/cells/decidim/amendable/announcement_cell.rb +1 -1
  16. data/app/cells/decidim/amendable/emendation_actions/show.erb +12 -10
  17. data/app/cells/decidim/amendable/emendation_actions_cell.rb +0 -26
  18. data/app/cells/decidim/amendable/promote_button_card/show.erb +9 -9
  19. data/app/cells/decidim/amendable/promote_button_card_cell.rb +1 -5
  20. data/app/cells/decidim/amendable/wizard_step_form_cell.rb +5 -5
  21. data/app/cells/decidim/announcement/show.erb +10 -10
  22. data/app/cells/decidim/announcement_cell.rb +14 -4
  23. data/app/cells/decidim/author/avatar.erb +9 -0
  24. data/app/cells/decidim/author/avatar_image.erb +1 -0
  25. data/app/cells/decidim/author/cancelled_on.erb +4 -0
  26. data/app/cells/decidim/author/comments.erb +3 -5
  27. data/app/cells/decidim/author/date.erb +4 -5
  28. data/app/cells/decidim/author/endorsements.erb +3 -5
  29. data/app/cells/decidim/author/flag.erb +6 -8
  30. data/app/cells/decidim/author/flag_user.erb +10 -6
  31. data/app/cells/decidim/author/name.erb +5 -0
  32. data/app/cells/decidim/author/profile_minicard.erb +24 -19
  33. data/app/cells/decidim/author/show.erb +22 -14
  34. data/app/cells/decidim/author/withdraw.erb +3 -5
  35. data/app/cells/decidim/author_cell.rb +50 -32
  36. data/app/cells/decidim/authorization_modal/show.erb +28 -0
  37. data/app/cells/decidim/authorization_modal_cell.rb +92 -0
  38. data/app/cells/decidim/badge/show.erb +9 -31
  39. data/app/cells/decidim/badge/small.erb +3 -3
  40. data/app/cells/decidim/badges/show.erb +13 -6
  41. data/app/cells/decidim/badges_cell.rb +1 -0
  42. data/app/cells/decidim/button/button.erb +9 -0
  43. data/app/cells/decidim/button/content.erb +2 -0
  44. data/app/cells/decidim/button/link.erb +10 -0
  45. data/app/cells/decidim/button/show.erb +5 -0
  46. data/app/cells/decidim/button_cell.rb +48 -0
  47. data/app/cells/decidim/card/show.erb +8 -16
  48. data/app/cells/decidim/card/title.erb +1 -0
  49. data/app/cells/decidim/card_cell.rb +63 -6
  50. data/app/cells/decidim/card_g/show.erb +19 -0
  51. data/app/cells/decidim/card_g_cell.rb +102 -0
  52. data/app/cells/decidim/card_l/author.erb +3 -0
  53. data/app/cells/decidim/card_l/content.erb +10 -0
  54. data/app/cells/decidim/card_l/description.erb +3 -0
  55. data/app/cells/decidim/card_l/image.erb +11 -0
  56. data/app/cells/decidim/card_l/metadata.erb +3 -0
  57. data/app/cells/decidim/card_l/show.erb +13 -0
  58. data/app/cells/decidim/card_l/space.erb +1 -0
  59. data/app/cells/decidim/card_l/title_and_details.erb +5 -0
  60. data/app/cells/decidim/card_l_cell.rb +139 -0
  61. data/app/cells/decidim/card_metadata/show.erb +22 -0
  62. data/app/cells/decidim/card_metadata_cell.rb +218 -0
  63. data/app/cells/decidim/card_s/show.erb +10 -0
  64. data/app/cells/decidim/card_s_cell.rb +34 -0
  65. data/app/cells/decidim/coauthorships_cell.rb +2 -27
  66. data/app/cells/decidim/collapsible_authors/show.erb +17 -16
  67. data/app/cells/decidim/collapsible_authors/stack.erb +9 -0
  68. data/app/cells/decidim/collapsible_authors_cell.rb +13 -22
  69. data/app/cells/decidim/comments_button_cell.rb +31 -0
  70. data/app/cells/decidim/content_blocks/base/show.erb +3 -0
  71. data/app/cells/decidim/content_blocks/base_cell.rb +49 -0
  72. data/app/cells/decidim/content_blocks/cta/show.erb +10 -12
  73. data/app/cells/decidim/content_blocks/cta_cell.rb +0 -4
  74. data/app/cells/decidim/content_blocks/footer_sub_hero/show.erb +14 -12
  75. data/app/cells/decidim/content_blocks/global_menu/show.erb +11 -0
  76. data/app/cells/decidim/content_blocks/global_menu_cell.rb +35 -0
  77. data/app/cells/decidim/content_blocks/hero/cta_button.erb +4 -0
  78. data/app/cells/decidim/content_blocks/hero/show.erb +11 -18
  79. data/app/cells/decidim/content_blocks/hero_cell.rb +1 -1
  80. data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +16 -20
  81. data/app/cells/decidim/content_blocks/highlighted_elements_cell.rb +7 -31
  82. data/app/cells/decidim/content_blocks/highlighted_elements_for_component_settings_form/show.erb +4 -0
  83. data/app/cells/decidim/content_blocks/highlighted_elements_for_component_settings_form_cell.rb +31 -0
  84. data/app/cells/decidim/content_blocks/highlighted_elements_settings_form/show.erb +1 -1
  85. data/app/cells/decidim/content_blocks/highlighted_elements_with_cell_for_list/content.erb +1 -0
  86. data/app/cells/decidim/content_blocks/highlighted_elements_with_cell_for_list_cell.rb +29 -0
  87. data/app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb +16 -0
  88. data/app/cells/decidim/content_blocks/highlighted_participatory_spaces_cell.rb +39 -0
  89. data/app/cells/decidim/content_blocks/how_to_participate/show.erb +37 -41
  90. data/app/cells/decidim/content_blocks/html/show.erb +1 -1
  91. data/app/cells/decidim/content_blocks/html_cell.rb +4 -0
  92. data/app/cells/decidim/content_blocks/html_settings_form/show.erb +1 -1
  93. data/app/cells/decidim/content_blocks/last_activity/show.erb +11 -14
  94. data/app/cells/decidim/content_blocks/last_activity_cell.rb +2 -2
  95. data/app/cells/decidim/content_blocks/last_activity_settings_form/show.erb +3 -0
  96. data/app/cells/decidim/content_blocks/last_activity_settings_form_cell.rb +13 -0
  97. data/app/cells/decidim/content_blocks/menu_breadcrumb_last_activity/show.erb +10 -0
  98. data/app/cells/decidim/content_blocks/menu_breadcrumb_last_activity_cell.rb +43 -0
  99. data/app/cells/decidim/content_blocks/organization_metrics_cell.rb +21 -0
  100. data/app/cells/decidim/content_blocks/participatory_space_announcement/content.erb +1 -0
  101. data/app/cells/decidim/content_blocks/participatory_space_announcement_cell.rb +19 -0
  102. data/app/cells/decidim/content_blocks/participatory_space_documents/content.erb +5 -0
  103. data/app/cells/decidim/content_blocks/participatory_space_documents_cell.rb +7 -0
  104. data/app/cells/decidim/content_blocks/participatory_space_extra_data/content.erb +5 -0
  105. data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +13 -0
  106. data/app/cells/decidim/content_blocks/participatory_space_extra_data/recent_users.erb +5 -0
  107. data/app/cells/decidim/content_blocks/participatory_space_extra_data_cell.rb +13 -0
  108. data/app/cells/decidim/content_blocks/participatory_space_hero/show.erb +20 -0
  109. data/app/cells/decidim/content_blocks/participatory_space_hero_cell.rb +41 -0
  110. data/app/cells/decidim/content_blocks/participatory_space_images/content.erb +5 -0
  111. data/app/cells/decidim/content_blocks/participatory_space_images_cell.rb +7 -0
  112. data/app/cells/decidim/content_blocks/participatory_space_last_activity/content.erb +11 -0
  113. data/app/cells/decidim/content_blocks/participatory_space_last_activity/recent_avatars.erb +5 -0
  114. data/app/cells/decidim/content_blocks/participatory_space_last_activity_cell.rb +45 -0
  115. data/app/cells/decidim/content_blocks/participatory_space_main_data/content.erb +7 -0
  116. data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +32 -0
  117. data/app/cells/decidim/content_blocks/participatory_space_main_data_cell.rb +23 -0
  118. data/app/cells/decidim/content_blocks/participatory_space_metadata/content.erb +10 -0
  119. data/app/cells/decidim/content_blocks/participatory_space_metadata_cell.rb +40 -0
  120. data/app/cells/decidim/content_blocks/participatory_space_metrics/content.erb +18 -0
  121. data/app/cells/decidim/content_blocks/participatory_space_metrics_cell.rb +43 -0
  122. data/app/cells/decidim/content_blocks/participatory_space_social_networks/content.erb +10 -0
  123. data/app/cells/decidim/content_blocks/participatory_space_social_networks_cell.rb +31 -0
  124. data/app/cells/decidim/content_blocks/participatory_space_stats/content.erb +1 -0
  125. data/app/cells/decidim/content_blocks/participatory_space_stats_cell.rb +21 -0
  126. data/app/cells/decidim/content_blocks/static_page/section/show.erb +1 -0
  127. data/app/cells/decidim/content_blocks/static_page/section_cell.rb +13 -0
  128. data/app/cells/decidim/content_blocks/static_page/section_settings_form/show.erb +3 -0
  129. data/app/cells/decidim/content_blocks/static_page/section_settings_form_cell.rb +19 -0
  130. data/app/cells/decidim/content_blocks/static_page/summary/show.erb +1 -0
  131. data/app/cells/decidim/content_blocks/static_page/summary_cell.rb +13 -0
  132. data/app/cells/decidim/content_blocks/static_page/summary_settings_form/show.erb +3 -0
  133. data/app/cells/decidim/content_blocks/static_page/summary_settings_form_cell.rb +19 -0
  134. data/app/cells/decidim/content_blocks/static_page/two_pane_section/show.erb +8 -0
  135. data/app/cells/decidim/content_blocks/static_page/two_pane_section_cell.rb +17 -0
  136. data/app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form/show.erb +4 -0
  137. data/app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb +23 -0
  138. data/app/cells/decidim/content_blocks/stats/show.erb +5 -18
  139. data/app/cells/decidim/content_blocks/sub_hero/show.erb +11 -13
  140. data/app/cells/decidim/data_consent/category.erb +49 -45
  141. data/app/cells/decidim/data_consent/dialog.erb +20 -24
  142. data/app/cells/decidim/data_consent/modal.erb +32 -36
  143. data/app/cells/decidim/date_range/show.erb +4 -4
  144. data/app/cells/decidim/diff/attribute.erb +5 -25
  145. data/app/cells/decidim/diff/diff_mode_dropdown.erb +5 -33
  146. data/app/cells/decidim/diff/diff_mode_html.erb +5 -33
  147. data/app/cells/decidim/diff/diff_split.erb +2 -11
  148. data/app/cells/decidim/diff/diff_split_full.erb +8 -0
  149. data/app/cells/decidim/diff/diff_unified.erb +1 -7
  150. data/app/cells/decidim/diff/show.erb +10 -3
  151. data/app/cells/decidim/diff_cell.rb +35 -4
  152. data/app/cells/decidim/documents_panel/show.erb +1 -0
  153. data/app/cells/decidim/documents_panel_cell.rb +34 -0
  154. data/app/cells/decidim/endorsement_block/show.erb +4 -0
  155. data/app/cells/decidim/endorsement_block_cell.rb +7 -0
  156. data/app/cells/decidim/endorsement_buttons/button_content.erb +2 -0
  157. data/app/cells/decidim/endorsement_buttons/disabled_endorsements.erb +3 -0
  158. data/app/cells/decidim/endorsement_buttons/select_identity_button.erb +5 -7
  159. data/app/cells/decidim/endorsement_buttons/show.erb +16 -3
  160. data/app/cells/decidim/endorsement_buttons/verification_modal.erb +5 -0
  161. data/app/cells/decidim/endorsement_buttons_cell.rb +25 -138
  162. data/app/cells/decidim/endorsers_list/full.erb +6 -0
  163. data/app/cells/decidim/endorsers_list/full_endorsers_list.erb +3 -0
  164. data/app/cells/decidim/endorsers_list/show.erb +11 -16
  165. data/app/cells/decidim/endorsers_list_button/content.erb +1 -0
  166. data/app/cells/decidim/endorsers_list_button_cell.rb +15 -0
  167. data/app/cells/decidim/endorsers_list_cell.rb +25 -5
  168. data/app/cells/decidim/flag_modal/flag_user.erb +12 -2
  169. data/app/cells/decidim/flag_modal/show.erb +51 -26
  170. data/app/cells/decidim/flag_modal_cell.rb +22 -1
  171. data/app/cells/decidim/follow_button/content.erb +2 -0
  172. data/app/cells/decidim/follow_button/show.erb +24 -53
  173. data/app/cells/decidim/follow_button_cell.rb +23 -34
  174. data/app/cells/decidim/followers/show.erb +11 -8
  175. data/app/cells/decidim/followers_cell.rb +4 -0
  176. data/app/cells/decidim/following/show.erb +6 -11
  177. data/app/cells/decidim/following_cell.rb +9 -2
  178. data/app/cells/decidim/footer_pages/pages.erb +3 -0
  179. data/app/cells/decidim/footer_pages/topics.erb +12 -0
  180. data/app/cells/decidim/footer_pages_cell.rb +68 -0
  181. data/app/cells/decidim/group_admins/show.erb +32 -0
  182. data/app/cells/decidim/group_admins_cell.rb +8 -0
  183. data/app/cells/decidim/group_members/show.erb +42 -0
  184. data/app/cells/decidim/group_members_cell.rb +8 -0
  185. data/app/cells/decidim/groups/show.erb +12 -8
  186. data/app/cells/decidim/groups_cell.rb +6 -0
  187. data/app/cells/decidim/highlighted_participatory_process/show.erb +1 -0
  188. data/app/cells/decidim/highlighted_participatory_process_cell.rb +15 -0
  189. data/app/cells/decidim/images_panel/show.erb +7 -0
  190. data/app/cells/decidim/images_panel_cell.rb +29 -0
  191. data/app/cells/decidim/linked_resources_for/show.erb +3 -0
  192. data/app/cells/decidim/linked_resources_for_cell.rb +52 -0
  193. data/app/cells/decidim/members/show.erb +11 -8
  194. data/app/cells/decidim/members_cell.rb +9 -7
  195. data/app/cells/decidim/nav_links/show.erb +17 -0
  196. data/app/cells/decidim/nav_links_cell.rb +10 -0
  197. data/app/cells/decidim/navbar_admin_link/show.erb +4 -6
  198. data/app/cells/decidim/navbar_admin_link_cell.rb +2 -8
  199. data/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +1 -12
  200. data/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +1 -12
  201. data/app/cells/decidim/newsletter_templates/image_text_cta_settings_form/show.erb +1 -1
  202. data/app/cells/decidim/notification/show.erb +14 -30
  203. data/app/cells/decidim/notification_cell.rb +11 -0
  204. data/app/cells/decidim/notifications/show.erb +5 -20
  205. data/app/cells/decidim/notifications/validations.erb +3 -0
  206. data/app/cells/decidim/notifications_cell.rb +13 -0
  207. data/app/cells/decidim/pad_iframe/show.erb +1 -1
  208. data/app/cells/decidim/participatory_space_dropdown_metadata/links.erb +9 -0
  209. data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +9 -0
  210. data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +9 -0
  211. data/app/cells/decidim/participatory_space_dropdown_metadata_cell.rb +35 -0
  212. data/app/cells/decidim/photo/show.erb +19 -0
  213. data/app/cells/decidim/photo_cell.rb +44 -0
  214. data/app/cells/decidim/photos_list/show.erb +5 -0
  215. data/app/cells/decidim/photos_list_cell.rb +16 -0
  216. data/app/cells/decidim/profile/avatar.erb +7 -0
  217. data/app/cells/decidim/profile/badge.erb +4 -0
  218. data/app/cells/decidim/profile/details.erb +22 -0
  219. data/app/cells/decidim/profile/inaccessible.erb +1 -9
  220. data/app/cells/decidim/profile/invalid.erb +1 -9
  221. data/app/cells/decidim/profile/show.erb +24 -14
  222. data/app/cells/decidim/profile/tabs.erb +13 -0
  223. data/app/cells/decidim/profile_actions/dropdown_actions.erb +21 -0
  224. data/app/cells/decidim/profile_actions/profile_actions.erb +7 -0
  225. data/app/cells/decidim/profile_actions/show.erb +12 -0
  226. data/app/cells/decidim/profile_actions_cell.rb +144 -0
  227. data/app/cells/decidim/profile_cell.rb +77 -11
  228. data/app/cells/decidim/profile_sidebar/show.erb +11 -11
  229. data/app/cells/decidim/progress_bar/show.erb +9 -19
  230. data/app/cells/decidim/progress_bar_cell.rb +1 -30
  231. data/app/cells/decidim/public_participation/show.erb +1 -1
  232. data/app/cells/decidim/report_button/already_reported_modal.erb +11 -0
  233. data/app/cells/decidim/report_button/flag_modal.erb +60 -0
  234. data/app/cells/decidim/report_button/show.erb +2 -0
  235. data/app/cells/decidim/report_button_cell.rb +82 -0
  236. data/app/cells/decidim/represent_user_group/show.erb +5 -5
  237. data/app/cells/decidim/resource_types_filter/show.erb +22 -0
  238. data/app/cells/decidim/resource_types_filter_cell.rb +56 -0
  239. data/app/cells/decidim/search_results/show.erb +1 -2
  240. data/app/cells/decidim/search_results_section/show.erb +20 -20
  241. data/app/cells/decidim/search_results_section_cell.rb +0 -4
  242. data/app/cells/decidim/share_button_cell.rb +23 -0
  243. data/app/cells/decidim/statistic/show.erb +4 -5
  244. data/app/cells/decidim/statistics/show.erb +7 -19
  245. data/app/cells/decidim/statistics_cell.rb +0 -20
  246. data/app/cells/decidim/tab_panels/show.erb +19 -0
  247. data/app/cells/decidim/tab_panels_cell.rb +40 -0
  248. data/app/cells/decidim/tags/show.erb +3 -4
  249. data/app/cells/decidim/tags_cell.rb +24 -5
  250. data/app/cells/decidim/tos_page/form.erb +9 -15
  251. data/app/cells/decidim/tos_page/refuse_btn_modal.erb +17 -27
  252. data/app/cells/decidim/tos_page_cell.rb +3 -3
  253. data/app/cells/decidim/upload_modal/files.erb +50 -35
  254. data/app/cells/decidim/upload_modal/modal.erb +62 -47
  255. data/app/cells/decidim/upload_modal/show.erb +1 -2
  256. data/app/cells/decidim/upload_modal_cell.rb +11 -26
  257. data/app/cells/decidim/user_activity/show.erb +9 -27
  258. data/app/cells/decidim/user_activity_cell.rb +4 -2
  259. data/app/cells/decidim/user_conversation/conversation_header.erb +12 -12
  260. data/app/cells/decidim/user_conversation/messages.erb +1 -15
  261. data/app/cells/decidim/user_conversation/new.erb +4 -13
  262. data/app/cells/decidim/user_conversation/reply.erb +8 -16
  263. data/app/cells/decidim/user_conversation/show.erb +15 -18
  264. data/app/cells/decidim/user_conversation/start.erb +12 -0
  265. data/app/cells/decidim/user_conversation_cell.rb +7 -32
  266. data/app/cells/decidim/user_conversations/new_conversation_button.erb +20 -0
  267. data/app/cells/decidim/user_conversations/show.erb +11 -55
  268. data/app/cells/decidim/user_conversations_cell.rb +2 -21
  269. data/app/cells/decidim/user_group_pending_invitations_list/show.erb +22 -17
  270. data/app/cells/decidim/user_group_pending_requests_list/show.erb +21 -17
  271. data/app/cells/decidim/user_profile/badge.erb +4 -0
  272. data/app/cells/decidim/user_profile/role_badge.erb +3 -0
  273. data/app/cells/decidim/user_profile/show.erb +15 -0
  274. data/app/cells/decidim/user_profile_cell.rb +19 -24
  275. data/app/cells/decidim/user_timeline/show.erb +1 -3
  276. data/app/cells/decidim/version/show.erb +5 -30
  277. data/app/cells/decidim/version_author_cell.rb +13 -10
  278. data/app/cells/decidim/version_cell.rb +7 -22
  279. data/app/cells/decidim/versions_list/show.erb +3 -32
  280. data/app/cells/decidim/versions_list_cell.rb +11 -23
  281. data/app/cells/decidim/versions_list_item/show.erb +4 -20
  282. data/app/cells/decidim/versions_list_item_cell.rb +10 -3
  283. data/app/cells/decidim/wizard_step_form/wizard_aside.erb +1 -1
  284. data/app/cells/decidim/wizard_step_form/wizard_header.erb +2 -2
  285. data/app/cells/decidim/wizard_step_form_cell.rb +3 -3
  286. data/app/commands/decidim/accept_group_invitation.rb +2 -2
  287. data/app/commands/decidim/accept_user_group_join_request.rb +1 -1
  288. data/app/commands/decidim/amendable/accept.rb +1 -1
  289. data/app/commands/decidim/amendable/create_draft.rb +2 -2
  290. data/app/commands/decidim/amendable/publish_draft.rb +1 -1
  291. data/app/commands/decidim/amendable/reject.rb +1 -1
  292. data/app/commands/decidim/amendable/update_draft.rb +1 -1
  293. data/app/commands/decidim/attachment_methods.rb +1 -5
  294. data/app/commands/decidim/create_editor_image.rb +1 -1
  295. data/app/commands/decidim/create_follow.rb +1 -1
  296. data/app/commands/decidim/create_omniauth_registration.rb +4 -5
  297. data/app/commands/decidim/create_registration.rb +1 -2
  298. data/app/commands/decidim/create_report.rb +15 -24
  299. data/app/commands/decidim/create_user_group.rb +1 -1
  300. data/app/commands/decidim/create_user_report.rb +1 -1
  301. data/app/commands/decidim/delete_follow.rb +1 -1
  302. data/app/commands/decidim/demote_membership.rb +2 -2
  303. data/app/commands/decidim/endorse_resource.rb +1 -1
  304. data/app/commands/decidim/gallery_methods.rb +1 -1
  305. data/app/commands/decidim/invite_user_to_group.rb +3 -3
  306. data/app/commands/decidim/join_user_group.rb +3 -3
  307. data/app/commands/decidim/leave_user_group.rb +4 -4
  308. data/app/commands/decidim/messaging/reply_to_conversation.rb +2 -2
  309. data/app/commands/decidim/messaging/start_conversation.rb +2 -2
  310. data/app/commands/decidim/multiple_attachments_methods.rb +5 -3
  311. data/app/commands/decidim/promote_membership.rb +1 -1
  312. data/app/commands/decidim/reject_group_invitation.rb +2 -2
  313. data/app/commands/decidim/reject_user_group_join_request.rb +1 -1
  314. data/app/commands/decidim/remove_user_from_group.rb +1 -1
  315. data/app/commands/decidim/search.rb +3 -11
  316. data/app/commands/decidim/unendorse_resource.rb +1 -1
  317. data/app/commands/decidim/update_account.rb +21 -5
  318. data/app/commands/decidim/update_password.rb +0 -1
  319. data/app/commands/decidim/update_user_group.rb +1 -1
  320. data/app/constraints/decidim/current_component.rb +1 -1
  321. data/app/controllers/concerns/decidim/amendments_controller.rb +9 -1
  322. data/app/controllers/concerns/decidim/devise_controllers.rb +3 -0
  323. data/app/controllers/concerns/decidim/disable_redirection_to_external_host.rb +1 -1
  324. data/app/controllers/concerns/decidim/filter_resource.rb +9 -15
  325. data/app/controllers/concerns/decidim/force_authentication.rb +1 -1
  326. data/app/controllers/concerns/decidim/has_account_breadcrumb.rb +24 -0
  327. data/app/controllers/concerns/decidim/has_participatory_space_content_blocks.rb +31 -0
  328. data/app/controllers/concerns/decidim/has_profile_breadcrumb.rb +24 -0
  329. data/app/controllers/concerns/decidim/has_specific_breadcrumb.rb +23 -0
  330. data/app/controllers/concerns/decidim/has_stored_path.rb +2 -2
  331. data/app/controllers/concerns/decidim/headers/content_security_policy.rb +25 -0
  332. data/app/controllers/concerns/decidim/headers/http_caching_disabler.rb +23 -0
  333. data/app/controllers/concerns/decidim/html_safe_flash.rb +40 -0
  334. data/app/controllers/concerns/decidim/linked_resource_reference.rb +30 -0
  335. data/app/controllers/concerns/decidim/locale_switcher.rb +2 -2
  336. data/app/controllers/concerns/decidim/needs_permission.rb +1 -1
  337. data/app/controllers/concerns/decidim/needs_tos_accepted.rb +12 -5
  338. data/app/controllers/concerns/decidim/paginable.rb +1 -1
  339. data/app/controllers/concerns/decidim/participatory_space_context.rb +30 -1
  340. data/app/controllers/concerns/decidim/safe_redirect.rb +1 -1
  341. data/app/controllers/concerns/decidim/skip_timeoutable.rb +1 -1
  342. data/app/controllers/concerns/decidim/use_organization_time_zone.rb +2 -2
  343. data/app/controllers/concerns/decidim/user_profile.rb +2 -1
  344. data/app/controllers/decidim/account_controller.rb +13 -8
  345. data/app/controllers/decidim/application_controller.rb +8 -3
  346. data/app/controllers/decidim/authorization_modals_controller.rb +5 -5
  347. data/app/controllers/decidim/components/base_controller.rb +15 -4
  348. data/app/controllers/decidim/devise/confirmations_controller.rb +3 -1
  349. data/app/controllers/decidim/devise/invitations_controller.rb +1 -1
  350. data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +1 -1
  351. data/app/controllers/decidim/devise/passwords_controller.rb +1 -1
  352. data/app/controllers/decidim/devise/registrations_controller.rb +1 -1
  353. data/app/controllers/decidim/devise/sessions_controller.rb +1 -1
  354. data/app/controllers/decidim/devise/unlocks_controller.rb +1 -1
  355. data/app/controllers/decidim/doorkeeper/authorizations_controller.rb +9 -0
  356. data/app/controllers/decidim/download_your_data_controller.rb +3 -3
  357. data/app/controllers/decidim/endorsements_controller.rb +3 -3
  358. data/app/controllers/decidim/errors_controller.rb +8 -0
  359. data/app/controllers/decidim/favicon_controller.rb +56 -0
  360. data/app/controllers/decidim/follows_controller.rb +13 -3
  361. data/app/controllers/decidim/free_resource_authorization_modals_controller.rb +4 -4
  362. data/app/controllers/decidim/gamification/badges_controller.rb +10 -0
  363. data/app/controllers/decidim/group_email_confirmations_controller.rb +1 -1
  364. data/app/controllers/decidim/group_invites_controller.rb +2 -2
  365. data/app/controllers/decidim/group_members_controller.rb +23 -10
  366. data/app/controllers/decidim/groups_controller.rb +5 -4
  367. data/app/controllers/decidim/homepage_controller.rb +0 -1
  368. data/app/controllers/decidim/last_activities_controller.rb +14 -12
  369. data/app/controllers/decidim/links_controller.rb +5 -4
  370. data/app/controllers/decidim/locales_controller.rb +1 -1
  371. data/app/controllers/decidim/messaging/conversations_controller.rb +26 -8
  372. data/app/controllers/decidim/newsletters_opt_in_controller.rb +1 -1
  373. data/app/controllers/decidim/notifications_controller.rb +11 -1
  374. data/app/controllers/decidim/notifications_settings_controller.rb +2 -2
  375. data/app/controllers/decidim/offline_controller.rb +9 -0
  376. data/app/controllers/decidim/pages_controller.rb +15 -2
  377. data/app/controllers/decidim/profiles_controller.rb +31 -2
  378. data/app/controllers/decidim/report_users_controller.rb +5 -1
  379. data/app/controllers/decidim/reports_controller.rb +1 -1
  380. data/app/controllers/decidim/scopes_controller.rb +7 -7
  381. data/app/controllers/decidim/searches_controller.rb +17 -4
  382. data/app/controllers/decidim/tos_controller.rb +3 -3
  383. data/app/controllers/decidim/user_activities_controller.rb +8 -4
  384. data/app/controllers/decidim/user_conversations_controller.rb +4 -3
  385. data/app/controllers/decidim/user_group_join_requests_controller.rb +7 -7
  386. data/app/controllers/decidim/user_interests_controller.rb +2 -2
  387. data/app/events/decidim/amendable/amendment_accepted_event.rb +1 -1
  388. data/app/events/decidim/amendable/amendment_base_event.rb +1 -1
  389. data/app/events/decidim/amendable/amendment_created_event.rb +1 -1
  390. data/app/events/decidim/amendable/amendment_rejected_event.rb +1 -1
  391. data/app/events/decidim/amendable/emendation_promoted_event.rb +1 -1
  392. data/app/events/decidim/change_nickname_event.rb +1 -1
  393. data/app/events/decidim/demoted_membership_event.rb +3 -3
  394. data/app/events/decidim/invited_to_group_event.rb +1 -1
  395. data/app/events/decidim/join_request_accepted_event.rb +1 -1
  396. data/app/events/decidim/join_request_created_event.rb +3 -3
  397. data/app/events/decidim/join_request_rejected_event.rb +1 -1
  398. data/app/events/decidim/profile_updated_event.rb +1 -1
  399. data/app/events/decidim/promoted_to_admin_event.rb +3 -3
  400. data/app/events/decidim/removed_from_group_event.rb +3 -3
  401. data/app/events/decidim/resource_endorsed_event.rb +1 -1
  402. data/app/events/decidim/user_group_admin_event.rb +1 -1
  403. data/app/events/decidim/user_group_created_event.rb +1 -1
  404. data/app/events/decidim/user_group_updated_event.rb +1 -1
  405. data/app/forms/decidim/account_form.rb +13 -8
  406. data/app/forms/decidim/amendable/form.rb +2 -2
  407. data/app/forms/decidim/follow_form.rb +1 -1
  408. data/app/forms/decidim/invite_user_form.rb +1 -1
  409. data/app/forms/decidim/password_form.rb +1 -2
  410. data/app/forms/decidim/registration_form.rb +8 -12
  411. data/app/forms/decidim/report_form.rb +2 -0
  412. data/app/forms/decidim/user_group_form.rb +7 -7
  413. data/app/forms/decidim/user_interest_scope_form.rb +1 -1
  414. data/app/forms/decidim/user_interests_form.rb +1 -7
  415. data/app/helpers/concerns/decidim/flash_helper_extensions.rb +80 -12
  416. data/app/helpers/decidim/account_helper.rb +9 -0
  417. data/app/helpers/decidim/action_authorization_helper.rb +11 -11
  418. data/app/helpers/decidim/amendments_helper.rb +45 -27
  419. data/app/helpers/decidim/application_helper.rb +11 -11
  420. data/app/helpers/decidim/aria_selected_link_to_helper.rb +1 -1
  421. data/app/helpers/decidim/attachments_helper.rb +26 -3
  422. data/app/helpers/decidim/authorization_form_helper.rb +2 -2
  423. data/app/helpers/decidim/breadcrumb_helper.rb +60 -0
  424. data/app/helpers/decidim/cache_helper.rb +2 -2
  425. data/app/helpers/decidim/cells_paginate_helper.rb +1 -1
  426. data/app/helpers/decidim/check_boxes_tree_helper.rb +82 -17
  427. data/app/helpers/decidim/component_path_helper.rb +1 -1
  428. data/app/helpers/decidim/contextual_help_helper.rb +2 -2
  429. data/app/helpers/decidim/cta_button_helper.rb +5 -3
  430. data/app/helpers/decidim/date_range_helper.rb +19 -0
  431. data/app/helpers/decidim/decidim_form_helper.rb +24 -10
  432. data/app/helpers/decidim/endorsable_helper.rb +3 -3
  433. data/app/helpers/decidim/filters_helper.rb +16 -17
  434. data/app/helpers/decidim/followable_helper.rb +5 -2
  435. data/app/helpers/decidim/icon_helper.rb +20 -3
  436. data/app/helpers/decidim/layout_helper.rb +52 -39
  437. data/app/helpers/decidim/map_helper.rb +20 -46
  438. data/app/helpers/decidim/menu_helper.rb +47 -0
  439. data/app/helpers/decidim/messaging/conversation_helper.rb +34 -16
  440. data/app/helpers/decidim/meta_tags_helper.rb +3 -3
  441. data/app/helpers/decidim/modal_helper.rb +38 -0
  442. data/app/helpers/decidim/omniauth_helper.rb +5 -2
  443. data/app/helpers/decidim/orders_helper.rb +3 -3
  444. data/app/helpers/decidim/paginate_helper.rb +12 -1
  445. data/app/helpers/decidim/participatory_space_helpers.rb +4 -5
  446. data/app/helpers/decidim/passwords_helper.rb +19 -4
  447. data/app/helpers/decidim/resource_helper.rb +2 -26
  448. data/app/helpers/decidim/resource_reference_helper.rb +3 -3
  449. data/app/helpers/decidim/resource_versions_helper.rb +6 -4
  450. data/app/helpers/decidim/rich_text_editor_helper.rb +1 -0
  451. data/app/helpers/decidim/sanitize_helper.rb +8 -6
  452. data/app/helpers/decidim/scopes_helper.rb +23 -13
  453. data/app/helpers/decidim/searches_helper.rb +2 -2
  454. data/app/helpers/decidim/social_share_button_helper.rb +53 -0
  455. data/app/helpers/decidim/tooltip_helper.rb +4 -3
  456. data/app/helpers/decidim/traceability_helper.rb +3 -1
  457. data/app/helpers/decidim/twitter_search_helper.rb +1 -1
  458. data/app/helpers/decidim/view_hooks_helper.rb +1 -4
  459. data/app/jobs/decidim/email_notifications_digest_generator_job.rb +2 -2
  460. data/app/jobs/decidim/event_publisher_job.rb +2 -2
  461. data/app/jobs/decidim/export_job.rb +4 -1
  462. data/app/jobs/decidim/find_and_update_descendants_job.rb +1 -1
  463. data/app/jobs/decidim/hide_all_created_by_author_job.rb +31 -0
  464. data/app/jobs/decidim/machine_translation_fields_job.rb +1 -1
  465. data/app/jobs/decidim/machine_translation_resource_job.rb +1 -1
  466. data/app/jobs/decidim/machine_translation_save_job.rb +2 -2
  467. data/app/jobs/decidim/open_data_job.rb +1 -1
  468. data/app/mailers/decidim/block_user_mailer.rb +1 -1
  469. data/app/mailers/decidim/decidim_devise_mailer.rb +1 -1
  470. data/app/mailers/decidim/messaging/conversation_mailer.rb +7 -7
  471. data/app/mailers/decidim/notification_mailer.rb +2 -2
  472. data/app/mailers/decidim/reported_mailer.rb +3 -3
  473. data/app/mailers/decidim/user_update_mailer.rb +28 -0
  474. data/app/models/decidim/action_log.rb +41 -9
  475. data/app/models/decidim/amendment.rb +8 -11
  476. data/app/models/decidim/authorization.rb +14 -4
  477. data/app/models/decidim/authorization_transfer.rb +257 -0
  478. data/app/models/decidim/authorization_transfer_record.rb +31 -0
  479. data/app/models/decidim/coauthorship.rb +7 -0
  480. data/app/models/decidim/component.rb +2 -2
  481. data/app/models/decidim/content_block.rb +5 -5
  482. data/app/models/decidim/contextual_help_section.rb +3 -3
  483. data/app/models/decidim/follow.rb +1 -3
  484. data/app/models/decidim/messaging/conversation.rb +7 -7
  485. data/app/models/decidim/messaging/message.rb +1 -1
  486. data/app/models/decidim/messaging/receipt.rb +1 -1
  487. data/app/models/decidim/newsletter.rb +2 -2
  488. data/app/models/decidim/notification.rb +5 -5
  489. data/app/models/decidim/organization.rb +16 -10
  490. data/app/models/decidim/participatory_space_private_user.rb +2 -23
  491. data/app/models/decidim/permission_action.rb +1 -1
  492. data/app/models/decidim/reminder_record.rb +3 -20
  493. data/app/models/decidim/report.rb +1 -1
  494. data/app/models/decidim/share_token.rb +2 -2
  495. data/app/models/decidim/short_link.rb +6 -6
  496. data/app/models/decidim/static_page.rb +5 -5
  497. data/app/models/decidim/user.rb +7 -6
  498. data/app/models/decidim/user_base_entity.rb +16 -2
  499. data/app/models/decidim/user_group.rb +4 -4
  500. data/app/packs/entrypoints/decidim_conference_diploma.scss +3 -1
  501. data/app/packs/entrypoints/decidim_core.js +4 -66
  502. data/app/packs/entrypoints/decidim_core.scss +2 -0
  503. data/app/packs/entrypoints/decidim_editor.js +7 -0
  504. data/app/packs/entrypoints/decidim_email.js +2 -1
  505. data/app/packs/entrypoints/decidim_map.scss +2 -0
  506. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.eot +0 -0
  507. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.svg +337 -0
  508. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.ttf +0 -0
  509. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff +0 -0
  510. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2 +0 -0
  511. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.eot +0 -0
  512. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.svg +337 -0
  513. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.ttf +0 -0
  514. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff +0 -0
  515. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2 +0 -0
  516. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.eot +0 -0
  517. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.svg +337 -0
  518. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.ttf +0 -0
  519. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff +0 -0
  520. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2 +0 -0
  521. data/app/packs/images/decidim/gamification/badges/decidim_gamification_badges_followers.svg +52 -1
  522. data/app/packs/images/decidim/placeholder-card-g.svg +8 -0
  523. data/app/packs/images/decidim/placeholder-card-l.svg +7 -0
  524. data/app/packs/images/decidim/remixicon.symbol.svg +11 -0
  525. data/app/packs/images/decidim/vendor/social-share-button/x.svg +2 -5
  526. data/app/packs/src/decidim/a11y.js +186 -0
  527. data/app/packs/src/decidim/account_form.js +49 -30
  528. data/app/packs/src/decidim/append_redirect_url_to_modals.js +1 -1
  529. data/app/packs/src/decidim/autocomplete.js +15 -2
  530. data/app/packs/src/decidim/back_to_list.js +1 -1
  531. data/app/packs/src/decidim/change_report_form_behavior.js +45 -0
  532. data/app/packs/src/decidim/check_boxes_tree.js +31 -89
  533. data/app/packs/src/decidim/clipboard.js +2 -2
  534. data/app/packs/src/decidim/confirm.js +8 -25
  535. data/app/packs/src/decidim/data_consent/consent_manager.js +2 -1
  536. data/app/packs/src/decidim/data_consent/consent_manager.test.js +8 -8
  537. data/app/packs/src/decidim/data_consent/index.js +7 -23
  538. data/app/packs/src/decidim/direct_uploads/upload_field.js +110 -96
  539. data/app/packs/src/decidim/direct_uploads/upload_modal.js +195 -186
  540. data/app/packs/src/decidim/direct_uploads/upload_utility.js +0 -40
  541. data/app/packs/src/decidim/direct_uploads/uploader.js +19 -45
  542. data/app/packs/src/decidim/editor/common/bubble_menu.js +163 -0
  543. data/app/packs/src/decidim/editor/common/helpers.js +3 -0
  544. data/app/packs/src/decidim/editor/common/input_dialog.js +156 -0
  545. data/app/packs/src/decidim/editor/common/suggestion.js +179 -0
  546. data/app/packs/src/decidim/editor/common/upload_dialog.js +225 -0
  547. data/app/packs/src/decidim/editor/extensions/bold/index.js +34 -0
  548. data/app/packs/src/decidim/editor/extensions/character_count/index.js +35 -0
  549. data/app/packs/src/decidim/editor/extensions/decidim_kit/index.js +84 -0
  550. data/app/packs/src/decidim/editor/extensions/dialog/index.js +34 -0
  551. data/app/packs/src/decidim/editor/extensions/emoji/index.js +16 -0
  552. data/app/packs/src/decidim/editor/extensions/hashtag/index.js +66 -0
  553. data/app/packs/src/decidim/editor/extensions/heading/index.js +33 -0
  554. data/app/packs/src/decidim/editor/extensions/image/index.js +215 -0
  555. data/app/packs/src/decidim/editor/extensions/image/node_view.js +216 -0
  556. data/app/packs/src/decidim/editor/extensions/indent/index.js +188 -0
  557. data/app/packs/src/decidim/editor/extensions/link/bubble_menu.js +50 -0
  558. data/app/packs/src/decidim/editor/extensions/link/index.js +128 -0
  559. data/app/packs/src/decidim/editor/extensions/mention/index.js +66 -0
  560. data/app/packs/src/decidim/editor/extensions/ordered_list/index.js +188 -0
  561. data/app/packs/src/decidim/editor/extensions/video_embed/index.js +242 -0
  562. data/app/packs/src/decidim/editor/index.js +86 -0
  563. data/app/packs/src/decidim/editor/test/editor/create.test.js +38 -0
  564. data/app/packs/src/decidim/editor/test/extensions/bold.test.js +69 -0
  565. data/app/packs/src/decidim/editor/test/extensions/character_count.test.js +41 -0
  566. data/app/packs/src/decidim/editor/test/extensions/decidim_kit.test.js +110 -0
  567. data/app/packs/src/decidim/editor/test/extensions/dialog.test.js +32 -0
  568. data/app/packs/src/decidim/editor/test/extensions/emoji.test.js +35 -0
  569. data/app/packs/src/decidim/editor/test/extensions/hashtag.test.js +105 -0
  570. data/app/packs/src/decidim/editor/test/extensions/heading.test.js +56 -0
  571. data/app/packs/src/decidim/editor/test/extensions/image.test.js +294 -0
  572. data/app/packs/src/decidim/editor/test/extensions/indent.test.js +154 -0
  573. data/app/packs/src/decidim/editor/test/extensions/link.test.js +103 -0
  574. data/app/packs/src/decidim/editor/test/extensions/mention.test.js +129 -0
  575. data/app/packs/src/decidim/editor/test/extensions/ordered_list.test.js +219 -0
  576. data/app/packs/src/decidim/editor/test/extensions/video_embed.test.js +183 -0
  577. data/app/packs/src/decidim/editor/test/fixtures/editor_messages.js +57 -0
  578. data/app/packs/src/decidim/editor/test/fixtures/logo.png +0 -0
  579. data/app/packs/src/decidim/editor/test/fixtures/upload_templates.js +50 -0
  580. data/app/packs/src/decidim/editor/test/helpers.js +255 -0
  581. data/app/packs/src/decidim/editor/test/toolbar/basic.test.js +36 -0
  582. data/app/packs/src/decidim/editor/test/toolbar/content.test.js +37 -0
  583. data/app/packs/src/decidim/editor/test/toolbar/full.test.js +245 -0
  584. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic.js +23 -0
  585. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_block.js +45 -0
  586. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_formatting.js +17 -0
  587. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_indent.js +61 -0
  588. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_link.js +33 -0
  589. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_list.js +47 -0
  590. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_styling.js +95 -0
  591. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_content.js +25 -0
  592. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_content_styling.js +40 -0
  593. data/app/packs/src/decidim/editor/test/toolbar/shared/context.js +18 -0
  594. data/app/packs/src/decidim/editor/test/utilities/paste_transform.test.js +272 -0
  595. data/app/packs/src/decidim/editor/toolbar.js +263 -0
  596. data/app/packs/src/decidim/editor/utilities/file.js +3 -0
  597. data/app/packs/src/decidim/editor/utilities/html.js +53 -0
  598. data/app/packs/src/decidim/editor/utilities/paste_transform.js +251 -0
  599. data/app/packs/src/decidim/external_domain_warning.js +16 -23
  600. data/app/packs/src/decidim/external_domain_warning.test.js +59 -0
  601. data/app/packs/src/decidim/external_link.js +24 -56
  602. data/app/packs/src/decidim/external_link.test.js +8 -29
  603. data/app/packs/src/decidim/focus_guard.js +3 -1
  604. data/app/packs/src/decidim/form_filter.component_for_testing.js +1 -1
  605. data/app/packs/src/decidim/form_filter.js +12 -53
  606. data/app/packs/src/decidim/form_validator.js +1 -1
  607. data/app/packs/src/decidim/i18n.js +52 -0
  608. data/app/packs/src/decidim/i18n.test.js +64 -0
  609. data/app/packs/src/decidim/icon.js +13 -19
  610. data/app/packs/src/decidim/identity_selector_dialog.js +24 -51
  611. data/app/packs/src/decidim/index.js +159 -63
  612. data/app/packs/src/decidim/input_autojump.js +1 -1
  613. data/app/packs/src/decidim/input_character_counter.js +34 -38
  614. data/app/packs/src/decidim/input_emoji.js +130 -52
  615. data/app/packs/src/decidim/input_hashtags.js +6 -53
  616. data/app/packs/src/decidim/input_mentions.js +14 -59
  617. data/app/packs/src/decidim/input_multiple_mentions.js +10 -10
  618. data/app/packs/src/decidim/input_tags.js +12 -8
  619. data/app/packs/src/decidim/map/controller/markers.js +3 -3
  620. data/app/packs/src/decidim/map/controller.js +7 -4
  621. data/app/packs/src/decidim/map/factory.js +1 -3
  622. data/app/packs/src/decidim/map/legacy.js +1 -1
  623. data/app/packs/src/decidim/notifications.js +42 -30
  624. data/app/packs/src/decidim/password_toggler.js +104 -0
  625. data/app/packs/src/decidim/remote_modal.js +54 -0
  626. data/app/packs/src/decidim/scroll_to_last_child.js +14 -0
  627. data/app/packs/src/decidim/session_timeouter.js +3 -4
  628. data/app/packs/src/decidim/sw/loader.js +1 -1
  629. data/app/packs/src/decidim/sw/sw.js +1 -1
  630. data/app/packs/src/decidim/toggle.js +37 -0
  631. data/app/packs/src/decidim/tooltips.js +132 -0
  632. data/app/packs/src/decidim/user_registrations.js +10 -3
  633. data/app/packs/src/decidim/vendor/jquery-tmpl.js +1 -1
  634. data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +1 -1
  635. data/app/packs/src/decidim/vendor/tribute.js +3 -3
  636. data/app/packs/src/decidim/vizzs/areachart.js +7 -8
  637. data/app/packs/stylesheets/decidim/_accordion.scss +13 -0
  638. data/app/packs/stylesheets/decidim/_actions.scss +7 -0
  639. data/app/packs/stylesheets/decidim/_activity.scss +49 -0
  640. data/app/packs/stylesheets/decidim/_address.scss +25 -0
  641. data/app/packs/stylesheets/decidim/_author.scss +74 -0
  642. data/app/packs/stylesheets/decidim/_buttons.scss +100 -0
  643. data/app/packs/stylesheets/decidim/_callout.scss +55 -0
  644. data/app/packs/stylesheets/decidim/_cards.scss +186 -0
  645. data/app/packs/stylesheets/decidim/_content_blocks.scss +39 -0
  646. data/app/packs/stylesheets/decidim/_conversations.scss +122 -0
  647. data/app/packs/stylesheets/decidim/_cookies.scss +117 -0
  648. data/app/packs/stylesheets/decidim/_documents.scss +60 -0
  649. data/app/packs/stylesheets/decidim/_dropdown.scss +69 -0
  650. data/app/packs/stylesheets/decidim/_endorsers_list.scss +45 -0
  651. data/app/packs/stylesheets/decidim/_filters.scss +137 -0
  652. data/app/packs/stylesheets/decidim/_flash.scss +57 -0
  653. data/app/packs/stylesheets/decidim/_floating_help.scss +7 -0
  654. data/app/packs/stylesheets/decidim/_fonts.scss +70 -0
  655. data/app/packs/stylesheets/decidim/_footer.scss +59 -0
  656. data/app/packs/stylesheets/decidim/_forms.scss +199 -0
  657. data/app/packs/stylesheets/decidim/_header.scss +444 -0
  658. data/app/packs/stylesheets/decidim/_hero.scss +20 -0
  659. data/app/packs/stylesheets/decidim/_home.scss +105 -0
  660. data/app/packs/stylesheets/decidim/_labels.scss +26 -0
  661. data/app/packs/stylesheets/decidim/_layout.scss +107 -0
  662. data/app/packs/stylesheets/decidim/_login.scss +59 -0
  663. data/app/packs/stylesheets/decidim/_login_box.scss +31 -0
  664. data/app/packs/stylesheets/decidim/_metadata.scss +18 -0
  665. data/app/packs/stylesheets/decidim/_metrics.scss +70 -0
  666. data/app/packs/stylesheets/decidim/_modal.scss +45 -0
  667. data/app/packs/stylesheets/decidim/_modal_authorization.scss +21 -0
  668. data/app/packs/stylesheets/decidim/_modal_fingerprint.scss +17 -0
  669. data/app/packs/stylesheets/decidim/_modal_flag.scss +39 -0
  670. data/app/packs/stylesheets/decidim/_modal_identities.scss +23 -0
  671. data/app/packs/stylesheets/decidim/_modal_share.scss +28 -0
  672. data/app/packs/stylesheets/decidim/_modal_tos_refuse.scss +6 -0
  673. data/app/packs/stylesheets/decidim/_modal_update.scss +137 -0
  674. data/app/packs/stylesheets/decidim/_notifications.scss +35 -0
  675. data/app/packs/stylesheets/decidim/_omnipresent_banner.scss +7 -0
  676. data/app/packs/stylesheets/decidim/_order-by.scss +15 -0
  677. data/app/packs/stylesheets/decidim/_pages.scss +49 -0
  678. data/app/packs/stylesheets/decidim/_participatory_spaces.scss +201 -0
  679. data/app/packs/stylesheets/decidim/_photos.scss +53 -0
  680. data/app/packs/stylesheets/decidim/_profile.scss +258 -0
  681. data/app/packs/stylesheets/decidim/_progress-bar.scss +42 -0
  682. data/app/packs/stylesheets/decidim/_rich_text.scss +96 -0
  683. data/app/packs/stylesheets/decidim/_search.scss +17 -0
  684. data/app/packs/stylesheets/decidim/_spinner.scss +11 -0
  685. data/app/packs/stylesheets/decidim/_static-map.scss +15 -0
  686. data/app/packs/stylesheets/decidim/_statistics.scss +15 -0
  687. data/app/packs/stylesheets/decidim/_tabs_x.scss +20 -0
  688. data/app/packs/stylesheets/decidim/_tags.scss +11 -0
  689. data/app/packs/stylesheets/decidim/_toggle_switch.scss +77 -0
  690. data/app/packs/stylesheets/decidim/_tooltip.scss +69 -0
  691. data/app/packs/stylesheets/decidim/_tos.scss +7 -0
  692. data/app/packs/stylesheets/decidim/_typography.scss +80 -0
  693. data/app/packs/stylesheets/decidim/_versions.scss +63 -0
  694. data/app/packs/stylesheets/decidim/_vertical_tabs.scss +49 -0
  695. data/app/packs/stylesheets/decidim/_wizard_steps.scss +15 -0
  696. data/app/packs/stylesheets/decidim/application.scss +77 -3
  697. data/app/packs/stylesheets/decidim/decidim_application.scss +0 -2
  698. data/app/packs/stylesheets/decidim/editor.scss +204 -0
  699. data/app/packs/stylesheets/decidim/legacy/MarkerCluster.Default.scss +67 -0
  700. data/app/packs/stylesheets/decidim/legacy/MarkerCluster.scss +18 -0
  701. data/app/packs/stylesheets/decidim/{_variables.scss → legacy/_variables.scss} +7 -7
  702. data/app/packs/stylesheets/decidim/{conference-diploma.scss → legacy/conference-diploma.scss} +11 -11
  703. data/app/packs/stylesheets/decidim/{email.scss → legacy/email.scss} +312 -312
  704. data/app/packs/stylesheets/decidim/{plugins → legacy}/leaflet.scss +164 -140
  705. data/app/packs/stylesheets/decidim/map.scss +65 -3
  706. data/app/permissions/decidim/permissions.rb +2 -2
  707. data/app/presenters/decidim/admin_log/area_presenter.rb +2 -2
  708. data/app/presenters/decidim/admin_log/area_type_presenter.rb +2 -2
  709. data/app/presenters/decidim/admin_log/attachment_collection_presenter.rb +2 -2
  710. data/app/presenters/decidim/admin_log/attachment_presenter.rb +2 -2
  711. data/app/presenters/decidim/admin_log/category_presenter.rb +2 -2
  712. data/app/presenters/decidim/admin_log/component_presenter.rb +2 -2
  713. data/app/presenters/decidim/admin_log/contextual_help_section_presenter.rb +2 -2
  714. data/app/presenters/decidim/admin_log/impersonation_log_presenter.rb +2 -2
  715. data/app/presenters/decidim/admin_log/moderation_presenter.rb +2 -2
  716. data/app/presenters/decidim/admin_log/newsletter_presenter.rb +2 -2
  717. data/app/presenters/decidim/admin_log/oauth_application_presenter.rb +2 -2
  718. data/app/presenters/decidim/admin_log/organization_presenter.rb +2 -3
  719. data/app/presenters/decidim/admin_log/participatory_space_private_user_presenter.rb +2 -2
  720. data/app/presenters/decidim/admin_log/scope_presenter.rb +2 -2
  721. data/app/presenters/decidim/admin_log/scope_type_presenter.rb +2 -2
  722. data/app/presenters/decidim/admin_log/static_page_presenter.rb +2 -2
  723. data/app/presenters/decidim/admin_log/user_group_presenter.rb +2 -2
  724. data/app/presenters/decidim/admin_log/user_moderation_presenter.rb +2 -2
  725. data/app/presenters/decidim/admin_log/user_presenter.rb +2 -2
  726. data/app/presenters/decidim/area_presenter.rb +6 -0
  727. data/app/presenters/decidim/authorization_transfer_presenter.rb +57 -0
  728. data/app/presenters/decidim/breadcrumb_root_menu_item_presenter.rb +25 -0
  729. data/app/presenters/decidim/breadcrumb_root_menu_presenter.rb +18 -0
  730. data/app/presenters/decidim/footer_menu_presenter.rb +12 -0
  731. data/app/presenters/decidim/hashtag_presenter.rb +1 -1
  732. data/app/presenters/decidim/log/base_presenter.rb +13 -6
  733. data/app/presenters/decidim/log/diff_presenter.rb +9 -8
  734. data/app/presenters/decidim/log/resource_presenter.rb +1 -1
  735. data/app/presenters/decidim/log/space_presenter.rb +1 -1
  736. data/app/presenters/decidim/log/user_presenter.rb +3 -7
  737. data/app/presenters/decidim/log/value_types/default_presenter.rb +2 -2
  738. data/app/presenters/decidim/menu_item_presenter.rb +11 -3
  739. data/app/presenters/decidim/menu_presenter.rb +11 -3
  740. data/app/presenters/decidim/metric_charts_presenter.rb +25 -46
  741. data/app/presenters/decidim/nil_presenter.rb +4 -2
  742. data/app/presenters/decidim/notification_presenter.rb +1 -1
  743. data/app/presenters/decidim/notification_to_mailer_presenter.rb +5 -5
  744. data/app/presenters/decidim/notifications_digest_presenter.rb +1 -1
  745. data/app/presenters/decidim/official_author_presenter.rb +4 -0
  746. data/app/presenters/decidim/participatory_space_manifest_presenter.rb +24 -0
  747. data/app/presenters/decidim/resource_presenter.rb +18 -1
  748. data/app/presenters/decidim/stats_presenter.rb +54 -0
  749. data/app/presenters/decidim/user_group_presenter.rb +4 -0
  750. data/app/presenters/decidim/user_presenter.rb +4 -2
  751. data/app/queries/decidim/last_activity.rb +1 -1
  752. data/app/queries/decidim/metric_manage.rb +1 -1
  753. data/app/queries/decidim/participatory_processes_with_user_role.rb +2 -2
  754. data/app/queries/decidim/participatory_space_last_activity.rb +18 -0
  755. data/app/queries/decidim/public_activities.rb +1 -1
  756. data/app/queries/decidim/public_components.rb +2 -2
  757. data/app/queries/decidim/similar_emendations.rb +1 -1
  758. data/app/resolvers/decidim/core/metric_resolver.rb +1 -1
  759. data/app/scrubbers/decidim/admin_input_scrubber.rb +1 -1
  760. data/app/scrubbers/decidim/newsletter_scrubber.rb +1 -1
  761. data/app/serializers/decidim/exporters/serializer.rb +2 -2
  762. data/app/services/decidim/action_authorizer.rb +3 -3
  763. data/app/services/decidim/action_logger.rb +11 -11
  764. data/app/services/decidim/base_diff_renderer.rb +5 -5
  765. data/app/services/decidim/content_blocks_creator.rb +89 -0
  766. data/app/services/decidim/email_notification_generator.rb +3 -3
  767. data/app/services/decidim/engine_resolver.rb +2 -2
  768. data/app/services/decidim/events_manager.rb +6 -6
  769. data/app/services/decidim/log/diff_changeset_calculator.rb +2 -2
  770. data/app/services/decidim/log_reference_generator.rb +31 -0
  771. data/app/services/decidim/notification_generator.rb +3 -3
  772. data/app/services/decidim/notification_generator_for_recipient.rb +2 -2
  773. data/app/services/decidim/open_data_exporter.rb +3 -3
  774. data/app/services/decidim/send_push_notification.rb +5 -5
  775. data/app/services/decidim/static_map_generator.rb +4 -4
  776. data/app/uploaders/decidim/application_uploader.rb +1 -1
  777. data/app/uploaders/decidim/avatar_uploader.rb +2 -2
  778. data/app/uploaders/decidim/cw/application_uploader.rb +1 -1
  779. data/app/uploaders/decidim/image_uploader.rb +1 -1
  780. data/app/uploaders/decidim/organization_favicon_uploader.rb +15 -2
  781. data/app/validators/etiquette_validator.rb +1 -1
  782. data/app/validators/geocoding_validator.rb +1 -1
  783. data/app/validators/password_validator.rb +16 -12
  784. data/app/validators/uploader_image_dimensions_validator.rb +3 -3
  785. data/app/views/decidim/account/_account_notification.js.erb +4 -18
  786. data/app/views/decidim/account/_delete_modal.html.erb +17 -0
  787. data/app/views/decidim/account/_old_password_field.html.erb +15 -0
  788. data/app/views/decidim/account/_password_fields.html.erb +13 -2
  789. data/app/views/decidim/account/cancel_email_change.js.erb +1 -1
  790. data/app/views/decidim/account/delete.html.erb +23 -30
  791. data/app/views/decidim/account/show.html.erb +48 -33
  792. data/app/views/decidim/amendments/_edit_form_fields.html.erb +1 -3
  793. data/app/views/decidim/amendments/_wizard_header.html.erb +17 -0
  794. data/app/views/decidim/amendments/compare_draft.html.erb +14 -17
  795. data/app/views/decidim/amendments/edit_draft.html.erb +23 -25
  796. data/app/views/decidim/amendments/new.html.erb +21 -24
  797. data/app/views/decidim/amendments/preview_draft.html.erb +24 -25
  798. data/app/views/decidim/amendments/review.html.erb +26 -37
  799. data/app/views/decidim/application/_collection.html.erb +18 -15
  800. data/app/views/decidim/application/_document.html.erb +23 -0
  801. data/app/views/decidim/application/_documents.html.erb +13 -0
  802. data/app/views/decidim/authorization_modals/show.html.erb +1 -5
  803. data/app/views/decidim/devise/confirmations/new.html.erb +19 -25
  804. data/app/views/decidim/devise/invitations/edit.html.erb +42 -69
  805. data/app/views/decidim/devise/omniauth_registrations/new.html.erb +34 -45
  806. data/app/views/decidim/devise/passwords/edit.html.erb +23 -32
  807. data/app/views/decidim/devise/passwords/new.html.erb +20 -24
  808. data/app/views/decidim/devise/registrations/new.html.erb +59 -83
  809. data/app/views/decidim/devise/sessions/new.html.erb +52 -53
  810. data/app/views/decidim/devise/shared/_links.html.erb +5 -15
  811. data/app/views/decidim/devise/shared/_login_boxes.html.erb +28 -0
  812. data/app/views/decidim/devise/shared/_newsletter_modal.html.erb +15 -23
  813. data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +13 -19
  814. data/app/views/decidim/devise/unlocks/new.html.erb +20 -26
  815. data/app/views/decidim/doorkeeper/authorizations/new.html.erb +53 -57
  816. data/app/views/decidim/download_your_data/show.html.erb +15 -7
  817. data/app/views/decidim/endorsements/_identity.html.erb +4 -9
  818. data/app/views/decidim/endorsements/identities.html.erb +16 -10
  819. data/app/views/decidim/endorsements/update_buttons_and_counters.js.erb +24 -17
  820. data/app/views/decidim/errors/internal_server_error.html.erb +32 -8
  821. data/app/views/decidim/errors/not_found.html.erb +15 -11
  822. data/app/views/decidim/follows/update_button.js.erb +8 -1
  823. data/app/views/decidim/gamification/badges/index.html.erb +5 -7
  824. data/app/views/decidim/group_invites/index.html.erb +20 -24
  825. data/app/views/decidim/groups/_form.html.erb +15 -24
  826. data/app/views/decidim/groups/edit.html.erb +13 -22
  827. data/app/views/decidim/groups/new.html.erb +16 -24
  828. data/app/views/decidim/homepage/show.html.erb +6 -4
  829. data/app/views/decidim/last_activities/_activities.html.erb +4 -11
  830. data/app/views/decidim/last_activities/index.html.erb +8 -13
  831. data/app/views/decidim/last_activities/index.js.erb +7 -2
  832. data/app/views/decidim/links/_modal.html.erb +18 -19
  833. data/app/views/decidim/links/new.html.erb +17 -21
  834. data/app/views/decidim/links/new.js.erb +22 -6
  835. data/app/views/decidim/manifests/show.json.erb +2 -2
  836. data/app/views/decidim/messaging/conversations/_add_conversation_users.html.erb +18 -22
  837. data/app/views/decidim/messaging/conversations/_conversation.html.erb +39 -53
  838. data/app/views/decidim/messaging/conversations/_messages.html.erb +15 -19
  839. data/app/views/decidim/messaging/conversations/_new_conversation_button.html.erb +20 -32
  840. data/app/views/decidim/messaging/conversations/_reply.html.erb +7 -10
  841. data/app/views/decidim/messaging/conversations/_reply_form.html.erb +9 -0
  842. data/app/views/decidim/messaging/conversations/_show.html.erb +29 -35
  843. data/app/views/decidim/messaging/conversations/_start.html.erb +9 -14
  844. data/app/views/decidim/messaging/conversations/create.js.erb +1 -1
  845. data/app/views/decidim/messaging/conversations/error.js.erb +1 -1
  846. data/app/views/decidim/messaging/conversations/index.html.erb +17 -51
  847. data/app/views/decidim/messaging/conversations/new.html.erb +1 -2
  848. data/app/views/decidim/messaging/conversations/show.html.erb +3 -9
  849. data/app/views/decidim/newsletters/show.html.erb +1 -1
  850. data/app/views/decidim/newsletters_opt_in_mailer/notify.html.erb +1 -1
  851. data/app/views/decidim/notifications/index.html.erb +15 -4
  852. data/app/views/decidim/notifications_digest_mailer/digest_mail.erb +2 -2
  853. data/app/views/decidim/notifications_settings/show.html.erb +169 -70
  854. data/app/views/decidim/own_user_groups/index.html.erb +9 -29
  855. data/app/views/decidim/pages/_standalone.html.erb +17 -15
  856. data/app/views/decidim/pages/_tabbed.html.erb +38 -38
  857. data/app/views/decidim/pages/index.html.erb +48 -64
  858. data/app/views/decidim/pages/show.html.erb +9 -9
  859. data/app/views/decidim/profiles/show.html.erb +9 -1
  860. data/app/views/decidim/reported_mailer/report.html.erb +1 -1
  861. data/app/views/decidim/scopes/_scopes_picker_input.html.erb +1 -1
  862. data/app/views/decidim/scopes/picker.html.erb +7 -4
  863. data/app/views/decidim/searches/_count.html.erb +19 -28
  864. data/app/views/decidim/searches/_filters.html.erb +41 -27
  865. data/app/views/decidim/searches/_resources_filter_block.html.erb +3 -3
  866. data/app/views/decidim/searches/index.html.erb +18 -12
  867. data/app/views/decidim/searches/index.js.erb +1 -7
  868. data/app/views/decidim/shared/_authorization_modal.html.erb +1 -1
  869. data/app/views/decidim/shared/_component_announcement.html.erb +5 -4
  870. data/app/views/decidim/shared/_confirm_modal.html.erb +15 -16
  871. data/app/views/decidim/shared/_extended_navigation_bar.html.erb +2 -2
  872. data/app/views/decidim/shared/_filters.html.erb +42 -0
  873. data/app/views/decidim/shared/_floating_help.html.erb +13 -27
  874. data/app/views/decidim/shared/_follow_button.html.erb +2 -1
  875. data/app/views/decidim/shared/_login_modal.html.erb +46 -50
  876. data/app/views/decidim/shared/_orders.html.erb +12 -26
  877. data/app/views/decidim/shared/_results_per_page.html.erb +24 -26
  878. data/app/views/decidim/shared/_share_modal.html.erb +21 -44
  879. data/app/views/decidim/shared/_static_map.html.erb +4 -17
  880. data/app/views/decidim/shared/_tags.html.erb +1 -1
  881. data/app/views/decidim/shared/filters/_check_boxes_tree.html.erb +12 -0
  882. data/app/views/decidim/shared/filters/_collection.html.erb +18 -0
  883. data/app/views/decidim/shared/filters/_dropdown_label.html.erb +46 -0
  884. data/app/views/decidim/user_activities/index.html.erb +15 -7
  885. data/app/views/decidim/user_activities/index.js.erb +1 -3
  886. data/app/views/decidim/user_conversations/index.html.erb +3 -3
  887. data/app/views/decidim/user_conversations/show.html.erb +3 -3
  888. data/app/views/decidim/user_interests/_scopes.html.erb +21 -16
  889. data/app/views/decidim/user_interests/show.html.erb +20 -13
  890. data/app/views/decidim/user_update_mailer/notify.html.erb +9 -0
  891. data/app/views/kaminari/decidim/_gap.html.erb +1 -1
  892. data/app/views/kaminari/decidim/_next_page.html.erb +8 -7
  893. data/app/views/kaminari/decidim/_page.html.erb +2 -2
  894. data/app/views/kaminari/decidim/_paginator.html.erb +3 -3
  895. data/app/views/kaminari/decidim/_prev_page.html.erb +8 -7
  896. data/app/views/layouts/decidim/_admin_links.html.erb +11 -2
  897. data/app/views/layouts/decidim/_application.html.erb +6 -1
  898. data/app/views/layouts/decidim/_cors.html.erb +8 -4
  899. data/app/views/layouts/decidim/_data_consent_warning.html.erb +2 -2
  900. data/app/views/layouts/decidim/_decidim_javascript.html.erb +6 -3
  901. data/app/views/layouts/decidim/_head.html.erb +7 -3
  902. data/app/views/layouts/decidim/_impersonation_warning.html.erb +7 -5
  903. data/app/views/layouts/decidim/_js_configuration.html.erb +7 -7
  904. data/app/views/layouts/decidim/_meta_tags_config.html.erb +6 -6
  905. data/app/views/layouts/decidim/_offline_banner.html.erb +3 -3
  906. data/app/views/layouts/decidim/_omnipresent_banner.html.erb +10 -12
  907. data/app/views/layouts/decidim/_organization_colors.html.erb +2 -3
  908. data/app/views/layouts/decidim/_timeout_modal.html.erb +26 -18
  909. data/app/views/layouts/decidim/_user_menu.html.erb +1 -1
  910. data/app/views/layouts/decidim/_wrapper.html.erb +19 -102
  911. data/app/views/layouts/decidim/footer/_main.html.erb +20 -0
  912. data/app/views/layouts/decidim/footer/_main_intro.html.erb +9 -0
  913. data/app/views/layouts/decidim/footer/_main_language_chooser.html.erb +26 -0
  914. data/app/views/layouts/decidim/footer/_main_legal.html.erb +9 -0
  915. data/app/views/layouts/decidim/footer/_main_links.html.erb +27 -0
  916. data/app/views/layouts/decidim/footer/_main_social_media_links.html.erb +42 -0
  917. data/app/views/layouts/decidim/footer/_mini.html.erb +18 -0
  918. data/app/views/layouts/decidim/header/_follow_space_menu_bar_button.html.erb +7 -0
  919. data/app/views/layouts/decidim/header/_main.html.erb +35 -0
  920. data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +54 -0
  921. data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +45 -0
  922. data/app/views/layouts/decidim/header/_main_links_mobile.html.erb +36 -0
  923. data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +32 -0
  924. data/app/views/layouts/decidim/header/_main_links_mobile_search.html.erb +34 -0
  925. data/app/views/layouts/decidim/header/_main_search.html.erb +15 -0
  926. data/app/views/layouts/decidim/header/_menu.html.erb +20 -0
  927. data/app/views/layouts/decidim/header/_menu_breadcrumb_desktop.html.erb +14 -0
  928. data/app/views/layouts/decidim/header/_menu_breadcrumb_items.html.erb +30 -0
  929. data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown.html.erb +16 -0
  930. data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_top_left.html.erb +2 -0
  931. data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +33 -0
  932. data/app/views/layouts/decidim/mailer.html.erb +16 -12
  933. data/app/views/layouts/decidim/newsletter_base.html.erb +2 -2
  934. data/app/views/layouts/decidim/shared/_layout_center.html.erb +15 -0
  935. data/app/views/layouts/decidim/shared/_layout_item.html.erb +35 -0
  936. data/app/views/layouts/decidim/shared/_layout_two_col.html.erb +12 -0
  937. data/app/views/layouts/decidim/shared/_layout_user_profile.html.erb +27 -0
  938. data/app/views/layouts/decidim/shared/_linked_resource.html.erb +6 -0
  939. data/app/views/layouts/decidim/user_profile.html.erb +1 -32
  940. data/config/assets.rb +1 -0
  941. data/config/brakeman.ignore +4 -116
  942. data/config/initializers/devise.rb +10 -10
  943. data/config/locales/ar.yml +95 -329
  944. data/config/locales/bg.yml +1 -264
  945. data/config/locales/ca.yml +410 -263
  946. data/config/locales/cs.yml +416 -271
  947. data/config/locales/de.yml +411 -262
  948. data/config/locales/el.yml +104 -262
  949. data/config/locales/en.yml +440 -293
  950. data/config/locales/eo.yml +0 -15
  951. data/config/locales/es-MX.yml +413 -267
  952. data/config/locales/es-PY.yml +416 -270
  953. data/config/locales/es.yml +402 -255
  954. data/config/locales/eu.yml +420 -280
  955. data/config/locales/fi-plain.yml +388 -243
  956. data/config/locales/fi.yml +389 -244
  957. data/config/locales/fr-CA.yml +408 -256
  958. data/config/locales/fr.yml +412 -260
  959. data/config/locales/ga-IE.yml +1 -58
  960. data/config/locales/gl.yml +1 -238
  961. data/config/locales/hu.yml +130 -283
  962. data/config/locales/id-ID.yml +0 -222
  963. data/config/locales/is-IS.yml +0 -75
  964. data/config/locales/it.yml +1 -312
  965. data/config/locales/ja.yml +400 -265
  966. data/config/locales/kaa.yml +4 -5
  967. data/config/locales/lb.yml +1 -303
  968. data/config/locales/lt.yml +355 -259
  969. data/config/locales/lv.yml +1 -270
  970. data/config/locales/nl.yml +5 -308
  971. data/config/locales/no.yml +2 -317
  972. data/config/locales/pl.yml +1 -319
  973. data/config/locales/pt-BR.yml +33 -457
  974. data/config/locales/pt.yml +1 -303
  975. data/config/locales/ro-RO.yml +43 -306
  976. data/config/locales/ru.yml +0 -141
  977. data/config/locales/sk.yml +1 -239
  978. data/config/locales/sl.yml +1 -5
  979. data/config/locales/sr-CS.yml +0 -20
  980. data/config/locales/sv.yml +159 -312
  981. data/config/locales/tr-TR.yml +36 -298
  982. data/config/locales/uk.yml +0 -113
  983. data/config/locales/zh-CN.yml +1 -280
  984. data/config/locales/zh-TW.yml +161 -210
  985. data/config/routes.rb +6 -5
  986. data/db/migrate/20180508111640_add_tos_version_to_organization.rb +2 -2
  987. data/db/migrate/20180730071851_add_core_content_blocks.rb +1 -1
  988. data/db/migrate/20180810092428_move_organization_fields_to_hero_content_block.rb +1 -1
  989. data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
  990. data/db/migrate/20181022090732_add_columns_to_pages.rb +1 -1
  991. data/db/migrate/20190412131728_fix_user_names.rb +1 -1
  992. data/db/migrate/20201128130723_add_allow_public_access_to_static_pages.rb +1 -1
  993. data/db/migrate/20220629194812_create_decidim_authorization_transfers.rb +20 -0
  994. data/db/migrate/20230322101707_rename_terms_of_use.rb +23 -0
  995. data/db/migrate/20230409123300_add_content_policy_to_decidim_organizations.rb +7 -0
  996. data/db/migrate/20230427105700_change_states_on_amendments.rb +34 -0
  997. data/db/migrate/20230427105701_change_states_on_reminder_records.rb +33 -0
  998. data/db/migrate/20231123111229_remove_official_img_header.rb +11 -0
  999. data/db/seeds/Exampledocument.pdf +0 -0
  1000. data/db/seeds/city.jpeg +0 -0
  1001. data/db/seeds/city2.jpeg +0 -0
  1002. data/db/seeds/logo.png +0 -0
  1003. data/db/seeds.rb +2 -223
  1004. data/lib/decidim/acts_as_tree.rb +1 -1
  1005. data/lib/decidim/amendable.rb +2 -2
  1006. data/lib/decidim/api/functions/component_finder_base.rb +1 -1
  1007. data/lib/decidim/api/functions/component_list.rb +1 -1
  1008. data/lib/decidim/api/functions/component_list_base.rb +1 -1
  1009. data/lib/decidim/api/functions/needs_api_default_order.rb +1 -1
  1010. data/lib/decidim/api/functions/participatory_space_list_base.rb +10 -1
  1011. data/lib/decidim/api/input_filters/category_input_filter.rb +1 -1
  1012. data/lib/decidim/api/interfaces/categories_container_interface.rb +1 -1
  1013. data/lib/decidim/api/interfaces/participatory_space_interface.rb +7 -1
  1014. data/lib/decidim/api/types/attachment_type.rb +3 -1
  1015. data/lib/decidim/api/types/participatory_space_manifest_type.rb +19 -0
  1016. data/lib/decidim/api/types/quantifiable_translated_field_type.rb +12 -0
  1017. data/lib/decidim/api/types/translated_field_type.rb +1 -1
  1018. data/lib/decidim/asset_router/pipeline.rb +1 -1
  1019. data/lib/decidim/asset_router/storage.rb +20 -1
  1020. data/lib/decidim/assets/tailwind/instance.rb +57 -0
  1021. data/lib/decidim/assets/tailwind/tailwind.config.js.erb +80 -0
  1022. data/lib/decidim/assets/tailwind.rb +16 -0
  1023. data/lib/decidim/assets.rb +7 -0
  1024. data/lib/decidim/attribute_object/nested_validator.rb +1 -1
  1025. data/lib/decidim/attribute_object/type_resolver.rb +4 -4
  1026. data/lib/decidim/authorable.rb +2 -2
  1027. data/lib/decidim/block_registry.rb +46 -0
  1028. data/lib/decidim/carrier_wave_migrator_service.rb +28 -36
  1029. data/lib/decidim/coauthorable.rb +4 -4
  1030. data/lib/decidim/command.rb +23 -4
  1031. data/lib/decidim/component_manifest.rb +7 -4
  1032. data/lib/decidim/components/namer.rb +1 -1
  1033. data/lib/decidim/content_block_manifest.rb +2 -1
  1034. data/lib/decidim/content_block_registry.rb +5 -4
  1035. data/lib/decidim/content_blocks/has_related_components.rb +51 -0
  1036. data/lib/decidim/content_blocks.rb +7 -0
  1037. data/lib/decidim/content_parsers/base_parser.rb +2 -0
  1038. data/lib/decidim/content_parsers/hashtag_parser.rb +17 -17
  1039. data/lib/decidim/content_parsers/inline_images_parser.rb +3 -3
  1040. data/lib/decidim/content_parsers/resource_parser.rb +2 -2
  1041. data/lib/decidim/content_parsers/tag_parser.rb +63 -0
  1042. data/lib/decidim/content_parsers/user_group_parser.rb +4 -29
  1043. data/lib/decidim/content_parsers/user_parser.rb +29 -20
  1044. data/lib/decidim/content_parsers.rb +1 -0
  1045. data/lib/decidim/content_processor.rb +26 -1
  1046. data/lib/decidim/content_renderers/base_renderer.rb +2 -0
  1047. data/lib/decidim/content_renderers/hashtag_renderer.rb +6 -3
  1048. data/lib/decidim/content_renderers/link_renderer.rb +15 -5
  1049. data/lib/decidim/content_renderers/user_group_renderer.rb +8 -9
  1050. data/lib/decidim/content_renderers/user_renderer.rb +33 -5
  1051. data/lib/decidim/content_security_policy.rb +132 -0
  1052. data/lib/decidim/core/api.rb +2 -0
  1053. data/lib/decidim/core/content_blocks/registry_manager.rb +188 -0
  1054. data/lib/decidim/core/engine.rb +321 -199
  1055. data/lib/decidim/core/menu.rb +68 -0
  1056. data/lib/decidim/core/seeds.rb +247 -0
  1057. data/lib/decidim/core/test/factories.rb +69 -32
  1058. data/lib/decidim/core/test/shared_examples/active_support_examples.rb +14 -0
  1059. data/lib/decidim/core/test/shared_examples/admin_log_presenter_examples.rb +3 -3
  1060. data/lib/decidim/core/test/shared_examples/amendable/amendment_event_examples.rb +20 -0
  1061. data/lib/decidim/core/test/shared_examples/amendable/amendment_form_examples.rb +4 -4
  1062. data/lib/decidim/core/test/shared_examples/amendable/amendment_rejected_event_examples.rb +6 -25
  1063. data/lib/decidim/core/test/shared_examples/amendable/create_amendment_draft_examples.rb +1 -1
  1064. data/lib/decidim/core/test/shared_examples/announcements_examples.rb +3 -3
  1065. data/lib/decidim/core/test/shared_examples/assembly_announcements_examples.rb +8 -4
  1066. data/lib/decidim/core/test/shared_examples/authorable.rb +2 -2
  1067. data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +3 -3
  1068. data/lib/decidim/core/test/shared_examples/authorization_shared_context.rb +34 -0
  1069. data/lib/decidim/core/test/shared_examples/categorizable_interface_examples.rb +1 -1
  1070. data/lib/decidim/core/test/shared_examples/coauthorable.rb +2 -2
  1071. data/lib/decidim/core/test/shared_examples/coauthorable_interface_examples.rb +3 -3
  1072. data/lib/decidim/core/test/shared_examples/comments_examples.rb +224 -151
  1073. data/lib/decidim/core/test/shared_examples/comments_reports_examples.rb +11 -21
  1074. data/lib/decidim/core/test/shared_examples/controller_render_views.rb +2 -2
  1075. data/lib/decidim/core/test/shared_examples/conversations_examples.rb +1 -1
  1076. data/lib/decidim/core/test/shared_examples/counts_commentators_as_newsletter_participants.rb +1 -1
  1077. data/lib/decidim/core/test/shared_examples/digest_mail_examples.rb +3 -3
  1078. data/lib/decidim/core/test/shared_examples/edit_link_shared_examples.rb +8 -8
  1079. data/lib/decidim/core/test/shared_examples/editor_shared_examples.rb +13 -2
  1080. data/lib/decidim/core/test/shared_examples/endorsable.rb +5 -5
  1081. data/lib/decidim/core/test/shared_examples/endorsements_controller_shared_context.rb +1 -1
  1082. data/lib/decidim/core/test/shared_examples/errors.rb +1 -1
  1083. data/lib/decidim/core/test/shared_examples/fingerprint_examples.rb +2 -2
  1084. data/lib/decidim/core/test/shared_examples/follows_examples.rb +10 -7
  1085. data/lib/decidim/core/test/shared_examples/form_builder_examples.rb +15 -0
  1086. data/lib/decidim/core/test/shared_examples/has_attachment_collections.rb +15 -21
  1087. data/lib/decidim/core/test/shared_examples/has_attachments.rb +59 -12
  1088. data/lib/decidim/core/test/shared_examples/has_contextual_help.rb +11 -5
  1089. data/lib/decidim/core/test/shared_examples/has_private_users.rb +1 -1
  1090. data/lib/decidim/core/test/shared_examples/has_space_in_mcell_examples.rb +0 -1
  1091. data/lib/decidim/core/test/shared_examples/hideable_resource_examples.rb +43 -0
  1092. data/lib/decidim/core/test/shared_examples/localised_email.rb +2 -2
  1093. data/lib/decidim/core/test/shared_examples/map_examples.rb +21 -15
  1094. data/lib/decidim/core/test/shared_examples/paginated_resource_examples.rb +7 -7
  1095. data/lib/decidim/core/test/shared_examples/participatory_space_dropdown_metadata_cell_examples.rb +99 -0
  1096. data/lib/decidim/core/test/shared_examples/permissions.rb +8 -8
  1097. data/lib/decidim/core/test/shared_examples/preview_component_with_share_token_examples.rb +3 -3
  1098. data/lib/decidim/core/test/shared_examples/process_announcements_examples.rb +12 -6
  1099. data/lib/decidim/core/test/shared_examples/reportable.rb +4 -4
  1100. data/lib/decidim/core/test/shared_examples/reports_examples.rb +114 -31
  1101. data/lib/decidim/core/test/shared_examples/resource_endorsed_event_examples.rb +3 -3
  1102. data/lib/decidim/core/test/shared_examples/resource_search_examples.rb +17 -17
  1103. data/lib/decidim/core/test/shared_examples/scopable_interface_examples.rb +1 -1
  1104. data/lib/decidim/core/test/shared_examples/scopable_resource_examples.rb +2 -2
  1105. data/lib/decidim/core/test/shared_examples/scope_helper_examples.rb +6 -6
  1106. data/lib/decidim/core/test/shared_examples/searchable_participatory_space_examples.rb +9 -9
  1107. data/lib/decidim/core/test/shared_examples/searchable_resources_shared_context.rb +2 -2
  1108. data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +22 -21
  1109. data/lib/decidim/core/test/shared_examples/share_link_examples.rb +8 -15
  1110. data/lib/decidim/core/test/shared_examples/simple_event.rb +35 -6
  1111. data/lib/decidim/core/test/shared_examples/static_pages_examples.rb +3 -3
  1112. data/lib/decidim/core/test/shared_examples/statistics_cell_examples.rb +13 -0
  1113. data/lib/decidim/core/test/shared_examples/system_endorse_resource_examples.rb +24 -36
  1114. data/lib/decidim/core/test/shared_examples/translated_event_examples.rb +1 -1
  1115. data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +3 -3
  1116. data/lib/decidim/core/test/shared_examples/with_endorsable_permissions_examples.rb +1 -1
  1117. data/lib/decidim/core/test.rb +5 -4
  1118. data/lib/decidim/core/version.rb +1 -1
  1119. data/lib/decidim/core.rb +112 -28
  1120. data/lib/decidim/dependency_resolver.rb +4 -4
  1121. data/lib/decidim/download_your_data_serializers/download_your_data_conversation_serializer.rb +1 -1
  1122. data/lib/decidim/endorsable.rb +1 -1
  1123. data/lib/decidim/event_recorder.rb +1 -1
  1124. data/lib/decidim/events/email_event.rb +4 -4
  1125. data/lib/decidim/events/machine_translated_event.rb +1 -1
  1126. data/lib/decidim/events/notification_event.rb +2 -2
  1127. data/lib/decidim/events/simple_event.rb +8 -8
  1128. data/lib/decidim/exporters/csv.rb +1 -1
  1129. data/lib/decidim/exporters/pdf.rb +5 -5
  1130. data/lib/decidim/faker/localized.rb +1 -1
  1131. data/lib/decidim/filter_form_builder.rb +43 -76
  1132. data/lib/decidim/fingerprintable.rb +1 -1
  1133. data/lib/decidim/form_builder.rb +131 -87
  1134. data/lib/decidim/gamification/badge.rb +4 -4
  1135. data/lib/decidim/gamification/badge_earned_event.rb +1 -1
  1136. data/lib/decidim/gamification/badge_registry.rb +3 -3
  1137. data/lib/decidim/gamification/badge_scorer.rb +6 -6
  1138. data/lib/decidim/gamification.rb +3 -3
  1139. data/lib/decidim/geocodable.rb +3 -3
  1140. data/lib/decidim/has_reference.rb +1 -1
  1141. data/lib/decidim/icon_registry.rb +54 -0
  1142. data/lib/decidim/importers/import_manifest.rb +3 -3
  1143. data/lib/decidim/map/autocomplete.rb +1 -10
  1144. data/lib/decidim/map/dynamic_map.rb +6 -9
  1145. data/lib/decidim/map/frontend.rb +2 -12
  1146. data/lib/decidim/map/provider/autocomplete/here.rb +3 -3
  1147. data/lib/decidim/map/provider/autocomplete/osm.rb +3 -3
  1148. data/lib/decidim/map/provider/dynamic_map/here.rb +5 -4
  1149. data/lib/decidim/map/provider/static_map/here.rb +3 -3
  1150. data/lib/decidim/map/provider/static_map/osm.rb +3 -3
  1151. data/lib/decidim/map/static_map.rb +19 -16
  1152. data/lib/decidim/menu.rb +2 -0
  1153. data/lib/decidim/menu_registry.rb +2 -2
  1154. data/lib/decidim/metric_manifest.rb +1 -1
  1155. data/lib/decidim/metric_operation.rb +3 -3
  1156. data/lib/decidim/metric_registry.rb +3 -3
  1157. data/lib/decidim/middleware/current_organization.rb +1 -1
  1158. data/lib/decidim/middleware/static_dispatcher.rb +31 -0
  1159. data/lib/decidim/moderation_tools.rb +91 -0
  1160. data/lib/decidim/nicknamizable.rb +2 -2
  1161. data/lib/decidim/organization_settings.rb +5 -6
  1162. data/lib/decidim/paddable.rb +1 -1
  1163. data/lib/decidim/participable.rb +1 -1
  1164. data/lib/decidim/participatory_space_manifest.rb +15 -7
  1165. data/lib/decidim/participatory_space_resourceable.rb +2 -2
  1166. data/lib/decidim/participatory_space_user.rb +50 -0
  1167. data/lib/decidim/processes_file_locally.rb +1 -1
  1168. data/lib/decidim/publicable.rb +1 -3
  1169. data/lib/decidim/query.rb +2 -2
  1170. data/lib/decidim/query_extensions.rb +7 -7
  1171. data/lib/decidim/reminder_manifest.rb +3 -3
  1172. data/lib/decidim/reminder_registry.rb +2 -2
  1173. data/lib/decidim/reportable.rb +15 -1
  1174. data/lib/decidim/resource_manifest.rb +6 -3
  1175. data/lib/decidim/resourceable.rb +5 -5
  1176. data/lib/decidim/scopable.rb +1 -1
  1177. data/lib/decidim/searchable.rb +18 -5
  1178. data/lib/decidim/seeds.rb +95 -0
  1179. data/lib/decidim/settings_manifest.rb +9 -2
  1180. data/lib/decidim/social_share_service_manifest.rb +77 -0
  1181. data/lib/decidim/stats_registry.rb +2 -2
  1182. data/lib/decidim/translatable_attributes.rb +2 -2
  1183. data/lib/decidim/translatable_resource.rb +3 -3
  1184. data/lib/decidim/upgrade/wysiwyg_migrator.rb +429 -0
  1185. data/lib/decidim/upgrade.rb +7 -0
  1186. data/lib/decidim/user_reportable.rb +1 -1
  1187. data/lib/decidim/view_hooks.rb +2 -2
  1188. data/lib/decidim/view_model.rb +28 -3
  1189. data/lib/decidim/webpacker/configuration.rb +4 -3
  1190. data/lib/decidim/webpacker/postcss.config.js +4 -2
  1191. data/lib/decidim/webpacker/runner.rb +6 -1
  1192. data/lib/decidim/webpacker/{webpacker.yml → shakapacker.yml} +26 -2
  1193. data/lib/decidim/webpacker/webpack/custom.js +25 -9
  1194. data/lib/decidim/webpacker/webpack/webpack.config.js +10 -0
  1195. data/lib/decidim/webpacker.rb +1 -1
  1196. data/lib/devise/models/decidim_validatable.rb +4 -5
  1197. data/lib/gem_overrides/{webpacker → shakapacker}/runner.rb +2 -2
  1198. data/lib/tasks/decidim_active_storage_migration_tasks.rake +18 -13
  1199. data/lib/tasks/decidim_content_blocks_tasks.rake +48 -0
  1200. data/lib/tasks/decidim_mailers_tasks.rake +1 -1
  1201. data/lib/tasks/decidim_procfile.rake +36 -0
  1202. data/lib/tasks/decidim_pwa_tasks.rake +2 -2
  1203. data/lib/tasks/decidim_robots.rake +15 -0
  1204. data/lib/tasks/decidim_tasks.rake +9 -1
  1205. data/lib/tasks/decidim_webpacker_tasks.rake +49 -11
  1206. data/lib/tasks/upgrade/decidim_migrate_wysiwyg_content.rake +89 -0
  1207. metadata +502 -337
  1208. data/app/cells/decidim/address/details.erb +0 -7
  1209. data/app/cells/decidim/amendable/amenders_list_cell.rb +0 -33
  1210. data/app/cells/decidim/author/profile.erb +0 -9
  1211. data/app/cells/decidim/author/profile_inline.erb +0 -39
  1212. data/app/cells/decidim/card_m/badge.erb +0 -1
  1213. data/app/cells/decidim/card_m/comments_counter.erb +0 -3
  1214. data/app/cells/decidim/card_m/header.erb +0 -17
  1215. data/app/cells/decidim/card_m/image.erb +0 -5
  1216. data/app/cells/decidim/card_m/label.erb +0 -3
  1217. data/app/cells/decidim/card_m/show.erb +0 -23
  1218. data/app/cells/decidim/card_m/status.erb +0 -9
  1219. data/app/cells/decidim/card_m/tags.erb +0 -0
  1220. data/app/cells/decidim/card_m/top.erb +0 -7
  1221. data/app/cells/decidim/card_m_cell.rb +0 -156
  1222. data/app/cells/decidim/collapsible_list/show.erb +0 -28
  1223. data/app/cells/decidim/collapsible_list_cell.rb +0 -69
  1224. data/app/cells/decidim/content_blocks/highlighted_elements/elements.erb +0 -0
  1225. data/app/cells/decidim/content_blocks/highlighted_elements/heading.erb +0 -0
  1226. data/app/cells/decidim/content_blocks/highlighted_elements/show.erb +0 -4
  1227. data/app/cells/decidim/content_blocks/metrics/show.erb +0 -13
  1228. data/app/cells/decidim/content_blocks/metrics_cell.rb +0 -11
  1229. data/app/cells/decidim/fingerprint/show.erb +0 -22
  1230. data/app/cells/decidim/fingerprint_cell.rb +0 -19
  1231. data/app/cells/decidim/profile/user_group_tabs.erb +0 -10
  1232. data/app/cells/decidim/profile/user_tabs.erb +0 -16
  1233. data/app/cells/decidim/statistic/homepage.erb +0 -9
  1234. data/app/cells/decidim/tags/category.erb +0 -1
  1235. data/app/cells/decidim/tags/scope.erb +0 -1
  1236. data/app/cells/decidim/user_conversations/add_conversation_users.erb +0 -26
  1237. data/app/cells/decidim/user_conversations/conversation_item.erb +0 -38
  1238. data/app/cells/decidim/user_group_admin_membership_profile/footer.erb +0 -29
  1239. data/app/cells/decidim/user_group_admin_membership_profile_cell.rb +0 -14
  1240. data/app/cells/decidim/user_group_membership_profile/tags.erb +0 -1
  1241. data/app/cells/decidim/user_group_membership_profile_cell.rb +0 -8
  1242. data/app/cells/decidim/user_profile/footer.erb +0 -5
  1243. data/app/cells/decidim/user_profile/header.erb +0 -5
  1244. data/app/cells/decidim/user_profile/unlinked_user_data.erb +0 -16
  1245. data/app/cells/decidim/user_profile/user_data.erb +0 -16
  1246. data/app/cells/decidim/version_author/show.erb +0 -18
  1247. data/app/controllers/concerns/decidim/http_caching_disabler.rb +0 -21
  1248. data/app/controllers/decidim/group_admins_controller.rb +0 -44
  1249. data/app/controllers/decidim/user_timeline_controller.rb +0 -56
  1250. data/app/controllers/decidim/widgets_controller.rb +0 -34
  1251. data/app/helpers/decidim/widget_urls_helper.rb +0 -13
  1252. data/app/jobs/decidim/block_user_job.rb +0 -11
  1253. data/app/packs/entrypoints/decidim_email.scss +0 -1
  1254. data/app/packs/fonts/decidim/Roboto-Regular.eot +0 -0
  1255. data/app/packs/fonts/decidim/Roboto-Regular.svg +0 -1
  1256. data/app/packs/fonts/decidim/Roboto-Regular.ttf +0 -0
  1257. data/app/packs/fonts/decidim/Roboto-Regular.woff +0 -0
  1258. data/app/packs/fonts/decidim/Roboto-Regular.woff2 +0 -0
  1259. data/app/packs/fonts/decidim/Source_Sans_Pro_400.eot +0 -0
  1260. data/app/packs/fonts/decidim/Source_Sans_Pro_400.svg +0 -1
  1261. data/app/packs/fonts/decidim/Source_Sans_Pro_400.ttf +0 -0
  1262. data/app/packs/fonts/decidim/Source_Sans_Pro_400.woff +0 -0
  1263. data/app/packs/fonts/decidim/Source_Sans_Pro_400.woff2 +0 -0
  1264. data/app/packs/fonts/decidim/Source_Sans_Pro_600.eot +0 -0
  1265. data/app/packs/fonts/decidim/Source_Sans_Pro_600.svg +0 -1
  1266. data/app/packs/fonts/decidim/Source_Sans_Pro_600.ttf +0 -0
  1267. data/app/packs/fonts/decidim/Source_Sans_Pro_600.woff +0 -0
  1268. data/app/packs/fonts/decidim/Source_Sans_Pro_600.woff2 +0 -0
  1269. data/app/packs/fonts/decidim/Source_Sans_Pro_900.eot +0 -0
  1270. data/app/packs/fonts/decidim/Source_Sans_Pro_900.svg +0 -1
  1271. data/app/packs/fonts/decidim/Source_Sans_Pro_900.ttf +0 -0
  1272. data/app/packs/fonts/decidim/Source_Sans_Pro_900.woff +0 -0
  1273. data/app/packs/fonts/decidim/Source_Sans_Pro_900.woff2 +0 -0
  1274. data/app/packs/images/decidim/vendor/social-share-button/delicious.svg +0 -13
  1275. data/app/packs/images/decidim/vendor/social-share-button/google_plus.svg +0 -10
  1276. data/app/packs/images/decidim/vendor/social-share-button/qq.svg +0 -8
  1277. data/app/packs/images/decidim/vendor/social-share-button/weibo.svg +0 -10
  1278. data/app/packs/src/decidim/ajax_modals.js +0 -20
  1279. data/app/packs/src/decidim/conferences.js +0 -15
  1280. data/app/packs/src/decidim/conversations.js +0 -17
  1281. data/app/packs/src/decidim/data_picker.js +0 -273
  1282. data/app/packs/src/decidim/dialog_mode.js +0 -55
  1283. data/app/packs/src/decidim/dialog_mode.test.js +0 -181
  1284. data/app/packs/src/decidim/diff_mode_dropdown.js +0 -49
  1285. data/app/packs/src/decidim/dropdowns_menus.js +0 -30
  1286. data/app/packs/src/decidim/editor/attribute_diff.js +0 -28
  1287. data/app/packs/src/decidim/editor/clipboard_override.js +0 -147
  1288. data/app/packs/src/decidim/editor/clipboard_utilities.js +0 -119
  1289. data/app/packs/src/decidim/editor/history_override.js +0 -110
  1290. data/app/packs/src/decidim/editor/linebreak_module.js +0 -175
  1291. data/app/packs/src/decidim/editor/modified_backspace_offset1.js +0 -96
  1292. data/app/packs/src/decidim/editor/modified_backspace_offset_any.js +0 -46
  1293. data/app/packs/src/decidim/editor/modified_enter.js +0 -116
  1294. data/app/packs/src/decidim/editor.js +0 -151
  1295. data/app/packs/src/decidim/floating_help.js +0 -47
  1296. data/app/packs/src/decidim/form_datepicker.js +0 -21
  1297. data/app/packs/src/decidim/form_filter.component.test.js +0 -299
  1298. data/app/packs/src/decidim/foundation-datepicker/js/locales/foundation-datepicker.lb.js +0 -13
  1299. data/app/packs/src/decidim/foundation_datepicker_locales.js +0 -67
  1300. data/app/packs/src/decidim/map/icon.js +0 -31
  1301. data/app/packs/src/decidim/map/svg-icon.js +0 -248
  1302. data/app/packs/src/decidim/represent_user_group.js +0 -18
  1303. data/app/packs/src/decidim/start_conversation_dialog.js +0 -13
  1304. data/app/packs/src/decidim/tooltip_keep_on_hover.js +0 -18
  1305. data/app/packs/src/decidim/vendor/foundation-datepicker.js +0 -1431
  1306. data/app/packs/src/decidim/vendor/image-resize.min.js +0 -3
  1307. data/app/packs/src/decidim/vendor/image-upload.min.js +0 -8
  1308. data/app/packs/src/decidim/vendor/social-share-button.js +0 -174
  1309. data/app/packs/src/decidim/vizzs/linechart.js +0 -268
  1310. data/app/packs/src/decidim/vizzs/rowchart.js +0 -328
  1311. data/app/packs/stylesheets/decidim/_decidim-settings.scss +0 -7
  1312. data/app/packs/stylesheets/decidim/_decidim.scss +0 -19
  1313. data/app/packs/stylesheets/decidim/_editor.scss +0 -142
  1314. data/app/packs/stylesheets/decidim/_properties.scss +0 -25
  1315. data/app/packs/stylesheets/decidim/extras/_add_comments.scss +0 -9
  1316. data/app/packs/stylesheets/decidim/extras/_announcement.scss +0 -3
  1317. data/app/packs/stylesheets/decidim/extras/_collection-sort-controls.scss +0 -5
  1318. data/app/packs/stylesheets/decidim/extras/_embed.scss +0 -33
  1319. data/app/packs/stylesheets/decidim/extras/_external-links.scss +0 -44
  1320. data/app/packs/stylesheets/decidim/extras/_extras.scss +0 -15
  1321. data/app/packs/stylesheets/decidim/extras/_impersonation-bar.scss +0 -26
  1322. data/app/packs/stylesheets/decidim/extras/_label-required.scss +0 -12
  1323. data/app/packs/stylesheets/decidim/extras/_leaflet.scss +0 -17
  1324. data/app/packs/stylesheets/decidim/extras/_meeting-registrations.scss +0 -25
  1325. data/app/packs/stylesheets/decidim/extras/_proposal_form.scss +0 -9
  1326. data/app/packs/stylesheets/decidim/extras/_quill.scss +0 -13
  1327. data/app/packs/stylesheets/decidim/extras/_reference.scss +0 -3
  1328. data/app/packs/stylesheets/decidim/extras/_results-per-page.scss +0 -74
  1329. data/app/packs/stylesheets/decidim/extras/_social_share.scss +0 -39
  1330. data/app/packs/stylesheets/decidim/extras/_status-labels.scss +0 -3
  1331. data/app/packs/stylesheets/decidim/layouts/_highlighted_banner.scss +0 -34
  1332. data/app/packs/stylesheets/decidim/layouts/_home.scss +0 -371
  1333. data/app/packs/stylesheets/decidim/layouts/_layouts.scss +0 -5
  1334. data/app/packs/stylesheets/decidim/layouts/_logo.scss +0 -26
  1335. data/app/packs/stylesheets/decidim/layouts/_user.scss +0 -64
  1336. data/app/packs/stylesheets/decidim/layouts/_view.scss +0 -21
  1337. data/app/packs/stylesheets/decidim/modules/_address.scss +0 -31
  1338. data/app/packs/stylesheets/decidim/modules/_author-avatar.scss +0 -171
  1339. data/app/packs/stylesheets/decidim/modules/_autocomplete.scss +0 -99
  1340. data/app/packs/stylesheets/decidim/modules/_badges.scss +0 -116
  1341. data/app/packs/stylesheets/decidim/modules/_block-banner.scss +0 -39
  1342. data/app/packs/stylesheets/decidim/modules/_buttons.scss +0 -531
  1343. data/app/packs/stylesheets/decidim/modules/_callout.scss +0 -33
  1344. data/app/packs/stylesheets/decidim/modules/_card-grid.scss +0 -25
  1345. data/app/packs/stylesheets/decidim/modules/_cards.scss +0 -1124
  1346. data/app/packs/stylesheets/decidim/modules/_collapsible-list.scss +0 -60
  1347. data/app/packs/stylesheets/decidim/modules/_comments.scss +0 -307
  1348. data/app/packs/stylesheets/decidim/modules/_conference-diploma.scss +0 -75
  1349. data/app/packs/stylesheets/decidim/modules/_conference-media.scss +0 -46
  1350. data/app/packs/stylesheets/decidim/modules/_conference-nav.scss +0 -31
  1351. data/app/packs/stylesheets/decidim/modules/_conference-programme.scss +0 -109
  1352. data/app/packs/stylesheets/decidim/modules/_conference-registration.scss +0 -34
  1353. data/app/packs/stylesheets/decidim/modules/_conference-speaker.scss +0 -87
  1354. data/app/packs/stylesheets/decidim/modules/_confirm.scss +0 -5
  1355. data/app/packs/stylesheets/decidim/modules/_conversation.scss +0 -113
  1356. data/app/packs/stylesheets/decidim/modules/_data-consent.scss +0 -115
  1357. data/app/packs/stylesheets/decidim/modules/_data-picker.scss +0 -190
  1358. data/app/packs/stylesheets/decidim/modules/_datepicker.scss +0 -224
  1359. data/app/packs/stylesheets/decidim/modules/_definition-data.scss +0 -95
  1360. data/app/packs/stylesheets/decidim/modules/_docs-manager.scss +0 -15
  1361. data/app/packs/stylesheets/decidim/modules/_extra.scss +0 -50
  1362. data/app/packs/stylesheets/decidim/modules/_filter-tags.scss +0 -27
  1363. data/app/packs/stylesheets/decidim/modules/_filters.scss +0 -193
  1364. data/app/packs/stylesheets/decidim/modules/_fingerprint.scss +0 -8
  1365. data/app/packs/stylesheets/decidim/modules/_flag.scss +0 -10
  1366. data/app/packs/stylesheets/decidim/modules/_floating-helper.scss +0 -118
  1367. data/app/packs/stylesheets/decidim/modules/_footer.scss +0 -115
  1368. data/app/packs/stylesheets/decidim/modules/_forms.scss +0 -157
  1369. data/app/packs/stylesheets/decidim/modules/_help.scss +0 -58
  1370. data/app/packs/stylesheets/decidim/modules/_horizontal-tabs.scss +0 -114
  1371. data/app/packs/stylesheets/decidim/modules/_hover-section.scss +0 -29
  1372. data/app/packs/stylesheets/decidim/modules/_icons.scss +0 -56
  1373. data/app/packs/stylesheets/decidim/modules/_inline-filters.scss +0 -66
  1374. data/app/packs/stylesheets/decidim/modules/_input-gallery.scss +0 -35
  1375. data/app/packs/stylesheets/decidim/modules/_input-mentions.scss +0 -142
  1376. data/app/packs/stylesheets/decidim/modules/_input-multiple-mentions.scss +0 -32
  1377. data/app/packs/stylesheets/decidim/modules/_input-tags.scss +0 -55
  1378. data/app/packs/stylesheets/decidim/modules/_layout.scss +0 -82
  1379. data/app/packs/stylesheets/decidim/modules/_list-docs.scss +0 -33
  1380. data/app/packs/stylesheets/decidim/modules/_list-request.scss +0 -16
  1381. data/app/packs/stylesheets/decidim/modules/_loading-spinner.scss +0 -46
  1382. data/app/packs/stylesheets/decidim/modules/_main-container.scss +0 -72
  1383. data/app/packs/stylesheets/decidim/modules/_map.scss +0 -130
  1384. data/app/packs/stylesheets/decidim/modules/_margins.scss +0 -60
  1385. data/app/packs/stylesheets/decidim/modules/_messages.scss +0 -36
  1386. data/app/packs/stylesheets/decidim/modules/_modules.scss +0 -94
  1387. data/app/packs/stylesheets/decidim/modules/_navbar.scss +0 -592
  1388. data/app/packs/stylesheets/decidim/modules/_notification.scss +0 -5
  1389. data/app/packs/stylesheets/decidim/modules/_omnipresent_banner.scss +0 -26
  1390. data/app/packs/stylesheets/decidim/modules/_opinion-toggle.scss +0 -55
  1391. data/app/packs/stylesheets/decidim/modules/_order-by.scss +0 -82
  1392. data/app/packs/stylesheets/decidim/modules/_pagination.scss +0 -6
  1393. data/app/packs/stylesheets/decidim/modules/_process-header.scss +0 -95
  1394. data/app/packs/stylesheets/decidim/modules/_process-info.scss +0 -52
  1395. data/app/packs/stylesheets/decidim/modules/_process-nav.scss +0 -182
  1396. data/app/packs/stylesheets/decidim/modules/_process-phase.scss +0 -173
  1397. data/app/packs/stylesheets/decidim/modules/_progress-bar.scss +0 -73
  1398. data/app/packs/stylesheets/decidim/modules/_reference.scss +0 -5
  1399. data/app/packs/stylesheets/decidim/modules/_reveal.scss +0 -111
  1400. data/app/packs/stylesheets/decidim/modules/_share.scss +0 -34
  1401. data/app/packs/stylesheets/decidim/modules/_signup.scss +0 -119
  1402. data/app/packs/stylesheets/decidim/modules/_space-stats.scss +0 -53
  1403. data/app/packs/stylesheets/decidim/modules/_static-pages.scss +0 -51
  1404. data/app/packs/stylesheets/decidim/modules/_statistics.scss +0 -53
  1405. data/app/packs/stylesheets/decidim/modules/_status-labels.scss +0 -33
  1406. data/app/packs/stylesheets/decidim/modules/_sticky.scss +0 -5
  1407. data/app/packs/stylesheets/decidim/modules/_tags.scss +0 -41
  1408. data/app/packs/stylesheets/decidim/modules/_timeline.scss +0 -181
  1409. data/app/packs/stylesheets/decidim/modules/_title-action.scss +0 -29
  1410. data/app/packs/stylesheets/decidim/modules/_toggle.scss +0 -9
  1411. data/app/packs/stylesheets/decidim/modules/_typography.scss +0 -309
  1412. data/app/packs/stylesheets/decidim/modules/_upload_modal.scss +0 -139
  1413. data/app/packs/stylesheets/decidim/modules/_user-form.scss +0 -15
  1414. data/app/packs/stylesheets/decidim/modules/_versions.scss +0 -74
  1415. data/app/packs/stylesheets/decidim/modules/_video.scss +0 -18
  1416. data/app/packs/stylesheets/decidim/modules/_wizard-steps.scss +0 -45
  1417. data/app/packs/stylesheets/decidim/plugins/MarkerCluster.Default.scss +0 -67
  1418. data/app/packs/stylesheets/decidim/plugins/MarkerCluster.scss +0 -15
  1419. data/app/packs/stylesheets/decidim/utils/_fontface.scss +0 -32
  1420. data/app/packs/stylesheets/decidim/utils/_helpers.scss +0 -159
  1421. data/app/packs/stylesheets/decidim/utils/_keyframes.scss +0 -21
  1422. data/app/packs/stylesheets/decidim/utils/_mixins.scss +0 -252
  1423. data/app/packs/stylesheets/decidim/utils/_settings.scss +0 -890
  1424. data/app/packs/stylesheets/decidim/utils/_toggle-expand.scss +0 -23
  1425. data/app/packs/stylesheets/decidim/vendor/_social_share_button.scss +0 -139
  1426. data/app/packs/stylesheets/decidim/vizzs/_areachart.scss +0 -66
  1427. data/app/packs/stylesheets/decidim/vizzs/_chart-tooltip.scss +0 -42
  1428. data/app/packs/stylesheets/decidim/vizzs/_linechart.scss +0 -114
  1429. data/app/packs/stylesheets/decidim/vizzs/_orgchart.scss +0 -54
  1430. data/app/packs/stylesheets/decidim/vizzs/_rowchart.scss +0 -76
  1431. data/app/packs/stylesheets/decidim/vizzs/_vizzs.scss +0 -5
  1432. data/app/packs/stylesheets/decidim/vizzs.scss +0 -8
  1433. data/app/packs/stylesheets/foundation-overrides/components/_button-group.scss +0 -321
  1434. data/app/uploaders/decidim/official_image_header_uploader.rb +0 -10
  1435. data/app/views/decidim/amendments/_similar_emendation.html.erb +0 -24
  1436. data/app/views/decidim/application/_attachments.erb +0 -12
  1437. data/app/views/decidim/application/_document.erb +0 -19
  1438. data/app/views/decidim/application/_documents.erb +0 -15
  1439. data/app/views/decidim/application/_photos.erb +0 -16
  1440. data/app/views/decidim/authorization_modals/_content.html.erb +0 -45
  1441. data/app/views/decidim/devise/shared/_omniauth_buttons_mini.html.erb +0 -23
  1442. data/app/views/decidim/group_admins/index.html.erb +0 -20
  1443. data/app/views/decidim/group_members/index.html.erb +0 -21
  1444. data/app/views/decidim/links/_invalid_url_modal.html.erb +0 -17
  1445. data/app/views/decidim/links/_warning.html.erb +0 -4
  1446. data/app/views/decidim/links/invalid_url.js.erb +0 -24
  1447. data/app/views/decidim/profiles/_followers.html.erb +0 -5
  1448. data/app/views/decidim/profiles/_following.html.erb +0 -5
  1449. data/app/views/decidim/profiles/_notifications.html.erb +0 -0
  1450. data/app/views/decidim/profiles/_user_follow.erb +0 -32
  1451. data/app/views/decidim/searches/_filters_small_view.html.erb +0 -18
  1452. data/app/views/decidim/shared/_address_details.html.erb +0 -7
  1453. data/app/views/decidim/shared/_check_boxes_tree.html.erb +0 -56
  1454. data/app/views/decidim/shared/_embed_modal.html.erb +0 -22
  1455. data/app/views/decidim/shared/_filter_form_help.erb +0 -8
  1456. data/app/views/decidim/shared/_private_participatory_space.html.erb +0 -5
  1457. data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +0 -16
  1458. data/app/views/decidim/shared/participatory_space_filters/_filters_small_view.html.erb +0 -19
  1459. data/app/views/decidim/shared/participatory_space_filters/_show.html.erb +0 -9
  1460. data/app/views/decidim/user_timeline/index.html.erb +0 -8
  1461. data/app/views/decidim/user_timeline/index.js.erb +0 -14
  1462. data/app/views/decidim/widgets/show.html.erb +0 -4
  1463. data/app/views/decidim/widgets/show.js.erb +0 -32
  1464. data/app/views/kaminari/decidim/_first_page.html.erb +0 -14
  1465. data/app/views/kaminari/decidim/_last_page.html.erb +0 -14
  1466. data/app/views/layouts/decidim/_language_chooser.html.erb +0 -26
  1467. data/app/views/layouts/decidim/_main_footer.html.erb +0 -31
  1468. data/app/views/layouts/decidim/_mini_footer.html.erb +0 -21
  1469. data/app/views/layouts/decidim/_social_media_links.html.erb +0 -44
  1470. data/app/views/layouts/decidim/_topbar_search.html.erb +0 -18
  1471. data/app/views/layouts/decidim/widget.html.erb +0 -34
  1472. data/config/environment.rb +0 -3
  1473. data/lib/decidim/core/test/shared_examples/amendable/amendment_accepted_event_examples.rb +0 -42
  1474. data/lib/decidim/core/test/shared_examples/back_to_list_button_examples.rb +0 -17
  1475. data/lib/decidim/core/test/shared_examples/embed_resource_examples.rb +0 -49
  1476. data/lib/decidim/webpacker/thread_safe_compiler.rb +0 -30
  1477. data/lib/decidim/webpacker/webpack/base.js +0 -6
  1478. data/lib/decidim/webpacker/webpack/development.js +0 -7
  1479. data/lib/decidim/webpacker/webpack/production.js +0 -7
  1480. data/lib/decidim/webpacker/webpack/test.js +0 -7
  1481. /data/app/cells/decidim/{card_m/data.erb → card_l/extra_data.erb} +0 -0
  1482. /data/app/cells/decidim/{card_m/footer.erb → content_blocks/base/content.erb} +0 -0
  1483. /data/app/{forms → validators}/translatable_presence_validator.rb +0 -0
  1484. /data/app/{forms → validators}/url_validator.rb +0 -0
@@ -1,4 +1,4 @@
1
- @import "stylesheets/decidim/variables";
1
+ @import "stylesheets/decidim/legacy/variables";
2
2
 
3
3
  /* Index:
4
4
  1 - Foundation settings
@@ -7,15 +7,15 @@
7
7
 
8
8
  /* 1 - Foundation settings --------- */
9
9
 
10
- .wrapper{
10
+ .wrapper {
11
11
  width: 100%;
12
12
  }
13
13
 
14
- #outlook a{
14
+ #outlook a {
15
15
  padding: 0;
16
16
  }
17
17
 
18
- body{
18
+ body {
19
19
  width: 100% !important;
20
20
  min-width: 100%;
21
21
  -webkit-text-size-adjust: 100%;
@@ -26,15 +26,15 @@ body{
26
26
  -webkit-box-sizing: border-box;
27
27
  box-sizing: border-box;
28
28
 
29
- &.preview{
29
+ &.preview {
30
30
  .see-on-website,
31
- .unsubscribe{
31
+ .unsubscribe {
32
32
  cursor: not-allowed;
33
33
  }
34
34
  }
35
35
  }
36
36
 
37
- .ExternalClass{
37
+ .ExternalClass {
38
38
  width: 100%;
39
39
  }
40
40
 
@@ -43,18 +43,18 @@ body{
43
43
  .ExternalClass span,
44
44
  .ExternalClass font,
45
45
  .ExternalClass td,
46
- .ExternalClass div{
46
+ .ExternalClass div {
47
47
  line-height: 100%;
48
48
  }
49
49
 
50
- #backgroundTable{
50
+ #backgroundTable {
51
51
  margin: 0;
52
52
  padding: 0;
53
53
  width: 100% !important;
54
54
  line-height: 100% !important;
55
55
  }
56
56
 
57
- img{
57
+ img {
58
58
  outline: none;
59
59
  text-decoration: none;
60
60
  -ms-interpolation-mode: bicubic;
@@ -64,25 +64,25 @@ img{
64
64
  display: block;
65
65
  }
66
66
 
67
- center{
67
+ center {
68
68
  width: 100%;
69
69
  min-width: 580px;
70
70
  }
71
71
 
72
- a img{
72
+ a img {
73
73
  border: none;
74
74
  }
75
75
 
76
- p{
76
+ p {
77
77
  margin: 0 0 0 10px;
78
78
  }
79
79
 
80
- table{
80
+ table {
81
81
  border-spacing: 0;
82
82
  border-collapse: collapse;
83
83
  }
84
84
 
85
- td{
85
+ td {
86
86
  word-wrap: break-word;
87
87
  -webkit-hyphens: auto;
88
88
  -moz-hyphens: auto;
@@ -92,55 +92,55 @@ td{
92
92
 
93
93
  table,
94
94
  tr,
95
- td{
95
+ td {
96
96
  padding: 0;
97
97
  vertical-align: top;
98
98
  text-align: left;
99
99
  }
100
100
 
101
- @media only screen{
102
- html{
101
+ @media only screen {
102
+ html {
103
103
  min-height: 100%;
104
104
  background: #f3f3f3;
105
105
  }
106
106
  }
107
107
 
108
- table.body{
108
+ table.body {
109
109
  background: #f3f3f3;
110
110
  height: 100%;
111
111
  width: 100%;
112
112
  }
113
113
 
114
- table.container{
114
+ table.container {
115
115
  width: 580px;
116
116
  margin: 0 auto;
117
117
  text-align: inherit;
118
118
  }
119
119
 
120
- table.row{
120
+ table.row {
121
121
  padding: 0;
122
122
  width: 100%;
123
123
  position: relative;
124
124
  }
125
125
 
126
- table.spacer{
126
+ table.spacer {
127
127
  width: 100%;
128
128
  }
129
129
 
130
130
  /* stylelint-disable property-no-unknown */
131
- table.spacer td{
131
+ table.spacer td {
132
132
  mso-line-height-rule: exactly;
133
133
  }
134
134
  /* stylelint-enable property-no-unknown */
135
135
 
136
- table.container table.row{
136
+ table.container table.row {
137
137
  display: table;
138
138
  }
139
139
 
140
140
  td.columns,
141
141
  td.column,
142
142
  th.columns,
143
- th.column{
143
+ th.column {
144
144
  margin: 0 auto;
145
145
  padding-right: 16px;
146
146
  padding-left: 16px;
@@ -154,7 +154,7 @@ td.column .columns,
154
154
  th.columns .column,
155
155
  th.columns .columns,
156
156
  th.column .column,
157
- th.column .columns{
157
+ th.column .columns {
158
158
  padding-left: 0 !important;
159
159
  padding-right: 0 !important;
160
160
  }
@@ -166,43 +166,43 @@ td.column .columns center,
166
166
  th.columns .column center,
167
167
  th.columns .columns center,
168
168
  th.column .column center,
169
- th.column .columns center{
169
+ th.column .columns center {
170
170
  min-width: none !important;
171
171
  }
172
172
 
173
173
  td.columns.last,
174
174
  td.column.last,
175
175
  th.columns.last,
176
- th.column.last{
176
+ th.column.last {
177
177
  padding-right: 16px;
178
178
  }
179
179
 
180
180
  td.columns table:not(.button),
181
181
  td.column table:not(.button),
182
182
  th.columns table:not(.button),
183
- th.column table:not(.button){
183
+ th.column table:not(.button) {
184
184
  width: 100%;
185
185
  }
186
186
 
187
187
  td.large-1,
188
- th.large-1{
188
+ th.large-1 {
189
189
  width: 32.33333px;
190
190
  padding-left: 8px;
191
191
  padding-right: 8px;
192
192
  }
193
193
 
194
194
  td.large-1.first,
195
- th.large-1.first{
195
+ th.large-1.first {
196
196
  padding-left: 16px;
197
197
  }
198
198
 
199
199
  td.large-1.last,
200
- th.large-1.last{
200
+ th.large-1.last {
201
201
  padding-right: 16px;
202
202
  }
203
203
 
204
204
  .collapse > tbody > tr > td.large-1,
205
- .collapse > tbody > tr > th.large-1{
205
+ .collapse > tbody > tr > th.large-1 {
206
206
  padding-right: 0;
207
207
  padding-left: 0;
208
208
  width: 48.33333px;
@@ -211,41 +211,41 @@ th.large-1.last{
211
211
  .collapse td.large-1.first,
212
212
  .collapse th.large-1.first,
213
213
  .collapse td.large-1.last,
214
- .collapse th.large-1.last{
214
+ .collapse th.large-1.last {
215
215
  width: 56.33333px;
216
216
  }
217
217
 
218
218
  td.large-1 center,
219
- th.large-1 center{
220
- min-width: .33333px;
219
+ th.large-1 center {
220
+ min-width: 0.33333px;
221
221
  }
222
222
 
223
223
  .body .columns td.large-1,
224
224
  .body .column td.large-1,
225
225
  .body .columns th.large-1,
226
- .body .column th.large-1{
226
+ .body .column th.large-1 {
227
227
  width: 8.33333%;
228
228
  }
229
229
 
230
230
  td.large-2,
231
- th.large-2{
231
+ th.large-2 {
232
232
  width: 80.66667px;
233
233
  padding-left: 8px;
234
234
  padding-right: 8px;
235
235
  }
236
236
 
237
237
  td.large-2.first,
238
- th.large-2.first{
238
+ th.large-2.first {
239
239
  padding-left: 16px;
240
240
  }
241
241
 
242
242
  td.large-2.last,
243
- th.large-2.last{
243
+ th.large-2.last {
244
244
  padding-right: 16px;
245
245
  }
246
246
 
247
247
  .collapse > tbody > tr > td.large-2,
248
- .collapse > tbody > tr > th.large-2{
248
+ .collapse > tbody > tr > th.large-2 {
249
249
  padding-right: 0;
250
250
  padding-left: 0;
251
251
  width: 96.66667px;
@@ -254,41 +254,41 @@ th.large-2.last{
254
254
  .collapse td.large-2.first,
255
255
  .collapse th.large-2.first,
256
256
  .collapse td.large-2.last,
257
- .collapse th.large-2.last{
257
+ .collapse th.large-2.last {
258
258
  width: 104.66667px;
259
259
  }
260
260
 
261
261
  td.large-2 center,
262
- th.large-2 center{
262
+ th.large-2 center {
263
263
  min-width: 48.66667px;
264
264
  }
265
265
 
266
266
  .body .columns td.large-2,
267
267
  .body .column td.large-2,
268
268
  .body .columns th.large-2,
269
- .body .column th.large-2{
269
+ .body .column th.large-2 {
270
270
  width: 16.66667%;
271
271
  }
272
272
 
273
273
  td.large-3,
274
- th.large-3{
274
+ th.large-3 {
275
275
  width: 129px;
276
276
  padding-left: 8px;
277
277
  padding-right: 8px;
278
278
  }
279
279
 
280
280
  td.large-3.first,
281
- th.large-3.first{
281
+ th.large-3.first {
282
282
  padding-left: 16px;
283
283
  }
284
284
 
285
285
  td.large-3.last,
286
- th.large-3.last{
286
+ th.large-3.last {
287
287
  padding-right: 16px;
288
288
  }
289
289
 
290
290
  .collapse > tbody > tr > td.large-3,
291
- .collapse > tbody > tr > th.large-3{
291
+ .collapse > tbody > tr > th.large-3 {
292
292
  padding-right: 0;
293
293
  padding-left: 0;
294
294
  width: 145px;
@@ -297,41 +297,41 @@ th.large-3.last{
297
297
  .collapse td.large-3.first,
298
298
  .collapse th.large-3.first,
299
299
  .collapse td.large-3.last,
300
- .collapse th.large-3.last{
300
+ .collapse th.large-3.last {
301
301
  width: 153px;
302
302
  }
303
303
 
304
304
  td.large-3 center,
305
- th.large-3 center{
305
+ th.large-3 center {
306
306
  min-width: 97px;
307
307
  }
308
308
 
309
309
  .body .columns td.large-3,
310
310
  .body .column td.large-3,
311
311
  .body .columns th.large-3,
312
- .body .column th.large-3{
312
+ .body .column th.large-3 {
313
313
  width: 25%;
314
314
  }
315
315
 
316
316
  td.large-4,
317
- th.large-4{
317
+ th.large-4 {
318
318
  width: 177.33333px;
319
319
  padding-left: 8px;
320
320
  padding-right: 8px;
321
321
  }
322
322
 
323
323
  td.large-4.first,
324
- th.large-4.first{
324
+ th.large-4.first {
325
325
  padding-left: 16px;
326
326
  }
327
327
 
328
328
  td.large-4.last,
329
- th.large-4.last{
329
+ th.large-4.last {
330
330
  padding-right: 16px;
331
331
  }
332
332
 
333
333
  .collapse > tbody > tr > td.large-4,
334
- .collapse > tbody > tr > th.large-4{
334
+ .collapse > tbody > tr > th.large-4 {
335
335
  padding-right: 0;
336
336
  padding-left: 0;
337
337
  width: 193.33333px;
@@ -340,41 +340,41 @@ th.large-4.last{
340
340
  .collapse td.large-4.first,
341
341
  .collapse th.large-4.first,
342
342
  .collapse td.large-4.last,
343
- .collapse th.large-4.last{
343
+ .collapse th.large-4.last {
344
344
  width: 201.33333px;
345
345
  }
346
346
 
347
347
  td.large-4 center,
348
- th.large-4 center{
348
+ th.large-4 center {
349
349
  min-width: 145.33333px;
350
350
  }
351
351
 
352
352
  .body .columns td.large-4,
353
353
  .body .column td.large-4,
354
354
  .body .columns th.large-4,
355
- .body .column th.large-4{
355
+ .body .column th.large-4 {
356
356
  width: 33.33333%;
357
357
  }
358
358
 
359
359
  td.large-5,
360
- th.large-5{
360
+ th.large-5 {
361
361
  width: 225.66667px;
362
362
  padding-left: 8px;
363
363
  padding-right: 8px;
364
364
  }
365
365
 
366
366
  td.large-5.first,
367
- th.large-5.first{
367
+ th.large-5.first {
368
368
  padding-left: 16px;
369
369
  }
370
370
 
371
371
  td.large-5.last,
372
- th.large-5.last{
372
+ th.large-5.last {
373
373
  padding-right: 16px;
374
374
  }
375
375
 
376
376
  .collapse > tbody > tr > td.large-5,
377
- .collapse > tbody > tr > th.large-5{
377
+ .collapse > tbody > tr > th.large-5 {
378
378
  padding-right: 0;
379
379
  padding-left: 0;
380
380
  width: 241.66667px;
@@ -383,41 +383,41 @@ th.large-5.last{
383
383
  .collapse td.large-5.first,
384
384
  .collapse th.large-5.first,
385
385
  .collapse td.large-5.last,
386
- .collapse th.large-5.last{
386
+ .collapse th.large-5.last {
387
387
  width: 249.66667px;
388
388
  }
389
389
 
390
390
  td.large-5 center,
391
- th.large-5 center{
391
+ th.large-5 center {
392
392
  min-width: 193.66667px;
393
393
  }
394
394
 
395
395
  .body .columns td.large-5,
396
396
  .body .column td.large-5,
397
397
  .body .columns th.large-5,
398
- .body .column th.large-5{
398
+ .body .column th.large-5 {
399
399
  width: 41.66667%;
400
400
  }
401
401
 
402
402
  td.large-6,
403
- th.large-6{
403
+ th.large-6 {
404
404
  width: 274px;
405
405
  padding-left: 8px;
406
406
  padding-right: 8px;
407
407
  }
408
408
 
409
409
  td.large-6.first,
410
- th.large-6.first{
410
+ th.large-6.first {
411
411
  padding-left: 16px;
412
412
  }
413
413
 
414
414
  td.large-6.last,
415
- th.large-6.last{
415
+ th.large-6.last {
416
416
  padding-right: 16px;
417
417
  }
418
418
 
419
419
  .collapse > tbody > tr > td.large-6,
420
- .collapse > tbody > tr > th.large-6{
420
+ .collapse > tbody > tr > th.large-6 {
421
421
  padding-right: 0;
422
422
  padding-left: 0;
423
423
  width: 290px;
@@ -426,41 +426,41 @@ th.large-6.last{
426
426
  .collapse td.large-6.first,
427
427
  .collapse th.large-6.first,
428
428
  .collapse td.large-6.last,
429
- .collapse th.large-6.last{
429
+ .collapse th.large-6.last {
430
430
  width: 298px;
431
431
  }
432
432
 
433
433
  td.large-6 center,
434
- th.large-6 center{
434
+ th.large-6 center {
435
435
  min-width: 242px;
436
436
  }
437
437
 
438
438
  .body .columns td.large-6,
439
439
  .body .column td.large-6,
440
440
  .body .columns th.large-6,
441
- .body .column th.large-6{
441
+ .body .column th.large-6 {
442
442
  width: 50%;
443
443
  }
444
444
 
445
445
  td.large-7,
446
- th.large-7{
446
+ th.large-7 {
447
447
  width: 322.33333px;
448
448
  padding-left: 8px;
449
449
  padding-right: 8px;
450
450
  }
451
451
 
452
452
  td.large-7.first,
453
- th.large-7.first{
453
+ th.large-7.first {
454
454
  padding-left: 16px;
455
455
  }
456
456
 
457
457
  td.large-7.last,
458
- th.large-7.last{
458
+ th.large-7.last {
459
459
  padding-right: 16px;
460
460
  }
461
461
 
462
462
  .collapse > tbody > tr > td.large-7,
463
- .collapse > tbody > tr > th.large-7{
463
+ .collapse > tbody > tr > th.large-7 {
464
464
  padding-right: 0;
465
465
  padding-left: 0;
466
466
  width: 338.33333px;
@@ -469,41 +469,41 @@ th.large-7.last{
469
469
  .collapse td.large-7.first,
470
470
  .collapse th.large-7.first,
471
471
  .collapse td.large-7.last,
472
- .collapse th.large-7.last{
472
+ .collapse th.large-7.last {
473
473
  width: 346.33333px;
474
474
  }
475
475
 
476
476
  td.large-7 center,
477
- th.large-7 center{
477
+ th.large-7 center {
478
478
  min-width: 290.33333px;
479
479
  }
480
480
 
481
481
  .body .columns td.large-7,
482
482
  .body .column td.large-7,
483
483
  .body .columns th.large-7,
484
- .body .column th.large-7{
484
+ .body .column th.large-7 {
485
485
  width: 58.33333%;
486
486
  }
487
487
 
488
488
  td.large-8,
489
- th.large-8{
489
+ th.large-8 {
490
490
  width: 370.66667px;
491
491
  padding-left: 8px;
492
492
  padding-right: 8px;
493
493
  }
494
494
 
495
495
  td.large-8.first,
496
- th.large-8.first{
496
+ th.large-8.first {
497
497
  padding-left: 16px;
498
498
  }
499
499
 
500
500
  td.large-8.last,
501
- th.large-8.last{
501
+ th.large-8.last {
502
502
  padding-right: 16px;
503
503
  }
504
504
 
505
505
  .collapse > tbody > tr > td.large-8,
506
- .collapse > tbody > tr > th.large-8{
506
+ .collapse > tbody > tr > th.large-8 {
507
507
  padding-right: 0;
508
508
  padding-left: 0;
509
509
  width: 386.66667px;
@@ -512,41 +512,41 @@ th.large-8.last{
512
512
  .collapse td.large-8.first,
513
513
  .collapse th.large-8.first,
514
514
  .collapse td.large-8.last,
515
- .collapse th.large-8.last{
515
+ .collapse th.large-8.last {
516
516
  width: 394.66667px;
517
517
  }
518
518
 
519
519
  td.large-8 center,
520
- th.large-8 center{
520
+ th.large-8 center {
521
521
  min-width: 338.66667px;
522
522
  }
523
523
 
524
524
  .body .columns td.large-8,
525
525
  .body .column td.large-8,
526
526
  .body .columns th.large-8,
527
- .body .column th.large-8{
527
+ .body .column th.large-8 {
528
528
  width: 66.66667%;
529
529
  }
530
530
 
531
531
  td.large-9,
532
- th.large-9{
532
+ th.large-9 {
533
533
  width: 419px;
534
534
  padding-left: 8px;
535
535
  padding-right: 8px;
536
536
  }
537
537
 
538
538
  td.large-9.first,
539
- th.large-9.first{
539
+ th.large-9.first {
540
540
  padding-left: 16px;
541
541
  }
542
542
 
543
543
  td.large-9.last,
544
- th.large-9.last{
544
+ th.large-9.last {
545
545
  padding-right: 16px;
546
546
  }
547
547
 
548
548
  .collapse > tbody > tr > td.large-9,
549
- .collapse > tbody > tr > th.large-9{
549
+ .collapse > tbody > tr > th.large-9 {
550
550
  padding-right: 0;
551
551
  padding-left: 0;
552
552
  width: 435px;
@@ -555,41 +555,41 @@ th.large-9.last{
555
555
  .collapse td.large-9.first,
556
556
  .collapse th.large-9.first,
557
557
  .collapse td.large-9.last,
558
- .collapse th.large-9.last{
558
+ .collapse th.large-9.last {
559
559
  width: 443px;
560
560
  }
561
561
 
562
562
  td.large-9 center,
563
- th.large-9 center{
563
+ th.large-9 center {
564
564
  min-width: 387px;
565
565
  }
566
566
 
567
567
  .body .columns td.large-9,
568
568
  .body .column td.large-9,
569
569
  .body .columns th.large-9,
570
- .body .column th.large-9{
570
+ .body .column th.large-9 {
571
571
  width: 75%;
572
572
  }
573
573
 
574
574
  td.large-10,
575
- th.large-10{
575
+ th.large-10 {
576
576
  width: 467.33333px;
577
577
  padding-left: 8px;
578
578
  padding-right: 8px;
579
579
  }
580
580
 
581
581
  td.large-10.first,
582
- th.large-10.first{
582
+ th.large-10.first {
583
583
  padding-left: 16px;
584
584
  }
585
585
 
586
586
  td.large-10.last,
587
- th.large-10.last{
587
+ th.large-10.last {
588
588
  padding-right: 16px;
589
589
  }
590
590
 
591
591
  .collapse > tbody > tr > td.large-10,
592
- .collapse > tbody > tr > th.large-10{
592
+ .collapse > tbody > tr > th.large-10 {
593
593
  padding-right: 0;
594
594
  padding-left: 0;
595
595
  width: 483.33333px;
@@ -598,41 +598,41 @@ th.large-10.last{
598
598
  .collapse td.large-10.first,
599
599
  .collapse th.large-10.first,
600
600
  .collapse td.large-10.last,
601
- .collapse th.large-10.last{
601
+ .collapse th.large-10.last {
602
602
  width: 491.33333px;
603
603
  }
604
604
 
605
605
  td.large-10 center,
606
- th.large-10 center{
606
+ th.large-10 center {
607
607
  min-width: 435.33333px;
608
608
  }
609
609
 
610
610
  .body .columns td.large-10,
611
611
  .body .column td.large-10,
612
612
  .body .columns th.large-10,
613
- .body .column th.large-10{
613
+ .body .column th.large-10 {
614
614
  width: 83.33333%;
615
615
  }
616
616
 
617
617
  td.large-11,
618
- th.large-11{
618
+ th.large-11 {
619
619
  width: 515.66667px;
620
620
  padding-left: 8px;
621
621
  padding-right: 8px;
622
622
  }
623
623
 
624
624
  td.large-11.first,
625
- th.large-11.first{
625
+ th.large-11.first {
626
626
  padding-left: 16px;
627
627
  }
628
628
 
629
629
  td.large-11.last,
630
- th.large-11.last{
630
+ th.large-11.last {
631
631
  padding-right: 16px;
632
632
  }
633
633
 
634
634
  .collapse > tbody > tr > td.large-11,
635
- .collapse > tbody > tr > th.large-11{
635
+ .collapse > tbody > tr > th.large-11 {
636
636
  padding-right: 0;
637
637
  padding-left: 0;
638
638
  width: 531.66667px;
@@ -641,41 +641,41 @@ th.large-11.last{
641
641
  .collapse td.large-11.first,
642
642
  .collapse th.large-11.first,
643
643
  .collapse td.large-11.last,
644
- .collapse th.large-11.last{
644
+ .collapse th.large-11.last {
645
645
  width: 539.66667px;
646
646
  }
647
647
 
648
648
  td.large-11 center,
649
- th.large-11 center{
649
+ th.large-11 center {
650
650
  min-width: 483.66667px;
651
651
  }
652
652
 
653
653
  .body .columns td.large-11,
654
654
  .body .column td.large-11,
655
655
  .body .columns th.large-11,
656
- .body .column th.large-11{
656
+ .body .column th.large-11 {
657
657
  width: 91.66667%;
658
658
  }
659
659
 
660
660
  td.large-12,
661
- th.large-12{
661
+ th.large-12 {
662
662
  width: 564px;
663
663
  padding-left: 8px;
664
664
  padding-right: 8px;
665
665
  }
666
666
 
667
667
  td.large-12.first,
668
- th.large-12.first{
668
+ th.large-12.first {
669
669
  padding-left: 16px;
670
670
  }
671
671
 
672
672
  td.large-12.last,
673
- th.large-12.last{
673
+ th.large-12.last {
674
674
  padding-right: 16px;
675
675
  }
676
676
 
677
677
  .collapse > tbody > tr > td.large-12,
678
- .collapse > tbody > tr > th.large-12{
678
+ .collapse > tbody > tr > th.large-12 {
679
679
  padding-right: 0;
680
680
  padding-left: 0;
681
681
  width: 580px;
@@ -684,19 +684,19 @@ th.large-12.last{
684
684
  .collapse td.large-12.first,
685
685
  .collapse th.large-12.first,
686
686
  .collapse td.large-12.last,
687
- .collapse th.large-12.last{
687
+ .collapse th.large-12.last {
688
688
  width: 588px;
689
689
  }
690
690
 
691
691
  td.large-12 center,
692
- th.large-12 center{
692
+ th.large-12 center {
693
693
  min-width: 532px;
694
694
  }
695
695
 
696
696
  .body .columns td.large-12,
697
697
  .body .column td.large-12,
698
698
  .body .columns th.large-12,
699
- .body .column th.large-12{
699
+ .body .column th.large-12 {
700
700
  width: 100%;
701
701
  }
702
702
 
@@ -705,7 +705,7 @@ td.large-offset-1.first,
705
705
  td.large-offset-1.last,
706
706
  th.large-offset-1,
707
707
  th.large-offset-1.first,
708
- th.large-offset-1.last{
708
+ th.large-offset-1.last {
709
709
  padding-left: 64.33333px;
710
710
  }
711
711
 
@@ -714,7 +714,7 @@ td.large-offset-2.first,
714
714
  td.large-offset-2.last,
715
715
  th.large-offset-2,
716
716
  th.large-offset-2.first,
717
- th.large-offset-2.last{
717
+ th.large-offset-2.last {
718
718
  padding-left: 112.66667px;
719
719
  }
720
720
 
@@ -723,7 +723,7 @@ td.large-offset-3.first,
723
723
  td.large-offset-3.last,
724
724
  th.large-offset-3,
725
725
  th.large-offset-3.first,
726
- th.large-offset-3.last{
726
+ th.large-offset-3.last {
727
727
  padding-left: 161px;
728
728
  }
729
729
 
@@ -732,7 +732,7 @@ td.large-offset-4.first,
732
732
  td.large-offset-4.last,
733
733
  th.large-offset-4,
734
734
  th.large-offset-4.first,
735
- th.large-offset-4.last{
735
+ th.large-offset-4.last {
736
736
  padding-left: 209.33333px;
737
737
  }
738
738
 
@@ -741,7 +741,7 @@ td.large-offset-5.first,
741
741
  td.large-offset-5.last,
742
742
  th.large-offset-5,
743
743
  th.large-offset-5.first,
744
- th.large-offset-5.last{
744
+ th.large-offset-5.last {
745
745
  padding-left: 257.66667px;
746
746
  }
747
747
 
@@ -750,7 +750,7 @@ td.large-offset-6.first,
750
750
  td.large-offset-6.last,
751
751
  th.large-offset-6,
752
752
  th.large-offset-6.first,
753
- th.large-offset-6.last{
753
+ th.large-offset-6.last {
754
754
  padding-left: 306px;
755
755
  }
756
756
 
@@ -759,7 +759,7 @@ td.large-offset-7.first,
759
759
  td.large-offset-7.last,
760
760
  th.large-offset-7,
761
761
  th.large-offset-7.first,
762
- th.large-offset-7.last{
762
+ th.large-offset-7.last {
763
763
  padding-left: 354.33333px;
764
764
  }
765
765
 
@@ -768,7 +768,7 @@ td.large-offset-8.first,
768
768
  td.large-offset-8.last,
769
769
  th.large-offset-8,
770
770
  th.large-offset-8.first,
771
- th.large-offset-8.last{
771
+ th.large-offset-8.last {
772
772
  padding-left: 402.66667px;
773
773
  }
774
774
 
@@ -777,7 +777,7 @@ td.large-offset-9.first,
777
777
  td.large-offset-9.last,
778
778
  th.large-offset-9,
779
779
  th.large-offset-9.first,
780
- th.large-offset-9.last{
780
+ th.large-offset-9.last {
781
781
  padding-left: 451px;
782
782
  }
783
783
 
@@ -786,7 +786,7 @@ td.large-offset-10.first,
786
786
  td.large-offset-10.last,
787
787
  th.large-offset-10,
788
788
  th.large-offset-10.first,
789
- th.large-offset-10.last{
789
+ th.large-offset-10.last {
790
790
  padding-left: 499.33333px;
791
791
  }
792
792
 
@@ -795,57 +795,57 @@ td.large-offset-11.first,
795
795
  td.large-offset-11.last,
796
796
  th.large-offset-11,
797
797
  th.large-offset-11.first,
798
- th.large-offset-11.last{
798
+ th.large-offset-11.last {
799
799
  padding-left: 547.66667px;
800
800
  }
801
801
 
802
802
  td.expander,
803
- th.expander{
803
+ th.expander {
804
804
  visibility: hidden;
805
805
  width: 0;
806
806
  padding: 0 !important;
807
807
  }
808
808
 
809
- table.container.radius{
809
+ table.container.radius {
810
810
  border-radius: 0;
811
811
  border-collapse: separate;
812
812
  }
813
813
 
814
- .block-grid{
814
+ .block-grid {
815
815
  width: 100%;
816
816
  max-width: 580px;
817
817
  }
818
818
 
819
- .block-grid td{
819
+ .block-grid td {
820
820
  display: inline-block;
821
821
  padding: 8px;
822
822
  }
823
823
 
824
- .up-2 td{
824
+ .up-2 td {
825
825
  width: 274px !important;
826
826
  }
827
827
 
828
- .up-3 td{
828
+ .up-3 td {
829
829
  width: 177px !important;
830
830
  }
831
831
 
832
- .up-4 td{
832
+ .up-4 td {
833
833
  width: 129px !important;
834
834
  }
835
835
 
836
- .up-5 td{
836
+ .up-5 td {
837
837
  width: 100px !important;
838
838
  }
839
839
 
840
- .up-6 td{
840
+ .up-6 td {
841
841
  width: 80px !important;
842
842
  }
843
843
 
844
- .up-7 td{
844
+ .up-7 td {
845
845
  width: 66px !important;
846
846
  }
847
847
 
848
- .up-8 td{
848
+ .up-8 td {
849
849
  width: 56px !important;
850
850
  }
851
851
 
@@ -859,7 +859,7 @@ h4.text-center,
859
859
  h5.text-center,
860
860
  h6.text-center,
861
861
  p.text-center,
862
- span.text-center{
862
+ span.text-center {
863
863
  text-align: center;
864
864
  }
865
865
 
@@ -873,7 +873,7 @@ h4.text-left,
873
873
  h5.text-left,
874
874
  h6.text-left,
875
875
  p.text-left,
876
- span.text-left{
876
+ span.text-left {
877
877
  text-align: left;
878
878
  }
879
879
 
@@ -887,48 +887,48 @@ h4.text-right,
887
887
  h5.text-right,
888
888
  h6.text-right,
889
889
  p.text-right,
890
- span.text-right{
890
+ span.text-right {
891
891
  text-align: right;
892
892
  }
893
893
 
894
- span.text-center{
894
+ span.text-center {
895
895
  display: block;
896
896
  width: 100%;
897
897
  text-align: center;
898
898
  }
899
899
 
900
- @media only screen and (max-width: 596px){
901
- .small-float-center{
900
+ @media only screen and (max-width: 596px) {
901
+ .small-float-center {
902
902
  margin: 0 auto !important;
903
903
  float: none !important;
904
904
  text-align: center !important;
905
905
  }
906
906
 
907
- .small-text-center{
907
+ .small-text-center {
908
908
  text-align: center !important;
909
909
  }
910
910
 
911
- .small-text-left{
911
+ .small-text-left {
912
912
  text-align: left !important;
913
913
  }
914
914
 
915
- .small-text-right{
915
+ .small-text-right {
916
916
  text-align: right !important;
917
917
  }
918
918
  }
919
919
 
920
- img.float-left{
920
+ img.float-left {
921
921
  float: left;
922
922
  text-align: left;
923
923
  }
924
924
 
925
- img.float-right{
925
+ img.float-right {
926
926
  float: right;
927
927
  text-align: right;
928
928
  }
929
929
 
930
930
  img.float-center,
931
- img.text-center{
931
+ img.text-center {
932
932
  margin: 0 auto;
933
933
  float: none;
934
934
  text-align: center;
@@ -936,20 +936,20 @@ img.text-center{
936
936
 
937
937
  table.float-center,
938
938
  td.float-center,
939
- th.float-center{
939
+ th.float-center {
940
940
  margin: 0 auto;
941
941
  float: none;
942
942
  text-align: center;
943
943
  }
944
944
 
945
- th.float-right{
945
+ th.float-right {
946
946
  margin: 0 auto;
947
947
  float: right;
948
948
  text-align: center;
949
949
  }
950
950
 
951
951
  /* stylelint-disable property-no-unknown */
952
- .hide-for-large{
952
+ .hide-for-large {
953
953
  display: none !important;
954
954
  mso-hide: all;
955
955
  overflow: hidden;
@@ -960,8 +960,8 @@ th.float-right{
960
960
  }
961
961
  /* stylelint-enable property-no-unknown */
962
962
 
963
- @media only screen and (max-width: 596px){
964
- .hide-for-large{
963
+ @media only screen and (max-width: 596px) {
964
+ .hide-for-large {
965
965
  display: block !important;
966
966
  width: auto !important;
967
967
  overflow: visible !important;
@@ -972,29 +972,29 @@ th.float-right{
972
972
  }
973
973
 
974
974
  /* stylelint-disable property-no-unknown */
975
- table.body table.container .hide-for-large *{
975
+ table.body table.container .hide-for-large * {
976
976
  mso-hide: all;
977
977
  }
978
978
  /* stylelint-enable property-no-unknown */
979
979
 
980
- @media only screen and (max-width: 596px){
980
+ @media only screen and (max-width: 596px) {
981
981
  table.body table.container .hide-for-large,
982
- table.body table.container .row.hide-for-large{
982
+ table.body table.container .row.hide-for-large {
983
983
  display: table !important;
984
984
  width: 100% !important;
985
985
  }
986
986
  }
987
987
 
988
- @media only screen and (max-width: 596px){
989
- table.body table.container .callout-inner.hide-for-large{
988
+ @media only screen and (max-width: 596px) {
989
+ table.body table.container .callout-inner.hide-for-large {
990
990
  display: table-cell !important;
991
991
  width: 100% !important;
992
992
  }
993
993
  }
994
994
 
995
995
  /* stylelint-disable property-no-unknown */
996
- @media only screen and (max-width: 596px){
997
- table.body table.container .show-for-large{
996
+ @media only screen and (max-width: 596px) {
997
+ table.body table.container .show-for-large {
998
998
  display: none !important;
999
999
  width: 0;
1000
1000
  mso-hide: all;
@@ -1014,7 +1014,7 @@ h6,
1014
1014
  p,
1015
1015
  td,
1016
1016
  th,
1017
- a{
1017
+ a {
1018
1018
  color: #0a0a0a;
1019
1019
  font-family: Helvetica, Arial, sans-serif;
1020
1020
  font-weight: normal;
@@ -1029,7 +1029,7 @@ h2,
1029
1029
  h3,
1030
1030
  h4,
1031
1031
  h5,
1032
- h6{
1032
+ h6 {
1033
1033
  color: inherit;
1034
1034
  word-wrap: normal;
1035
1035
  font-family: Helvetica, Arial, sans-serif;
@@ -1037,27 +1037,27 @@ h6{
1037
1037
  margin-bottom: 10px;
1038
1038
  }
1039
1039
 
1040
- h1{
1040
+ h1 {
1041
1041
  font-size: 34px;
1042
1042
  }
1043
1043
 
1044
- h2{
1044
+ h2 {
1045
1045
  font-size: 30px;
1046
1046
  }
1047
1047
 
1048
- h3{
1048
+ h3 {
1049
1049
  font-size: 28px;
1050
1050
  }
1051
1051
 
1052
- h4{
1052
+ h4 {
1053
1053
  font-size: 24px;
1054
1054
  }
1055
1055
 
1056
- h5{
1056
+ h5 {
1057
1057
  font-size: 20px;
1058
1058
  }
1059
1059
 
1060
- h6{
1060
+ h6 {
1061
1061
  font-size: 18px;
1062
1062
  }
1063
1063
 
@@ -1065,21 +1065,21 @@ body,
1065
1065
  table.body,
1066
1066
  p,
1067
1067
  td,
1068
- th{
1068
+ th {
1069
1069
  font-size: 16px;
1070
1070
  line-height: 1.3;
1071
1071
  }
1072
1072
 
1073
- p{
1073
+ p {
1074
1074
  margin-bottom: 10px;
1075
1075
  }
1076
1076
 
1077
- p.lead{
1077
+ p.lead {
1078
1078
  font-size: 20px;
1079
1079
  line-height: 1.6;
1080
1080
  }
1081
1081
 
1082
- p.subheader{
1082
+ p.subheader {
1083
1083
  margin-top: 4px;
1084
1084
  margin-bottom: 8px;
1085
1085
  font-weight: normal;
@@ -1087,25 +1087,25 @@ p.subheader{
1087
1087
  color: #8a8a8a;
1088
1088
  }
1089
1089
 
1090
- small{
1090
+ small {
1091
1091
  font-size: 80%;
1092
1092
  color: #cacaca;
1093
1093
  }
1094
1094
 
1095
- a{
1095
+ a {
1096
1096
  color: #5295ad;
1097
1097
  text-decoration: none;
1098
1098
  }
1099
1099
 
1100
- a:hover{
1100
+ a:hover {
1101
1101
  color: var(--secondary);
1102
1102
  }
1103
1103
 
1104
- a:active{
1104
+ a:active {
1105
1105
  color: #147dc2;
1106
1106
  }
1107
1107
 
1108
- a:visited{
1108
+ a:visited {
1109
1109
  color: #5295ad;
1110
1110
  }
1111
1111
 
@@ -1120,34 +1120,34 @@ h4 a:visited,
1120
1120
  h5 a,
1121
1121
  h5 a:visited,
1122
1122
  h6 a,
1123
- h6 a:visited{
1123
+ h6 a:visited {
1124
1124
  color: #5295ad;
1125
1125
  }
1126
1126
 
1127
- pre{
1127
+ pre {
1128
1128
  background: #f3f3f3;
1129
1129
  margin: 30px 0;
1130
1130
  }
1131
1131
 
1132
- pre code{
1132
+ pre code {
1133
1133
  color: #cacaca;
1134
1134
  }
1135
1135
 
1136
- pre code span.callout{
1136
+ pre code span.callout {
1137
1137
  color: #8a8a8a;
1138
1138
  font-weight: bold;
1139
1139
  }
1140
1140
 
1141
- pre code span.callout-strong{
1141
+ pre code span.callout-strong {
1142
1142
  color: #ff6908;
1143
1143
  font-weight: bold;
1144
1144
  }
1145
1145
 
1146
- table.hr{
1146
+ table.hr {
1147
1147
  width: 100%;
1148
1148
  }
1149
1149
 
1150
- table.hr th{
1150
+ table.hr th {
1151
1151
  height: 0;
1152
1152
  max-width: 580px;
1153
1153
  border-top: 0;
@@ -1158,17 +1158,17 @@ table.hr th{
1158
1158
  clear: both;
1159
1159
  }
1160
1160
 
1161
- .stat{
1161
+ .stat {
1162
1162
  font-size: 40px;
1163
1163
  line-height: 1;
1164
1164
  }
1165
1165
 
1166
- p + .stat{
1166
+ p + .stat {
1167
1167
  margin-top: -16px;
1168
1168
  }
1169
1169
 
1170
1170
  /* stylelint-disable property-no-unknown */
1171
- span.preheader{
1171
+ span.preheader {
1172
1172
  display: none !important;
1173
1173
  visibility: hidden;
1174
1174
  mso-hide: all !important;
@@ -1182,19 +1182,19 @@ span.preheader{
1182
1182
  }
1183
1183
  /* stylelint-enable property-no-unknown */
1184
1184
 
1185
- table.button{
1185
+ table.button {
1186
1186
  width: auto;
1187
1187
  margin: 0 0 16px;
1188
1188
  }
1189
1189
 
1190
- table.button table td{
1190
+ table.button table td {
1191
1191
  text-align: left;
1192
1192
  color: #fefefe;
1193
1193
  background: $primary;
1194
1194
  border: 2px solid $primary;
1195
1195
  }
1196
1196
 
1197
- table.button table td a{
1197
+ table.button table td a {
1198
1198
  font-family: Helvetica, Arial, sans-serif;
1199
1199
  font-size: 16px;
1200
1200
  color: #fefefe;
@@ -1205,12 +1205,12 @@ table.button table td a{
1205
1205
  border-radius: 3px;
1206
1206
  }
1207
1207
 
1208
- table.button.radius table td{
1208
+ table.button.radius table td {
1209
1209
  border-radius: 4px;
1210
1210
  border: none;
1211
1211
  }
1212
1212
 
1213
- table.button.rounded table td{
1213
+ table.button.rounded table td {
1214
1214
  border-radius: 500px;
1215
1215
  border: none;
1216
1216
  }
@@ -1226,56 +1226,56 @@ table.button.small:active table tr td a,
1226
1226
  table.button.small table tr td a:visited,
1227
1227
  table.button.large:hover table tr td a,
1228
1228
  table.button.large:active table tr td a,
1229
- table.button.large table tr td a:visited{
1229
+ table.button.large table tr td a:visited {
1230
1230
  color: #fefefe;
1231
1231
  }
1232
1232
 
1233
1233
  table.button.tiny table td,
1234
- table.button.tiny table a{
1234
+ table.button.tiny table a {
1235
1235
  padding: 4px 8px;
1236
1236
  }
1237
1237
 
1238
- table.button.tiny table a{
1238
+ table.button.tiny table a {
1239
1239
  font-size: 10px;
1240
1240
  font-weight: normal;
1241
1241
  }
1242
1242
 
1243
1243
  table.button.small table td,
1244
- table.button.small table a{
1244
+ table.button.small table a {
1245
1245
  padding: 5px 10px;
1246
1246
  font-size: 12px;
1247
1247
  }
1248
1248
 
1249
- table.button.large table a{
1249
+ table.button.large table a {
1250
1250
  padding: 10px 20px;
1251
1251
  font-size: 20px;
1252
1252
  }
1253
1253
 
1254
1254
  table.button.expand,
1255
- table.button.expanded{
1255
+ table.button.expanded {
1256
1256
  width: 100%;
1257
1257
  }
1258
1258
 
1259
1259
  // Fix for Outlook to center the button
1260
1260
  table.button.expand > tr > td,
1261
- table.button.expanded > tr > td{
1261
+ table.button.expanded > tr > td {
1262
1262
  text-align: center;
1263
1263
  }
1264
1264
 
1265
1265
  table.button.expand table,
1266
- table.button.expanded table{
1266
+ table.button.expanded table {
1267
1267
  width: 50%;
1268
1268
  margin: auto;
1269
1269
  }
1270
1270
 
1271
1271
  // Fix for Outlook to center the button link text
1272
1272
  table.button.expand table > tr > td,
1273
- table.button.expanded table > tr > td{
1273
+ table.button.expanded table > tr > td {
1274
1274
  text-align: center;
1275
1275
  }
1276
1276
 
1277
1277
  table.button.expand table a,
1278
- table.button.expanded table a{
1278
+ table.button.expanded table a {
1279
1279
  text-align: center;
1280
1280
  width: 100%;
1281
1281
  padding-left: 0;
@@ -1283,150 +1283,150 @@ table.button.expanded table a{
1283
1283
  }
1284
1284
 
1285
1285
  table.button.expand center,
1286
- table.button.expanded center{
1286
+ table.button.expanded center {
1287
1287
  min-width: 0;
1288
1288
  }
1289
1289
 
1290
1290
  table.button:hover table td,
1291
1291
  table.button:visited table td,
1292
- table.button:active table td{
1292
+ table.button:active table td {
1293
1293
  background: $primary;
1294
1294
  color: #fefefe;
1295
1295
  }
1296
1296
 
1297
1297
  table.button:hover table a,
1298
1298
  table.button:visited table a,
1299
- table.button:active table a{
1299
+ table.button:active table a {
1300
1300
  border: 0 solid #147dc2;
1301
1301
  }
1302
1302
 
1303
- table.button.secondary table td{
1303
+ table.button.secondary table td {
1304
1304
  background: #777;
1305
1305
  color: #fefefe;
1306
1306
  border: 0 solid #777;
1307
1307
  }
1308
1308
 
1309
- table.button.secondary table a{
1309
+ table.button.secondary table a {
1310
1310
  color: #fefefe;
1311
1311
  border: 0 solid #777;
1312
1312
  }
1313
1313
 
1314
- table.button.secondary:hover table td{
1314
+ table.button.secondary:hover table td {
1315
1315
  background: #919191;
1316
1316
  color: #fefefe;
1317
1317
  }
1318
1318
 
1319
- table.button.secondary:hover table a{
1319
+ table.button.secondary:hover table a {
1320
1320
  border: 0 solid #919191;
1321
1321
  }
1322
1322
 
1323
- table.button.secondary:hover table td a{
1323
+ table.button.secondary:hover table td a {
1324
1324
  color: #fefefe;
1325
1325
  }
1326
1326
 
1327
- table.button.secondary:active table td a{
1327
+ table.button.secondary:active table td a {
1328
1328
  color: #fefefe;
1329
1329
  }
1330
1330
 
1331
- table.button.secondary table td a:visited{
1331
+ table.button.secondary table td a:visited {
1332
1332
  color: #fefefe;
1333
1333
  }
1334
1334
 
1335
- table.button.success table td{
1335
+ table.button.success table td {
1336
1336
  background: #3adb76;
1337
1337
  border: 0 solid #3adb76;
1338
1338
  }
1339
1339
 
1340
- table.button.success table a{
1340
+ table.button.success table a {
1341
1341
  border: 0 solid #3adb76;
1342
1342
  }
1343
1343
 
1344
- table.button.success:hover table td{
1344
+ table.button.success:hover table td {
1345
1345
  background: #23bf5d;
1346
1346
  }
1347
1347
 
1348
- table.button.success:hover table a{
1348
+ table.button.success:hover table a {
1349
1349
  border: 0 solid #23bf5d;
1350
1350
  }
1351
1351
 
1352
- table.button.alert table td{
1352
+ table.button.alert table td {
1353
1353
  background: #ec5840;
1354
1354
  border: 0 solid #ec5840;
1355
1355
  }
1356
1356
 
1357
- table.button.alert table a{
1357
+ table.button.alert table a {
1358
1358
  border: 0 solid #ec5840;
1359
1359
  }
1360
1360
 
1361
- table.button.alert:hover table td{
1361
+ table.button.alert:hover table td {
1362
1362
  background: #e23317;
1363
1363
  }
1364
1364
 
1365
- table.button.alert:hover table a{
1365
+ table.button.alert:hover table a {
1366
1366
  border: 0 solid #e23317;
1367
1367
  }
1368
1368
 
1369
- table.button.warning table td{
1369
+ table.button.warning table td {
1370
1370
  background: #ffae00;
1371
1371
  border: 0 solid #ffae00;
1372
1372
  }
1373
1373
 
1374
- table.button.warning table a{
1374
+ table.button.warning table a {
1375
1375
  border: 0 solid #ffae00;
1376
1376
  }
1377
1377
 
1378
- table.button.warning:hover table td{
1378
+ table.button.warning:hover table td {
1379
1379
  background: #cc8b00;
1380
1380
  }
1381
1381
 
1382
- table.button.warning:hover table a{
1382
+ table.button.warning:hover table a {
1383
1383
  border: 0 solid #cc8b00;
1384
1384
  }
1385
1385
 
1386
- table.callout{
1386
+ table.callout {
1387
1387
  margin-bottom: 16px;
1388
1388
  }
1389
1389
 
1390
- th.callout-inner{
1390
+ th.callout-inner {
1391
1391
  width: 100%;
1392
1392
  border: 1px solid #cbcbcb;
1393
1393
  padding: 10px;
1394
1394
  background: #fefefe;
1395
1395
  }
1396
1396
 
1397
- th.callout-inner.primary{
1397
+ th.callout-inner.primary {
1398
1398
  background: #def0fc;
1399
1399
  border: 1px solid #444;
1400
1400
  color: #0a0a0a;
1401
1401
  }
1402
1402
 
1403
- th.callout-inner.secondary{
1403
+ th.callout-inner.secondary {
1404
1404
  background: #ebebeb;
1405
1405
  border: 1px solid #444;
1406
1406
  color: #0a0a0a;
1407
1407
  }
1408
1408
 
1409
- th.callout-inner.success{
1409
+ th.callout-inner.success {
1410
1410
  background: #e1faea;
1411
1411
  border: 1px solid #1b9448;
1412
1412
  color: #fefefe;
1413
1413
  }
1414
1414
 
1415
- th.callout-inner.warning{
1415
+ th.callout-inner.warning {
1416
1416
  background: #fff3d9;
1417
1417
  border: 1px solid #996800;
1418
1418
  color: #fefefe;
1419
1419
  }
1420
1420
 
1421
- th.callout-inner.alert{
1421
+ th.callout-inner.alert {
1422
1422
  background: #fce6e2;
1423
1423
  border: 1px solid #b42912;
1424
1424
  color: #fefefe;
1425
1425
  }
1426
1426
 
1427
- .thumbnail{
1427
+ .thumbnail {
1428
1428
  border: solid 4px #fefefe;
1429
- box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
1429
+ box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
1430
1430
  display: inline-block;
1431
1431
  line-height: 0;
1432
1432
  max-width: 100%;
@@ -1436,72 +1436,72 @@ th.callout-inner.alert{
1436
1436
  }
1437
1437
 
1438
1438
  .thumbnail:hover,
1439
- .thumbnail:focus{
1440
- box-shadow: 0 0 6px 1px rgba(33, 153, 232, .5);
1439
+ .thumbnail:focus {
1440
+ box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
1441
1441
  }
1442
1442
 
1443
- table.menu{
1443
+ table.menu {
1444
1444
  width: 580px;
1445
1445
  }
1446
1446
 
1447
1447
  table.menu td.menu-item,
1448
- table.menu th.menu-item{
1448
+ table.menu th.menu-item {
1449
1449
  padding: 10px;
1450
1450
  padding-right: 10px;
1451
1451
  }
1452
1452
 
1453
1453
  table.menu td.menu-item a,
1454
- table.menu th.menu-item a{
1454
+ table.menu th.menu-item a {
1455
1455
  color: #5295ad;
1456
1456
  }
1457
1457
 
1458
1458
  table.menu.vertical td.menu-item,
1459
- table.menu.vertical th.menu-item{
1459
+ table.menu.vertical th.menu-item {
1460
1460
  padding: 10px;
1461
1461
  padding-right: 0;
1462
1462
  display: block;
1463
1463
  }
1464
1464
 
1465
1465
  table.menu.vertical td.menu-item a,
1466
- table.menu.vertical th.menu-item a{
1466
+ table.menu.vertical th.menu-item a {
1467
1467
  width: 100%;
1468
1468
  }
1469
1469
 
1470
1470
  table.menu.vertical td.menu-item table.menu.vertical td.menu-item,
1471
1471
  table.menu.vertical td.menu-item table.menu.vertical th.menu-item,
1472
1472
  table.menu.vertical th.menu-item table.menu.vertical td.menu-item,
1473
- table.menu.vertical th.menu-item table.menu.vertical th.menu-item{
1473
+ table.menu.vertical th.menu-item table.menu.vertical th.menu-item {
1474
1474
  padding-left: 10px;
1475
1475
  }
1476
1476
 
1477
- table.menu.text-center a{
1477
+ table.menu.text-center a {
1478
1478
  text-align: center;
1479
1479
  }
1480
1480
 
1481
- .menu[align="center"]{
1481
+ .menu[align="center"] {
1482
1482
  width: auto !important;
1483
1483
  }
1484
1484
 
1485
- body.outlook p{
1485
+ body.outlook p {
1486
1486
  display: inline !important;
1487
1487
  }
1488
1488
 
1489
- @media only screen and (max-width: 596px){
1490
- table.body img{
1489
+ @media only screen and (max-width: 596px) {
1490
+ table.body img {
1491
1491
  width: auto;
1492
1492
  height: auto;
1493
1493
  }
1494
1494
 
1495
- table.body center{
1495
+ table.body center {
1496
1496
  min-width: 0 !important;
1497
1497
  }
1498
1498
 
1499
- table.body .container{
1499
+ table.body .container {
1500
1500
  width: 95% !important;
1501
1501
  }
1502
1502
 
1503
1503
  table.body .columns,
1504
- table.body .column{
1504
+ table.body .column {
1505
1505
  height: auto !important;
1506
1506
  -moz-box-sizing: border-box;
1507
1507
  -webkit-box-sizing: border-box;
@@ -1513,85 +1513,85 @@ body.outlook p{
1513
1513
  table.body .columns .column,
1514
1514
  table.body .columns .columns,
1515
1515
  table.body .column .column,
1516
- table.body .column .columns{
1516
+ table.body .column .columns {
1517
1517
  padding-left: 0 !important;
1518
1518
  padding-right: 0 !important;
1519
1519
  }
1520
1520
 
1521
1521
  table.body .collapse .columns,
1522
- table.body .collapse .column{
1522
+ table.body .collapse .column {
1523
1523
  padding-left: 0 !important;
1524
1524
  padding-right: 0 !important;
1525
1525
  }
1526
1526
 
1527
1527
  td.small-1,
1528
- th.small-1{
1528
+ th.small-1 {
1529
1529
  display: inline-block !important;
1530
1530
  width: 8.33333% !important;
1531
1531
  }
1532
1532
 
1533
1533
  td.small-2,
1534
- th.small-2{
1534
+ th.small-2 {
1535
1535
  display: inline-block !important;
1536
1536
  width: 16.66667% !important;
1537
1537
  }
1538
1538
 
1539
1539
  td.small-3,
1540
- th.small-3{
1540
+ th.small-3 {
1541
1541
  display: inline-block !important;
1542
1542
  width: 25% !important;
1543
1543
  }
1544
1544
 
1545
1545
  td.small-4,
1546
- th.small-4{
1546
+ th.small-4 {
1547
1547
  display: inline-block !important;
1548
1548
  width: 33.33333% !important;
1549
1549
  }
1550
1550
 
1551
1551
  td.small-5,
1552
- th.small-5{
1552
+ th.small-5 {
1553
1553
  display: inline-block !important;
1554
1554
  width: 41.66667% !important;
1555
1555
  }
1556
1556
 
1557
1557
  td.small-6,
1558
- th.small-6{
1558
+ th.small-6 {
1559
1559
  display: inline-block !important;
1560
1560
  width: 50% !important;
1561
1561
  }
1562
1562
 
1563
1563
  td.small-7,
1564
- th.small-7{
1564
+ th.small-7 {
1565
1565
  display: inline-block !important;
1566
1566
  width: 58.33333% !important;
1567
1567
  }
1568
1568
 
1569
1569
  td.small-8,
1570
- th.small-8{
1570
+ th.small-8 {
1571
1571
  display: inline-block !important;
1572
1572
  width: 66.66667% !important;
1573
1573
  }
1574
1574
 
1575
1575
  td.small-9,
1576
- th.small-9{
1576
+ th.small-9 {
1577
1577
  display: inline-block !important;
1578
1578
  width: 75% !important;
1579
1579
  }
1580
1580
 
1581
1581
  td.small-10,
1582
- th.small-10{
1582
+ th.small-10 {
1583
1583
  display: inline-block !important;
1584
1584
  width: 83.33333% !important;
1585
1585
  }
1586
1586
 
1587
1587
  td.small-11,
1588
- th.small-11{
1588
+ th.small-11 {
1589
1589
  display: inline-block !important;
1590
1590
  width: 91.66667% !important;
1591
1591
  }
1592
1592
 
1593
1593
  td.small-12,
1594
- th.small-12{
1594
+ th.small-12 {
1595
1595
  display: inline-block !important;
1596
1596
  width: 100% !important;
1597
1597
  }
@@ -1599,87 +1599,87 @@ body.outlook p{
1599
1599
  .columns td.small-12,
1600
1600
  .column td.small-12,
1601
1601
  .columns th.small-12,
1602
- .column th.small-12{
1602
+ .column th.small-12 {
1603
1603
  display: block !important;
1604
1604
  width: 100% !important;
1605
1605
  }
1606
1606
 
1607
1607
  table.body td.small-offset-1,
1608
- table.body th.small-offset-1{
1608
+ table.body th.small-offset-1 {
1609
1609
  margin-left: 8.33333% !important;
1610
1610
  }
1611
1611
 
1612
1612
  table.body td.small-offset-2,
1613
- table.body th.small-offset-2{
1613
+ table.body th.small-offset-2 {
1614
1614
  margin-left: 16.66667% !important;
1615
1615
  }
1616
1616
 
1617
1617
  table.body td.small-offset-3,
1618
- table.body th.small-offset-3{
1618
+ table.body th.small-offset-3 {
1619
1619
  margin-left: 25% !important;
1620
1620
  }
1621
1621
 
1622
1622
  table.body td.small-offset-4,
1623
- table.body th.small-offset-4{
1623
+ table.body th.small-offset-4 {
1624
1624
  margin-left: 33.33333% !important;
1625
1625
  }
1626
1626
 
1627
1627
  table.body td.small-offset-5,
1628
- table.body th.small-offset-5{
1628
+ table.body th.small-offset-5 {
1629
1629
  margin-left: 41.66667% !important;
1630
1630
  }
1631
1631
 
1632
1632
  table.body td.small-offset-6,
1633
- table.body th.small-offset-6{
1633
+ table.body th.small-offset-6 {
1634
1634
  margin-left: 50% !important;
1635
1635
  }
1636
1636
 
1637
1637
  table.body td.small-offset-7,
1638
- table.body th.small-offset-7{
1638
+ table.body th.small-offset-7 {
1639
1639
  margin-left: 58.33333% !important;
1640
1640
  }
1641
1641
 
1642
1642
  table.body td.small-offset-8,
1643
- table.body th.small-offset-8{
1643
+ table.body th.small-offset-8 {
1644
1644
  margin-left: 66.66667% !important;
1645
1645
  }
1646
1646
 
1647
1647
  table.body td.small-offset-9,
1648
- table.body th.small-offset-9{
1648
+ table.body th.small-offset-9 {
1649
1649
  margin-left: 75% !important;
1650
1650
  }
1651
1651
 
1652
1652
  table.body td.small-offset-10,
1653
- table.body th.small-offset-10{
1653
+ table.body th.small-offset-10 {
1654
1654
  margin-left: 83.33333% !important;
1655
1655
  }
1656
1656
 
1657
1657
  table.body td.small-offset-11,
1658
- table.body th.small-offset-11{
1658
+ table.body th.small-offset-11 {
1659
1659
  margin-left: 91.66667% !important;
1660
1660
  }
1661
1661
 
1662
1662
  table.body table.columns td.expander,
1663
- table.body table.columns th.expander{
1663
+ table.body table.columns th.expander {
1664
1664
  display: none !important;
1665
1665
  }
1666
1666
 
1667
1667
  table.body .right-text-pad,
1668
- table.body .text-pad-right{
1668
+ table.body .text-pad-right {
1669
1669
  padding-left: 10px !important;
1670
1670
  }
1671
1671
 
1672
1672
  table.body .left-text-pad,
1673
- table.body .text-pad-left{
1673
+ table.body .text-pad-left {
1674
1674
  padding-right: 10px !important;
1675
1675
  }
1676
1676
 
1677
- table.menu{
1677
+ table.menu {
1678
1678
  width: 100% !important;
1679
1679
  }
1680
1680
 
1681
1681
  table.menu td,
1682
- table.menu th{
1682
+ table.menu th {
1683
1683
  width: auto !important;
1684
1684
  display: inline-block !important;
1685
1685
  }
@@ -1687,26 +1687,26 @@ body.outlook p{
1687
1687
  table.menu.vertical td,
1688
1688
  table.menu.vertical th,
1689
1689
  table.menu.small-vertical td,
1690
- table.menu.small-vertical th{
1690
+ table.menu.small-vertical th {
1691
1691
  display: block !important;
1692
1692
  }
1693
1693
 
1694
- table.menu[align="center"]{
1694
+ table.menu[align="center"] {
1695
1695
  width: auto !important;
1696
1696
  }
1697
1697
 
1698
1698
  table.button.small-expand,
1699
- table.button.small-expanded{
1699
+ table.button.small-expanded {
1700
1700
  width: 100% !important;
1701
1701
  }
1702
1702
 
1703
1703
  table.button.small-expand table,
1704
- table.button.small-expanded table{
1704
+ table.button.small-expanded table {
1705
1705
  width: 100%;
1706
1706
  }
1707
1707
 
1708
1708
  table.button.small-expand table a,
1709
- table.button.small-expanded table a{
1709
+ table.button.small-expanded table a {
1710
1710
  text-align: center !important;
1711
1711
  width: 100% !important;
1712
1712
  padding-left: 0 !important;
@@ -1714,7 +1714,7 @@ body.outlook p{
1714
1714
  }
1715
1715
 
1716
1716
  table.button.small-expand center,
1717
- table.button.small-expanded center{
1717
+ table.button.small-expanded center {
1718
1718
  min-width: 0;
1719
1719
  }
1720
1720
  }
@@ -1722,75 +1722,75 @@ body.outlook p{
1722
1722
  /* 2 - Custom styles --------- */
1723
1723
 
1724
1724
  table.body th.decidim-bar,
1725
- table.body td.decidim-bar{
1725
+ table.body td.decidim-bar {
1726
1726
  padding: 10px 0;
1727
1727
  background-color: #1a181d;
1728
1728
  }
1729
1729
 
1730
- table.body{
1730
+ table.body {
1731
1731
  background-color: #f3f3f3;
1732
1732
  margin: 20px 0;
1733
1733
  }
1734
1734
 
1735
- .decidim-logo{
1735
+ .decidim-logo {
1736
1736
  margin-top: 16px;
1737
1737
  }
1738
1738
 
1739
- .decidim-logo a{
1739
+ .decidim-logo a {
1740
1740
  display: inline-block;
1741
1741
  height: 30px;
1742
1742
  }
1743
1743
 
1744
- .cityhall-bar{
1744
+ .cityhall-bar {
1745
1745
  background-color: #2c2930;
1746
1746
  }
1747
1747
 
1748
- .cityhall-logo{
1748
+ .cityhall-logo {
1749
1749
  width: 150px;
1750
1750
  margin-top: 16px;
1751
1751
  }
1752
1752
 
1753
1753
  .footnote,
1754
- .headnote{
1754
+ .headnote {
1755
1755
  padding-top: 10px;
1756
1756
  color: #666;
1757
1757
  font-size: 12px;
1758
1758
  }
1759
1759
 
1760
- table.container.main{
1760
+ table.container.main {
1761
1761
  background: #fefefe;
1762
1762
  }
1763
1763
 
1764
- .custom-button{
1764
+ .custom-button {
1765
1765
  display: block;
1766
1766
  text-align: center;
1767
1767
  border-radius: 4px;
1768
1768
  line-height: 1;
1769
- padding: .58em 1em;
1769
+ padding: 0.58em 1em;
1770
1770
  background: red;
1771
1771
  }
1772
1772
 
1773
- .button--sc{
1774
- letter-spacing: .05em;
1773
+ .button--sc {
1774
+ letter-spacing: 0.05em;
1775
1775
  font-weight: 600;
1776
1776
  text-transform: uppercase;
1777
1777
 
1778
- &.large{
1778
+ &.large {
1779
1779
  font-size: 1rem;
1780
1780
  }
1781
1781
  }
1782
1782
 
1783
- table.content.image img{
1783
+ table.content.image img {
1784
1784
  width: 100%;
1785
1785
  }
1786
1786
 
1787
1787
  th,
1788
- td{
1788
+ td {
1789
1789
  box-sizing: border-box;
1790
1790
  }
1791
1791
 
1792
- .email-notifications-digest{
1793
- .email-header{
1792
+ .email-notifications-digest {
1793
+ .email-header {
1794
1794
  margin-bottom: 32px;
1795
1795
  font-size: 16px;
1796
1796
  font-weight: bold;
@@ -1798,17 +1798,17 @@ td{
1798
1798
  display: inline-block;
1799
1799
  width: 49%;
1800
1800
 
1801
- &--right{
1801
+ &--right {
1802
1802
  text-align: right;
1803
1803
  }
1804
1804
  }
1805
1805
 
1806
- .email-intro{
1806
+ .email-intro {
1807
1807
  font-size: 16px;
1808
1808
  line-height: 21px;
1809
1809
  }
1810
1810
 
1811
- .email-content-notifications{
1811
+ .email-content-notifications {
1812
1812
  background-color: #f4f4f4;
1813
1813
  border-radius: 5px;
1814
1814
  border: 1px #e5e5e5;
@@ -1816,15 +1816,15 @@ td{
1816
1816
  margin: 32px 0;
1817
1817
  }
1818
1818
 
1819
- .email-content-notification{
1820
- p a{
1819
+ .email-content-notification {
1820
+ p a {
1821
1821
  color: #327f9b;
1822
1822
  font-weight: bold;
1823
1823
  text-decoration: underline;
1824
1824
  }
1825
1825
  }
1826
1826
 
1827
- .email-element-separator{
1827
+ .email-element-separator {
1828
1828
  margin: 24px 0;
1829
1829
  color: #e5e5e5;
1830
1830
  border-color: #e5e5e5;
@@ -1833,17 +1833,17 @@ td{
1833
1833
  border-width: 1px;
1834
1834
  }
1835
1835
 
1836
- .email-notification-date{
1836
+ .email-notification-date {
1837
1837
  color: #666d7a;
1838
1838
  display: block;
1839
1839
  margin-bottom: 10px;
1840
1840
  }
1841
1841
 
1842
- .email-closing{
1842
+ .email-closing {
1843
1843
  font-size: 14px;
1844
1844
  }
1845
1845
 
1846
- .email-btn{
1846
+ .email-btn {
1847
1847
  border: solid 1px;
1848
1848
  margin: 0 33% 30px;
1849
1849
  width: 33%;