@swisspost/design-system-styles 9.0.0-next.2 → 9.0.0-next.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/_svg-icon-map.scss +85 -23
  2. package/basics.css +1 -1
  3. package/basics.scss +2 -6
  4. package/cargo-external.css +7 -0
  5. package/cargo-external.scss +10 -0
  6. package/cargo-internal.css +7 -0
  7. package/cargo-internal.scss +10 -0
  8. package/cargo-tokens-external.css +1 -0
  9. package/cargo-tokens-external.scss +8 -0
  10. package/cargo-tokens-internal.css +1 -0
  11. package/cargo-tokens-internal.scss +8 -0
  12. package/components/_form-check.scss +166 -0
  13. package/components/_index.scss +21 -13
  14. package/components/appstore-badge.css +1 -0
  15. package/components/appstore-badge.scss +18 -0
  16. package/components/avatar.css +1 -0
  17. package/components/avatar.scss +41 -0
  18. package/components/badge.css +1 -1
  19. package/components/badge.scss +8 -2
  20. package/components/banner.css +1 -0
  21. package/components/banner.scss +105 -0
  22. package/components/blockquote.css +1 -0
  23. package/components/blockquote.scss +46 -0
  24. package/components/breadcrumb.css +1 -1
  25. package/components/breadcrumb.scss +4 -24
  26. package/components/breakpoints.css +1 -0
  27. package/components/breakpoints.scss +17 -0
  28. package/components/button-group.css +1 -1
  29. package/components/button-group.scss +7 -6
  30. package/components/button.css +1 -1
  31. package/components/button.scss +41 -228
  32. package/components/card-control.css +1 -1
  33. package/components/card-control.scss +33 -24
  34. package/components/card.css +1 -1
  35. package/components/card.scss +72 -68
  36. package/components/checkbox.css +1 -0
  37. package/components/checkbox.scss +127 -0
  38. package/components/chip.css +1 -1
  39. package/components/chip.scss +9 -8
  40. package/components/close.css +1 -1
  41. package/components/close.scss +0 -2
  42. package/components/datatable.css +1 -3
  43. package/components/datatable.scss +22 -17
  44. package/components/datepicker.css +1 -1
  45. package/components/datepicker.scss +6 -22
  46. package/components/dialog.css +1 -1
  47. package/components/dialog.scss +26 -38
  48. package/components/dropdown.css +1 -1
  49. package/components/dropdown.scss +9 -6
  50. package/components/fonts.css +1 -1
  51. package/components/fonts.scss +7 -45
  52. package/components/form-footer.css +1 -0
  53. package/components/form-footer.scss +18 -0
  54. package/components/form-hint.css +1 -0
  55. package/components/form-hint.scss +15 -0
  56. package/components/form-input.css +1 -0
  57. package/components/form-input.scss +301 -0
  58. package/components/form-range.css +1 -1
  59. package/components/form-range.scss +9 -9
  60. package/components/form-search-input.css +1 -0
  61. package/components/form-search-input.scss +97 -0
  62. package/components/form-select.css +1 -1
  63. package/components/form-select.scss +266 -55
  64. package/components/form-textarea.css +1 -1
  65. package/components/form-textarea.scss +172 -9
  66. package/components/globals/_index.scss +1 -0
  67. package/components/globals/post-footer.css +1 -0
  68. package/components/globals/post-footer.scss +113 -0
  69. package/components/header/_mixins.scss +48 -0
  70. package/components/header/index.css +1 -0
  71. package/components/header/index.scss +131 -0
  72. package/components/icon-button.css +1 -0
  73. package/components/icon-button.scss +19 -0
  74. package/components/icon-close-button.css +1 -0
  75. package/components/icon-close-button.scss +29 -0
  76. package/components/intranet-header/_icon.scss +1 -1
  77. package/components/intranet-header/_index.scss +0 -2
  78. package/components/intranet-header/_language-chooser.scss +3 -2
  79. package/components/intranet-header/_nav-overflow.scss +2 -2
  80. package/components/intranet-header/_scaffolding.scss +1 -1
  81. package/components/intranet-header/_searchbox.scss +1 -1
  82. package/components/intranet-header/_sidebar.scss +11 -11
  83. package/components/intranet-header/_top-navigation.scss +1 -1
  84. package/components/list-check.css +1 -0
  85. package/components/list-check.scss +79 -0
  86. package/components/list-group.css +1 -1
  87. package/components/list-group.scss +72 -127
  88. package/components/modal.css +2 -2
  89. package/components/modal.scss +2 -4
  90. package/components/offcanvas.css +1 -1
  91. package/components/offcanvas.scss +0 -2
  92. package/components/pagination.css +1 -1
  93. package/components/pagination.scss +10 -9
  94. package/components/popover.css +1 -1
  95. package/components/popover.scss +0 -2
  96. package/components/product-card.css +1 -1
  97. package/components/product-card.scss +11 -5
  98. package/components/progress.scss +0 -2
  99. package/components/radio-button.css +1 -0
  100. package/components/radio-button.scss +125 -0
  101. package/components/segmented-button.css +3 -0
  102. package/components/segmented-button.scss +207 -0
  103. package/components/skiplinks.css +1 -0
  104. package/components/skiplinks.scss +20 -0
  105. package/components/spinner.scss +0 -1
  106. package/components/stepper.css +1 -1
  107. package/components/stepper.scss +40 -33
  108. package/components/subnavigation.css +1 -1
  109. package/components/subnavigation.scss +17 -14
  110. package/components/switch.css +1 -0
  111. package/components/switch.scss +212 -0
  112. package/components/tables.css +1 -1
  113. package/components/tables.scss +0 -1
  114. package/components/tabs/_tab-title.scss +16 -55
  115. package/components/tabs/_tabs-wrapper.scss +3 -13
  116. package/components/tabs/index.css +1 -1
  117. package/components/tabs/index.scss +0 -2
  118. package/components/tag.css +1 -1
  119. package/components/tag.scss +1 -2
  120. package/components/teaser.css +1 -0
  121. package/components/teaser.scss +83 -0
  122. package/components/text-highlight.css +1 -1
  123. package/components/timepicker.css +1 -1
  124. package/components/timepicker.scss +13 -16
  125. package/components/toast.css +1 -1
  126. package/components/toast.scss +19 -16
  127. package/components/tooltip.css +1 -1
  128. package/components/tooltip.scss +0 -2
  129. package/components/transitions.scss +0 -2
  130. package/components/validation.css +1 -0
  131. package/components/validation.scss +120 -0
  132. package/elements/_index.scss +7 -1
  133. package/elements/anchor.css +1 -0
  134. package/elements/anchor.scss +33 -0
  135. package/elements/body.css +1 -1
  136. package/elements/body.scss +5 -1
  137. package/elements/fieldset-legend.css +1 -1
  138. package/elements/fieldset-legend.scss +7 -3
  139. package/elements/heading.css +1 -1
  140. package/elements/heading.scss +10 -12
  141. package/elements/list-bullet.css +1 -0
  142. package/elements/list-bullet.scss +43 -0
  143. package/elements/list-description.css +1 -0
  144. package/elements/list-description.scss +5 -0
  145. package/elements/list-number.css +1 -0
  146. package/elements/list-number.scss +33 -0
  147. package/elements/paragraph.css +1 -0
  148. package/elements/paragraph.scss +17 -0
  149. package/elements/reset.css +1 -1
  150. package/elements/reset.scss +16 -7
  151. package/elements.css +1 -0
  152. package/elements.scss +1 -0
  153. package/fonts.css +1 -1
  154. package/functions/_breakpoint.scss +26 -0
  155. package/functions/_forms.scss +46 -3
  156. package/functions/_icons.scss +2 -14
  157. package/helpers/_index.scss +4 -0
  158. package/helpers/clearfix.css +1 -0
  159. package/helpers/clearfix.scss +5 -0
  160. package/helpers/focus-ring.css +1 -0
  161. package/helpers/focus-ring.scss +5 -0
  162. package/helpers/text-truncation.css +1 -0
  163. package/helpers/text-truncation.scss +5 -0
  164. package/helpers/visually-hidden.css +1 -0
  165. package/helpers/visually-hidden.scss +5 -0
  166. package/index.css +3 -3
  167. package/index.scss +2 -5
  168. package/intranet.css +3 -3
  169. package/intranet.scss +2 -2
  170. package/layout/_containers.scss +32 -0
  171. package/layout/_section.scss +133 -0
  172. package/layout/grid/_index.scss +11 -0
  173. package/layout/grid/_mixins.scss +104 -0
  174. package/layout/grid/_variables.scss +2 -0
  175. package/layout/index.css +1 -0
  176. package/layout/index.scss +3 -0
  177. package/mixins/_button.scss +19 -15
  178. package/mixins/_form-checks.scss +1 -1
  179. package/mixins/_forms.scss +42 -33
  180. package/mixins/_icon-button.scss +27 -0
  181. package/mixins/_icons.scss +22 -32
  182. package/mixins/_index.scss +3 -2
  183. package/mixins/_layout.scss +26 -0
  184. package/mixins/_list.scss +112 -0
  185. package/mixins/_media.scss +58 -2
  186. package/mixins/_notification.scss +59 -53
  187. package/mixins/_utilities.scss +46 -25
  188. package/package.json +16 -16
  189. package/palettes/_mixins.scss +74 -0
  190. package/palettes/_utilities.scss +3 -0
  191. package/palettes/_variables.scss +2 -0
  192. package/palettes/cargo-palettes.css +1 -0
  193. package/palettes/cargo-palettes.scss +3 -0
  194. package/palettes/post-palettes.css +1 -0
  195. package/palettes/post-palettes.scss +3 -0
  196. package/placeholders/_button.scss +3 -6
  197. package/placeholders/_close.scss +2 -5
  198. package/placeholders/_schemes.scss +10 -0
  199. package/post-external.css +3 -3
  200. package/post-external.scss +7 -1
  201. package/post-internal.css +3 -3
  202. package/post-internal.scss +7 -1
  203. package/post-tokens-external.css +1 -1
  204. package/post-tokens-external.scss +1 -1
  205. package/post-tokens-internal.css +1 -1
  206. package/post-tokens-internal.scss +1 -1
  207. package/themes/bootstrap/_core.scss +0 -2
  208. package/themes/bootstrap/_forms.scss +0 -4
  209. package/themes/bootstrap/_overrides-variables.scss +0 -6
  210. package/themes/bootstrap/_utilities.scss +45 -1
  211. package/tokens/_cargo-theme.scss +8 -0
  212. package/tokens/_helpers.scss +1 -0
  213. package/tokens/_palettes.scss +9 -0
  214. package/tokens/_schemes.scss +11 -0
  215. package/tokens/_utilities_formatted.scss +1 -0
  216. package/tokens/temp/_channel.scss +4 -3
  217. package/tokens/temp/_components.scss +594 -503
  218. package/tokens/temp/_core.scss +49 -37
  219. package/tokens/temp/_device.scss +210 -239
  220. package/tokens/temp/_elements.scss +11 -11
  221. package/tokens/temp/_helpers.scss +13 -0
  222. package/tokens/temp/_index.scss +6 -4
  223. package/tokens/temp/_palettes.scss +19 -0
  224. package/tokens/temp/_scheme.scss +334 -0
  225. package/tokens/temp/_theme.scss +28 -9
  226. package/tokens/temp/_utilities-formatted.scss +128 -0
  227. package/tokens/temp/_utilities.scss +34 -58
  228. package/tokens/temp/palettes/_cargo-dark.scss +19 -0
  229. package/tokens/temp/palettes/_cargo-light.scss +19 -0
  230. package/tokens/temp/palettes/_post-dark.scss +19 -0
  231. package/tokens/temp/palettes/_post-light.scss +19 -0
  232. package/utilities/_not-defined.scss +44 -0
  233. package/utilities/_variables.scss +304 -22
  234. package/utilities/index.css +1 -0
  235. package/utilities/{_index.scss → index.scss} +1 -2
  236. package/variables/_animation.scss +10 -6
  237. package/variables/_breakpoints.scss +9 -5
  238. package/variables/_color.scss +0 -61
  239. package/variables/_commons.scss +1 -0
  240. package/variables/_elevation.scss +16 -22
  241. package/variables/_grid.scss +2 -12
  242. package/variables/_icons.scss +19 -696
  243. package/variables/_index.scss +1 -1
  244. package/variables/_sizing.scss +17 -0
  245. package/variables/_spacing.scss +0 -152
  246. package/variables/_type.scss +17 -27
  247. package/variables/components/_accordion.scss +0 -47
  248. package/variables/components/_badge.scss +9 -5
  249. package/variables/components/_button.scss +61 -113
  250. package/variables/components/_card.scss +7 -4
  251. package/variables/components/_chip.scss +13 -7
  252. package/variables/components/_close.scss +14 -8
  253. package/variables/components/_code.scss +1 -1
  254. package/variables/components/_datatable.scss +12 -8
  255. package/variables/components/_dropdowns.scss +1 -1
  256. package/variables/components/_form-check.scss +9 -46
  257. package/variables/components/_forms.scss +8 -101
  258. package/variables/components/_index.scss +0 -5
  259. package/variables/components/_modal.scss +17 -12
  260. package/variables/components/_nav.scss +3 -3
  261. package/variables/components/_navbar.scss +7 -4
  262. package/variables/components/_notification.scss +48 -37
  263. package/variables/components/_pagination.scss +14 -6
  264. package/variables/components/_spinners.scss +7 -2
  265. package/variables/components/_stepper.scss +15 -10
  266. package/variables/components/_subnavigation.scss +11 -9
  267. package/variables/components/_tables.scss +11 -6
  268. package/variables/components/_tag.scss +10 -7
  269. package/components/accordion.css +0 -1
  270. package/components/accordion.scss +0 -100
  271. package/components/alert.css +0 -1
  272. package/components/alert.scss +0 -137
  273. package/components/carousel.css +0 -1
  274. package/components/carousel.scss +0 -178
  275. package/components/elevation.css +0 -1
  276. package/components/elevation.scss +0 -8
  277. package/components/floating-label.css +0 -1
  278. package/components/floating-label.scss +0 -353
  279. package/components/form-check.css +0 -1
  280. package/components/form-check.scss +0 -297
  281. package/components/form-validation.css +0 -1
  282. package/components/form-validation.scss +0 -148
  283. package/components/forms.css +0 -1
  284. package/components/forms.scss +0 -215
  285. package/components/grid.css +0 -1
  286. package/components/grid.scss +0 -170
  287. package/components/icons.css +0 -1
  288. package/components/icons.scss +0 -60
  289. package/components/sizing.css +0 -1
  290. package/components/sizing.scss +0 -85
  291. package/components/topic-teaser.css +0 -1
  292. package/components/topic-teaser.scss +0 -196
  293. package/layouts/portal/_grid.scss +0 -85
  294. package/layouts/portal/_index.scss +0 -2
  295. package/layouts/portal/_subnavigation.scss +0 -5
  296. package/layouts/portal/_variables.scss +0 -8
  297. package/mixins/_accordion.scss +0 -16
  298. package/mixins/_elevation.scss +0 -6
  299. package/mixins/_focus.scss +0 -9
  300. package/mixins/_form-validation.scss +0 -5
  301. package/mixins/_size.scss +0 -65
  302. package/placeholders/_modes.scss +0 -10
  303. package/themes/bootstrap/_carousel.scss +0 -2
  304. package/themes/bootstrap/_containers.scss +0 -2
  305. package/themes/bootstrap/_grid.scss +0 -2
  306. package/themes/bootstrap/_overrides-mixins.scss +0 -33
  307. package/themes/bootstrap/forms/_floating-labels.scss +0 -2
  308. package/themes/bootstrap/forms/_form-control.scss +0 -2
  309. package/themes/bootstrap/forms/_form-select.scss +0 -2
  310. package/themes/bootstrap/forms/_form-text.scss +0 -2
  311. package/tokens/_modes.scss +0 -11
  312. package/tokens/temp/_mode.scss +0 -299
  313. package/utilities/_functions.scss +0 -35
  314. package/utilities/temp/_legacy.scss +0 -95
  315. package/variables/_options.scss +0 -5
  316. package/variables/components/_carousel.scss +0 -27
  317. package/variables/components/_figures.scss +0 -6
  318. package/variables/components/_form-select.scss +0 -13
  319. package/variables/components/_form-validation.scss +0 -38
  320. package/variables/components/_list-group.scss +0 -29
  321. package/variables/components/_topic-teaser.scss +0 -32
@@ -1,60 +0,0 @@
1
- @forward './../variables/options';
2
-
3
- @use './../variables/icons' as vars;
4
- @use './../variables/color';
5
-
6
- @use './../mixins/icons' as icon-mixin;
7
- @use './../mixins/utilities';
8
-
9
- .pi,
10
- %pi {
11
- display: inline-block;
12
- width: vars.$icon-size-default;
13
- height: vars.$icon-size-default;
14
- border: 0;
15
- background-repeat: no-repeat;
16
- background-position: center center;
17
- background-size: contain;
18
- vertical-align: middle;
19
-
20
- // Invert icons when HCM is active
21
- @include utilities.high-contrast-mode() {
22
- // Override inversion and don't change colors of pre-colored icons, they are like images
23
- @each $name, $path in vars.$svg-pre-colored-icon-map {
24
- &.pi-#{$name} {
25
- filter: none;
26
- forced-color-adjust: none;
27
- }
28
- }
29
- }
30
- }
31
-
32
- .pi-border {
33
- border: vars.$icon-border-width solid transparent;
34
- background-size: 90%;
35
- }
36
-
37
- @each $size, $value in vars.$icon-sizes {
38
- .pi-#{$size} {
39
- width: $value;
40
- height: $value;
41
- }
42
- }
43
-
44
- @each $name in vars.$legacy-icon-set {
45
- .pi-#{$name} {
46
- @include icon-mixin.pi($name);
47
- }
48
- }
49
-
50
- @each $name, $path in vars.$svg-pre-colored-icon-map {
51
- .pi-#{$name} {
52
- @include icon-mixin.pi-pre($name);
53
- }
54
- }
55
-
56
- // -- Special Icons --
57
-
58
- .pi-favourite {
59
- @include icon-mixin.pi('2062-f', color.$yellow);
60
- }
@@ -1 +0,0 @@
1
- .lh-hair{line-height:1px !important}.lh-line{line-height:2px !important}.lh-micro{line-height:.25rem !important}.lh-mini{line-height:.5rem !important}.lh-small-regular{line-height:.75rem !important}.lh-regular{line-height:1rem !important}.lh-small-large{line-height:1.25rem !important}.lh-large{line-height:1.5rem !important}.lh-big{line-height:2rem !important}.lh-bigger-big{line-height:2.5rem !important}.lh-small-huge{line-height:3rem !important}.lh-huge{line-height:3.5rem !important}.lh-small-giant{line-height:4.5rem !important}.lh-giant{line-height:5rem !important}.lh-bigger-giant{line-height:7rem !important}.h-hair{height:1px !important}.h-line{height:2px !important}.h-micro{height:.25rem !important}.h-mini{height:.5rem !important}.h-small-regular{height:.75rem !important}.h-regular{height:1rem !important}.h-small-large{height:1.25rem !important}.h-large{height:1.5rem !important}.h-big{height:2rem !important}.h-bigger-big{height:2.5rem !important}.h-small-huge{height:3rem !important}.h-huge{height:3.5rem !important}.h-small-giant{height:4.5rem !important}.h-giant{height:5rem !important}.h-bigger-giant{height:7rem !important}.mh-hair{max-height:1px !important}.mh-line{max-height:2px !important}.mh-micro{max-height:.25rem !important}.mh-mini{max-height:.5rem !important}.mh-small-regular{max-height:.75rem !important}.mh-regular{max-height:1rem !important}.mh-small-large{max-height:1.25rem !important}.mh-large{max-height:1.5rem !important}.mh-big{max-height:2rem !important}.mh-bigger-big{max-height:2.5rem !important}.mh-small-huge{max-height:3rem !important}.mh-huge{max-height:3.5rem !important}.mh-small-giant{max-height:4.5rem !important}.mh-giant{max-height:5rem !important}.mh-bigger-giant{max-height:7rem !important}.w-hair{width:1px !important}.w-line{width:2px !important}.w-micro{width:.25rem !important}.w-mini{width:.5rem !important}.w-small-regular{width:.75rem !important}.w-regular{width:1rem !important}.w-small-large{width:1.25rem !important}.w-large{width:1.5rem !important}.w-big{width:2rem !important}.w-bigger-big{width:2.5rem !important}.w-small-huge{width:3rem !important}.w-huge{width:3.5rem !important}.w-small-giant{width:4.5rem !important}.w-giant{width:5rem !important}.w-bigger-giant{width:7rem !important}.mw-hair{max-width:1px !important}.mw-line{max-width:2px !important}.mw-micro{max-width:.25rem !important}.mw-mini{max-width:.5rem !important}.mw-small-regular{max-width:.75rem !important}.mw-regular{max-width:1rem !important}.mw-small-large{max-width:1.25rem !important}.mw-large{max-width:1.5rem !important}.mw-big{max-width:2rem !important}.mw-bigger-big{max-width:2.5rem !important}.mw-small-huge{max-width:3rem !important}.mw-huge{max-width:3.5rem !important}.mw-small-giant{max-width:4.5rem !important}.mw-giant{max-width:5rem !important}.mw-bigger-giant{max-width:7rem !important}@media(min-width: 400px){.lh-sm-hair{line-height:1px !important}.lh-sm-line{line-height:2px !important}.lh-sm-micro{line-height:.25rem !important}.lh-sm-mini{line-height:.5rem !important}.lh-sm-small-regular{line-height:.75rem !important}.lh-sm-regular{line-height:1rem !important}.lh-sm-small-large{line-height:1.25rem !important}.lh-sm-large{line-height:1.5rem !important}.lh-sm-big{line-height:2rem !important}.lh-sm-bigger-big{line-height:2.5rem !important}.lh-sm-small-huge{line-height:3rem !important}.lh-sm-huge{line-height:3.5rem !important}.lh-sm-small-giant{line-height:4.5rem !important}.lh-sm-giant{line-height:5rem !important}.lh-sm-bigger-giant{line-height:7rem !important}.h-sm-hair{height:1px !important}.h-sm-line{height:2px !important}.h-sm-micro{height:.25rem !important}.h-sm-mini{height:.5rem !important}.h-sm-small-regular{height:.75rem !important}.h-sm-regular{height:1rem !important}.h-sm-small-large{height:1.25rem !important}.h-sm-large{height:1.5rem !important}.h-sm-big{height:2rem !important}.h-sm-bigger-big{height:2.5rem !important}.h-sm-small-huge{height:3rem !important}.h-sm-huge{height:3.5rem !important}.h-sm-small-giant{height:4.5rem !important}.h-sm-giant{height:5rem !important}.h-sm-bigger-giant{height:7rem !important}.mh-sm-hair{max-height:1px !important}.mh-sm-line{max-height:2px !important}.mh-sm-micro{max-height:.25rem !important}.mh-sm-mini{max-height:.5rem !important}.mh-sm-small-regular{max-height:.75rem !important}.mh-sm-regular{max-height:1rem !important}.mh-sm-small-large{max-height:1.25rem !important}.mh-sm-large{max-height:1.5rem !important}.mh-sm-big{max-height:2rem !important}.mh-sm-bigger-big{max-height:2.5rem !important}.mh-sm-small-huge{max-height:3rem !important}.mh-sm-huge{max-height:3.5rem !important}.mh-sm-small-giant{max-height:4.5rem !important}.mh-sm-giant{max-height:5rem !important}.mh-sm-bigger-giant{max-height:7rem !important}.w-sm-hair{width:1px !important}.w-sm-line{width:2px !important}.w-sm-micro{width:.25rem !important}.w-sm-mini{width:.5rem !important}.w-sm-small-regular{width:.75rem !important}.w-sm-regular{width:1rem !important}.w-sm-small-large{width:1.25rem !important}.w-sm-large{width:1.5rem !important}.w-sm-big{width:2rem !important}.w-sm-bigger-big{width:2.5rem !important}.w-sm-small-huge{width:3rem !important}.w-sm-huge{width:3.5rem !important}.w-sm-small-giant{width:4.5rem !important}.w-sm-giant{width:5rem !important}.w-sm-bigger-giant{width:7rem !important}.mw-sm-hair{max-width:1px !important}.mw-sm-line{max-width:2px !important}.mw-sm-micro{max-width:.25rem !important}.mw-sm-mini{max-width:.5rem !important}.mw-sm-small-regular{max-width:.75rem !important}.mw-sm-regular{max-width:1rem !important}.mw-sm-small-large{max-width:1.25rem !important}.mw-sm-large{max-width:1.5rem !important}.mw-sm-big{max-width:2rem !important}.mw-sm-bigger-big{max-width:2.5rem !important}.mw-sm-small-huge{max-width:3rem !important}.mw-sm-huge{max-width:3.5rem !important}.mw-sm-small-giant{max-width:4.5rem !important}.mw-sm-giant{max-width:5rem !important}.mw-sm-bigger-giant{max-width:7rem !important}}@media(min-width: 600px){.lh-rg-hair{line-height:1px !important}.lh-rg-line{line-height:2px !important}.lh-rg-micro{line-height:.25rem !important}.lh-rg-mini{line-height:.5rem !important}.lh-rg-small-regular{line-height:.75rem !important}.lh-rg-regular{line-height:1rem !important}.lh-rg-small-large{line-height:1.25rem !important}.lh-rg-large{line-height:1.5rem !important}.lh-rg-big{line-height:2rem !important}.lh-rg-bigger-big{line-height:2.5rem !important}.lh-rg-small-huge{line-height:3rem !important}.lh-rg-huge{line-height:3.5rem !important}.lh-rg-small-giant{line-height:4.5rem !important}.lh-rg-giant{line-height:5rem !important}.lh-rg-bigger-giant{line-height:7rem !important}.h-rg-hair{height:1px !important}.h-rg-line{height:2px !important}.h-rg-micro{height:.25rem !important}.h-rg-mini{height:.5rem !important}.h-rg-small-regular{height:.75rem !important}.h-rg-regular{height:1rem !important}.h-rg-small-large{height:1.25rem !important}.h-rg-large{height:1.5rem !important}.h-rg-big{height:2rem !important}.h-rg-bigger-big{height:2.5rem !important}.h-rg-small-huge{height:3rem !important}.h-rg-huge{height:3.5rem !important}.h-rg-small-giant{height:4.5rem !important}.h-rg-giant{height:5rem !important}.h-rg-bigger-giant{height:7rem !important}.mh-rg-hair{max-height:1px !important}.mh-rg-line{max-height:2px !important}.mh-rg-micro{max-height:.25rem !important}.mh-rg-mini{max-height:.5rem !important}.mh-rg-small-regular{max-height:.75rem !important}.mh-rg-regular{max-height:1rem !important}.mh-rg-small-large{max-height:1.25rem !important}.mh-rg-large{max-height:1.5rem !important}.mh-rg-big{max-height:2rem !important}.mh-rg-bigger-big{max-height:2.5rem !important}.mh-rg-small-huge{max-height:3rem !important}.mh-rg-huge{max-height:3.5rem !important}.mh-rg-small-giant{max-height:4.5rem !important}.mh-rg-giant{max-height:5rem !important}.mh-rg-bigger-giant{max-height:7rem !important}.w-rg-hair{width:1px !important}.w-rg-line{width:2px !important}.w-rg-micro{width:.25rem !important}.w-rg-mini{width:.5rem !important}.w-rg-small-regular{width:.75rem !important}.w-rg-regular{width:1rem !important}.w-rg-small-large{width:1.25rem !important}.w-rg-large{width:1.5rem !important}.w-rg-big{width:2rem !important}.w-rg-bigger-big{width:2.5rem !important}.w-rg-small-huge{width:3rem !important}.w-rg-huge{width:3.5rem !important}.w-rg-small-giant{width:4.5rem !important}.w-rg-giant{width:5rem !important}.w-rg-bigger-giant{width:7rem !important}.mw-rg-hair{max-width:1px !important}.mw-rg-line{max-width:2px !important}.mw-rg-micro{max-width:.25rem !important}.mw-rg-mini{max-width:.5rem !important}.mw-rg-small-regular{max-width:.75rem !important}.mw-rg-regular{max-width:1rem !important}.mw-rg-small-large{max-width:1.25rem !important}.mw-rg-large{max-width:1.5rem !important}.mw-rg-big{max-width:2rem !important}.mw-rg-bigger-big{max-width:2.5rem !important}.mw-rg-small-huge{max-width:3rem !important}.mw-rg-huge{max-width:3.5rem !important}.mw-rg-small-giant{max-width:4.5rem !important}.mw-rg-giant{max-width:5rem !important}.mw-rg-bigger-giant{max-width:7rem !important}}@media(min-width: 780px){.lh-md-hair{line-height:1px !important}.lh-md-line{line-height:2px !important}.lh-md-micro{line-height:.25rem !important}.lh-md-mini{line-height:.5rem !important}.lh-md-small-regular{line-height:.75rem !important}.lh-md-regular{line-height:1rem !important}.lh-md-small-large{line-height:1.25rem !important}.lh-md-large{line-height:1.5rem !important}.lh-md-big{line-height:2rem !important}.lh-md-bigger-big{line-height:2.5rem !important}.lh-md-small-huge{line-height:3rem !important}.lh-md-huge{line-height:3.5rem !important}.lh-md-small-giant{line-height:4.5rem !important}.lh-md-giant{line-height:5rem !important}.lh-md-bigger-giant{line-height:7rem !important}.h-md-hair{height:1px !important}.h-md-line{height:2px !important}.h-md-micro{height:.25rem !important}.h-md-mini{height:.5rem !important}.h-md-small-regular{height:.75rem !important}.h-md-regular{height:1rem !important}.h-md-small-large{height:1.25rem !important}.h-md-large{height:1.5rem !important}.h-md-big{height:2rem !important}.h-md-bigger-big{height:2.5rem !important}.h-md-small-huge{height:3rem !important}.h-md-huge{height:3.5rem !important}.h-md-small-giant{height:4.5rem !important}.h-md-giant{height:5rem !important}.h-md-bigger-giant{height:7rem !important}.mh-md-hair{max-height:1px !important}.mh-md-line{max-height:2px !important}.mh-md-micro{max-height:.25rem !important}.mh-md-mini{max-height:.5rem !important}.mh-md-small-regular{max-height:.75rem !important}.mh-md-regular{max-height:1rem !important}.mh-md-small-large{max-height:1.25rem !important}.mh-md-large{max-height:1.5rem !important}.mh-md-big{max-height:2rem !important}.mh-md-bigger-big{max-height:2.5rem !important}.mh-md-small-huge{max-height:3rem !important}.mh-md-huge{max-height:3.5rem !important}.mh-md-small-giant{max-height:4.5rem !important}.mh-md-giant{max-height:5rem !important}.mh-md-bigger-giant{max-height:7rem !important}.w-md-hair{width:1px !important}.w-md-line{width:2px !important}.w-md-micro{width:.25rem !important}.w-md-mini{width:.5rem !important}.w-md-small-regular{width:.75rem !important}.w-md-regular{width:1rem !important}.w-md-small-large{width:1.25rem !important}.w-md-large{width:1.5rem !important}.w-md-big{width:2rem !important}.w-md-bigger-big{width:2.5rem !important}.w-md-small-huge{width:3rem !important}.w-md-huge{width:3.5rem !important}.w-md-small-giant{width:4.5rem !important}.w-md-giant{width:5rem !important}.w-md-bigger-giant{width:7rem !important}.mw-md-hair{max-width:1px !important}.mw-md-line{max-width:2px !important}.mw-md-micro{max-width:.25rem !important}.mw-md-mini{max-width:.5rem !important}.mw-md-small-regular{max-width:.75rem !important}.mw-md-regular{max-width:1rem !important}.mw-md-small-large{max-width:1.25rem !important}.mw-md-large{max-width:1.5rem !important}.mw-md-big{max-width:2rem !important}.mw-md-bigger-big{max-width:2.5rem !important}.mw-md-small-huge{max-width:3rem !important}.mw-md-huge{max-width:3.5rem !important}.mw-md-small-giant{max-width:4.5rem !important}.mw-md-giant{max-width:5rem !important}.mw-md-bigger-giant{max-width:7rem !important}}@media(min-width: 1024px){.lh-lg-hair{line-height:1px !important}.lh-lg-line{line-height:2px !important}.lh-lg-micro{line-height:.25rem !important}.lh-lg-mini{line-height:.5rem !important}.lh-lg-small-regular{line-height:.75rem !important}.lh-lg-regular{line-height:1rem !important}.lh-lg-small-large{line-height:1.25rem !important}.lh-lg-large{line-height:1.5rem !important}.lh-lg-big{line-height:2rem !important}.lh-lg-bigger-big{line-height:2.5rem !important}.lh-lg-small-huge{line-height:3rem !important}.lh-lg-huge{line-height:3.5rem !important}.lh-lg-small-giant{line-height:4.5rem !important}.lh-lg-giant{line-height:5rem !important}.lh-lg-bigger-giant{line-height:7rem !important}.h-lg-hair{height:1px !important}.h-lg-line{height:2px !important}.h-lg-micro{height:.25rem !important}.h-lg-mini{height:.5rem !important}.h-lg-small-regular{height:.75rem !important}.h-lg-regular{height:1rem !important}.h-lg-small-large{height:1.25rem !important}.h-lg-large{height:1.5rem !important}.h-lg-big{height:2rem !important}.h-lg-bigger-big{height:2.5rem !important}.h-lg-small-huge{height:3rem !important}.h-lg-huge{height:3.5rem !important}.h-lg-small-giant{height:4.5rem !important}.h-lg-giant{height:5rem !important}.h-lg-bigger-giant{height:7rem !important}.mh-lg-hair{max-height:1px !important}.mh-lg-line{max-height:2px !important}.mh-lg-micro{max-height:.25rem !important}.mh-lg-mini{max-height:.5rem !important}.mh-lg-small-regular{max-height:.75rem !important}.mh-lg-regular{max-height:1rem !important}.mh-lg-small-large{max-height:1.25rem !important}.mh-lg-large{max-height:1.5rem !important}.mh-lg-big{max-height:2rem !important}.mh-lg-bigger-big{max-height:2.5rem !important}.mh-lg-small-huge{max-height:3rem !important}.mh-lg-huge{max-height:3.5rem !important}.mh-lg-small-giant{max-height:4.5rem !important}.mh-lg-giant{max-height:5rem !important}.mh-lg-bigger-giant{max-height:7rem !important}.w-lg-hair{width:1px !important}.w-lg-line{width:2px !important}.w-lg-micro{width:.25rem !important}.w-lg-mini{width:.5rem !important}.w-lg-small-regular{width:.75rem !important}.w-lg-regular{width:1rem !important}.w-lg-small-large{width:1.25rem !important}.w-lg-large{width:1.5rem !important}.w-lg-big{width:2rem !important}.w-lg-bigger-big{width:2.5rem !important}.w-lg-small-huge{width:3rem !important}.w-lg-huge{width:3.5rem !important}.w-lg-small-giant{width:4.5rem !important}.w-lg-giant{width:5rem !important}.w-lg-bigger-giant{width:7rem !important}.mw-lg-hair{max-width:1px !important}.mw-lg-line{max-width:2px !important}.mw-lg-micro{max-width:.25rem !important}.mw-lg-mini{max-width:.5rem !important}.mw-lg-small-regular{max-width:.75rem !important}.mw-lg-regular{max-width:1rem !important}.mw-lg-small-large{max-width:1.25rem !important}.mw-lg-large{max-width:1.5rem !important}.mw-lg-big{max-width:2rem !important}.mw-lg-bigger-big{max-width:2.5rem !important}.mw-lg-small-huge{max-width:3rem !important}.mw-lg-huge{max-width:3.5rem !important}.mw-lg-small-giant{max-width:4.5rem !important}.mw-lg-giant{max-width:5rem !important}.mw-lg-bigger-giant{max-width:7rem !important}}@media(min-width: 1280px){.lh-xl-hair{line-height:1px !important}.lh-xl-line{line-height:2px !important}.lh-xl-micro{line-height:.25rem !important}.lh-xl-mini{line-height:.5rem !important}.lh-xl-small-regular{line-height:.75rem !important}.lh-xl-regular{line-height:1rem !important}.lh-xl-small-large{line-height:1.25rem !important}.lh-xl-large{line-height:1.5rem !important}.lh-xl-big{line-height:2rem !important}.lh-xl-bigger-big{line-height:2.5rem !important}.lh-xl-small-huge{line-height:3rem !important}.lh-xl-huge{line-height:3.5rem !important}.lh-xl-small-giant{line-height:4.5rem !important}.lh-xl-giant{line-height:5rem !important}.lh-xl-bigger-giant{line-height:7rem !important}.h-xl-hair{height:1px !important}.h-xl-line{height:2px !important}.h-xl-micro{height:.25rem !important}.h-xl-mini{height:.5rem !important}.h-xl-small-regular{height:.75rem !important}.h-xl-regular{height:1rem !important}.h-xl-small-large{height:1.25rem !important}.h-xl-large{height:1.5rem !important}.h-xl-big{height:2rem !important}.h-xl-bigger-big{height:2.5rem !important}.h-xl-small-huge{height:3rem !important}.h-xl-huge{height:3.5rem !important}.h-xl-small-giant{height:4.5rem !important}.h-xl-giant{height:5rem !important}.h-xl-bigger-giant{height:7rem !important}.mh-xl-hair{max-height:1px !important}.mh-xl-line{max-height:2px !important}.mh-xl-micro{max-height:.25rem !important}.mh-xl-mini{max-height:.5rem !important}.mh-xl-small-regular{max-height:.75rem !important}.mh-xl-regular{max-height:1rem !important}.mh-xl-small-large{max-height:1.25rem !important}.mh-xl-large{max-height:1.5rem !important}.mh-xl-big{max-height:2rem !important}.mh-xl-bigger-big{max-height:2.5rem !important}.mh-xl-small-huge{max-height:3rem !important}.mh-xl-huge{max-height:3.5rem !important}.mh-xl-small-giant{max-height:4.5rem !important}.mh-xl-giant{max-height:5rem !important}.mh-xl-bigger-giant{max-height:7rem !important}.w-xl-hair{width:1px !important}.w-xl-line{width:2px !important}.w-xl-micro{width:.25rem !important}.w-xl-mini{width:.5rem !important}.w-xl-small-regular{width:.75rem !important}.w-xl-regular{width:1rem !important}.w-xl-small-large{width:1.25rem !important}.w-xl-large{width:1.5rem !important}.w-xl-big{width:2rem !important}.w-xl-bigger-big{width:2.5rem !important}.w-xl-small-huge{width:3rem !important}.w-xl-huge{width:3.5rem !important}.w-xl-small-giant{width:4.5rem !important}.w-xl-giant{width:5rem !important}.w-xl-bigger-giant{width:7rem !important}.mw-xl-hair{max-width:1px !important}.mw-xl-line{max-width:2px !important}.mw-xl-micro{max-width:.25rem !important}.mw-xl-mini{max-width:.5rem !important}.mw-xl-small-regular{max-width:.75rem !important}.mw-xl-regular{max-width:1rem !important}.mw-xl-small-large{max-width:1.25rem !important}.mw-xl-large{max-width:1.5rem !important}.mw-xl-big{max-width:2rem !important}.mw-xl-bigger-big{max-width:2.5rem !important}.mw-xl-small-huge{max-width:3rem !important}.mw-xl-huge{max-width:3.5rem !important}.mw-xl-small-giant{max-width:4.5rem !important}.mw-xl-giant{max-width:5rem !important}.mw-xl-bigger-giant{max-width:7rem !important}}@media(min-width: 1440px){.lh-xxl-hair{line-height:1px !important}.lh-xxl-line{line-height:2px !important}.lh-xxl-micro{line-height:.25rem !important}.lh-xxl-mini{line-height:.5rem !important}.lh-xxl-small-regular{line-height:.75rem !important}.lh-xxl-regular{line-height:1rem !important}.lh-xxl-small-large{line-height:1.25rem !important}.lh-xxl-large{line-height:1.5rem !important}.lh-xxl-big{line-height:2rem !important}.lh-xxl-bigger-big{line-height:2.5rem !important}.lh-xxl-small-huge{line-height:3rem !important}.lh-xxl-huge{line-height:3.5rem !important}.lh-xxl-small-giant{line-height:4.5rem !important}.lh-xxl-giant{line-height:5rem !important}.lh-xxl-bigger-giant{line-height:7rem !important}.h-xxl-hair{height:1px !important}.h-xxl-line{height:2px !important}.h-xxl-micro{height:.25rem !important}.h-xxl-mini{height:.5rem !important}.h-xxl-small-regular{height:.75rem !important}.h-xxl-regular{height:1rem !important}.h-xxl-small-large{height:1.25rem !important}.h-xxl-large{height:1.5rem !important}.h-xxl-big{height:2rem !important}.h-xxl-bigger-big{height:2.5rem !important}.h-xxl-small-huge{height:3rem !important}.h-xxl-huge{height:3.5rem !important}.h-xxl-small-giant{height:4.5rem !important}.h-xxl-giant{height:5rem !important}.h-xxl-bigger-giant{height:7rem !important}.mh-xxl-hair{max-height:1px !important}.mh-xxl-line{max-height:2px !important}.mh-xxl-micro{max-height:.25rem !important}.mh-xxl-mini{max-height:.5rem !important}.mh-xxl-small-regular{max-height:.75rem !important}.mh-xxl-regular{max-height:1rem !important}.mh-xxl-small-large{max-height:1.25rem !important}.mh-xxl-large{max-height:1.5rem !important}.mh-xxl-big{max-height:2rem !important}.mh-xxl-bigger-big{max-height:2.5rem !important}.mh-xxl-small-huge{max-height:3rem !important}.mh-xxl-huge{max-height:3.5rem !important}.mh-xxl-small-giant{max-height:4.5rem !important}.mh-xxl-giant{max-height:5rem !important}.mh-xxl-bigger-giant{max-height:7rem !important}.w-xxl-hair{width:1px !important}.w-xxl-line{width:2px !important}.w-xxl-micro{width:.25rem !important}.w-xxl-mini{width:.5rem !important}.w-xxl-small-regular{width:.75rem !important}.w-xxl-regular{width:1rem !important}.w-xxl-small-large{width:1.25rem !important}.w-xxl-large{width:1.5rem !important}.w-xxl-big{width:2rem !important}.w-xxl-bigger-big{width:2.5rem !important}.w-xxl-small-huge{width:3rem !important}.w-xxl-huge{width:3.5rem !important}.w-xxl-small-giant{width:4.5rem !important}.w-xxl-giant{width:5rem !important}.w-xxl-bigger-giant{width:7rem !important}.mw-xxl-hair{max-width:1px !important}.mw-xxl-line{max-width:2px !important}.mw-xxl-micro{max-width:.25rem !important}.mw-xxl-mini{max-width:.5rem !important}.mw-xxl-small-regular{max-width:.75rem !important}.mw-xxl-regular{max-width:1rem !important}.mw-xxl-small-large{max-width:1.25rem !important}.mw-xxl-large{max-width:1.5rem !important}.mw-xxl-big{max-width:2rem !important}.mw-xxl-bigger-big{max-width:2.5rem !important}.mw-xxl-small-huge{max-width:3rem !important}.mw-xxl-huge{max-width:3.5rem !important}.mw-xxl-small-giant{max-width:4.5rem !important}.mw-xxl-giant{max-width:5rem !important}.mw-xxl-bigger-giant{max-width:7rem !important}}@media(min-width: 400px){.w-sm-25{width:25% !important}.w-sm-50{width:50% !important}.w-sm-75{width:75% !important}.w-sm-100{width:100% !important}.w-sm-auto{width:auto !important}}@media(min-width: 600px){.w-rg-25{width:25% !important}.w-rg-50{width:50% !important}.w-rg-75{width:75% !important}.w-rg-100{width:100% !important}.w-rg-auto{width:auto !important}}@media(min-width: 780px){.w-md-25{width:25% !important}.w-md-50{width:50% !important}.w-md-75{width:75% !important}.w-md-100{width:100% !important}.w-md-auto{width:auto !important}}@media(min-width: 1024px){.w-lg-25{width:25% !important}.w-lg-50{width:50% !important}.w-lg-75{width:75% !important}.w-lg-100{width:100% !important}.w-lg-auto{width:auto !important}}@media(min-width: 1280px){.w-xl-25{width:25% !important}.w-xl-50{width:50% !important}.w-xl-75{width:75% !important}.w-xl-100{width:100% !important}.w-xl-auto{width:auto !important}}@media(min-width: 1440px){.w-xxl-25{width:25% !important}.w-xxl-50{width:50% !important}.w-xxl-75{width:75% !important}.w-xxl-100{width:100% !important}.w-xxl-auto{width:auto !important}}.m-giant-r{margin:3.5rem !important}.mt-giant-r{margin-top:3.5rem !important}.mr-giant-r{margin-right:3.5rem !important}.mb-giant-r{margin-bottom:3.5rem !important}.ml-giant-r{margin-left:3.5rem !important}.p-giant-r{padding:3.5rem !important}.pt-giant-r{padding-top:3.5rem !important}.pr-giant-r{padding-right:3.5rem !important}.pb-giant-r{padding-bottom:3.5rem !important}.pl-giant-r{padding-left:3.5rem !important}.gap-giant-r{gap:3.5rem !important}.m-huge-r{margin:2rem !important}.mt-huge-r{margin-top:2rem !important}.mr-huge-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:2rem !important}.p-huge-r{padding:2rem !important}.pt-huge-r{padding-top:2rem !important}.pr-huge-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:2rem !important}.gap-huge-r{gap:2rem !important}.m-bigger-big-r{margin:1.5rem !important}.mt-bigger-big-r{margin-top:1.5rem !important}.mr-bigger-big-r{margin-right:1.5rem !important}.mb-bigger-big-r{margin-bottom:1.5rem !important}.ml-bigger-big-r{margin-left:1.5rem !important}.p-bigger-big-r{padding:1.5rem !important}.pt-bigger-big-r{padding-top:1.5rem !important}.pr-bigger-big-r{padding-right:1.5rem !important}.pb-bigger-big-r{padding-bottom:1.5rem !important}.pl-bigger-big-r{padding-left:1.5rem !important}.gap-bigger-big-r{gap:1.5rem !important}.m-big-r{margin:1.25rem !important}.mt-big-r{margin-top:1.25rem !important}.mr-big-r{margin-right:1.25rem !important}.mb-big-r{margin-bottom:1.25rem !important}.ml-big-r{margin-left:1.25rem !important}.p-big-r{padding:1.25rem !important}.pt-big-r{padding-top:1.25rem !important}.pr-big-r{padding-right:1.25rem !important}.pb-big-r{padding-bottom:1.25rem !important}.pl-big-r{padding-left:1.25rem !important}.gap-big-r{gap:1.25rem !important}.m-large-r{margin:1rem !important}.mt-large-r{margin-top:1rem !important}.mr-large-r{margin-right:1rem !important}.mb-large-r{margin-bottom:1rem !important}.ml-large-r{margin-left:1rem !important}.p-large-r{padding:1rem !important}.pt-large-r{padding-top:1rem !important}.pr-large-r{padding-right:1rem !important}.pb-large-r{padding-bottom:1rem !important}.pl-large-r{padding-left:1rem !important}.gap-large-r{gap:1rem !important}.m-regular-r{margin:1rem !important}.mt-regular-r{margin-top:1rem !important}.mr-regular-r{margin-right:1rem !important}.mb-regular-r{margin-bottom:1rem !important}.ml-regular-r{margin-left:1rem !important}.p-regular-r{padding:1rem !important}.pt-regular-r{padding-top:1rem !important}.pr-regular-r{padding-right:1rem !important}.pb-regular-r{padding-bottom:1rem !important}.pl-regular-r{padding-left:1rem !important}.gap-regular-r{gap:1rem !important}.m-small-r{margin:.75rem !important}.mt-small-r{margin-top:.75rem !important}.mr-small-r{margin-right:.75rem !important}.mb-small-r{margin-bottom:.75rem !important}.ml-small-r{margin-left:.75rem !important}.p-small-r{padding:.75rem !important}.pt-small-r{padding-top:.75rem !important}.pr-small-r{padding-right:.75rem !important}.pb-small-r{padding-bottom:.75rem !important}.pl-small-r{padding-left:.75rem !important}.gap-small-r{gap:.75rem !important}.m-tiny-r{margin:.75rem !important}.mt-tiny-r{margin-top:.75rem !important}.mr-tiny-r{margin-right:.75rem !important}.mb-tiny-r{margin-bottom:.75rem !important}.ml-tiny-r{margin-left:.75rem !important}.p-tiny-r{padding:.75rem !important}.pt-tiny-r{padding-top:.75rem !important}.pr-tiny-r{padding-right:.75rem !important}.pb-tiny-r{padding-bottom:.75rem !important}.pl-tiny-r{padding-left:.75rem !important}.gap-tiny-r{gap:.75rem !important}@media(min-width: 400px){.m-small-r{margin:1rem !important}.mt-small-r{margin-top:1rem !important}.mr-small-r{margin-right:1rem !important}.mb-small-r{margin-bottom:1rem !important}.ml-small-r{margin-left:1rem !important}.p-small-r{padding:1rem !important}.pt-small-r{padding-top:1rem !important}.pr-small-r{padding-right:1rem !important}.pb-small-r{padding-bottom:1rem !important}.pl-small-r{padding-left:1rem !important}.gap-small-r{gap:1rem !important}}@media(min-width: 780px){.m-giant-r{margin:5rem !important}.m-huge-r{margin:2.5rem !important}.m-bigger-big-r{margin:3rem !important}.m-big-r{margin:2rem !important}.m-large-r{margin:1.25rem !important}.m-regular-r{margin:1.5rem !important}.m-tiny-r{margin:1rem !important}.mt-giant-r{margin-top:5rem !important}.mt-huge-r{margin-top:2.5rem !important}.mt-bigger-big-r{margin-top:3rem !important}.mt-big-r{margin-top:2rem !important}.mt-large-r{margin-top:1.25rem !important}.mt-regular-r{margin-top:1.5rem !important}.mt-tiny-r{margin-top:1rem !important}.mr-giant-r{margin-right:5rem !important}.mr-huge-r{margin-right:2.5rem !important}.mr-bigger-big-r{margin-right:3rem !important}.mr-big-r{margin-right:2rem !important}.mr-large-r{margin-right:1.25rem !important}.mr-regular-r{margin-right:1.5rem !important}.mr-tiny-r{margin-right:1rem !important}.mb-giant-r{margin-bottom:5rem !important}.mb-huge-r{margin-bottom:2.5rem !important}.mb-bigger-big-r{margin-bottom:3rem !important}.mb-big-r{margin-bottom:2rem !important}.mb-large-r{margin-bottom:1.25rem !important}.mb-regular-r{margin-bottom:1.5rem !important}.mb-tiny-r{margin-bottom:1rem !important}.ml-giant-r{margin-left:5rem !important}.ml-huge-r{margin-left:2.5rem !important}.ml-bigger-big-r{margin-left:3rem !important}.ml-big-r{margin-left:2rem !important}.ml-large-r{margin-left:1.25rem !important}.ml-regular-r{margin-left:1.5rem !important}.ml-tiny-r{margin-left:1rem !important}.p-giant-r{padding:5rem !important}.p-huge-r{padding:2.5rem !important}.p-bigger-big-r{padding:3rem !important}.p-big-r{padding:2rem !important}.p-large-r{padding:1.25rem !important}.p-regular-r{padding:1.5rem !important}.p-tiny-r{padding:1rem !important}.pt-giant-r{padding-top:5rem !important}.pt-huge-r{padding-top:2.5rem !important}.pt-bigger-big-r{padding-top:3rem !important}.pt-big-r{padding-top:2rem !important}.pt-large-r{padding-top:1.25rem !important}.pt-regular-r{padding-top:1.5rem !important}.pt-tiny-r{padding-top:1rem !important}.pr-giant-r{padding-right:5rem !important}.pr-huge-r{padding-right:2.5rem !important}.pr-bigger-big-r{padding-right:3rem !important}.pr-big-r{padding-right:2rem !important}.pr-large-r{padding-right:1.25rem !important}.pr-regular-r{padding-right:1.5rem !important}.pr-tiny-r{padding-right:1rem !important}.pb-giant-r{padding-bottom:5rem !important}.pb-huge-r{padding-bottom:2.5rem !important}.pb-bigger-big-r{padding-bottom:3rem !important}.pb-big-r{padding-bottom:2rem !important}.pb-large-r{padding-bottom:1.25rem !important}.pb-regular-r{padding-bottom:1.5rem !important}.pb-tiny-r{padding-bottom:1rem !important}.pl-giant-r{padding-left:5rem !important}.pl-huge-r{padding-left:2.5rem !important}.pl-bigger-big-r{padding-left:3rem !important}.pl-big-r{padding-left:2rem !important}.pl-large-r{padding-left:1.25rem !important}.pl-regular-r{padding-left:1.5rem !important}.pl-tiny-r{padding-left:1rem !important}.gap-giant-r{gap:5rem !important}.gap-huge-r{gap:2.5rem !important}.gap-bigger-big-r{gap:3rem !important}.gap-big-r{gap:2rem !important}.gap-large-r{gap:1.25rem !important}.gap-regular-r{gap:1.5rem !important}.gap-tiny-r{gap:1rem !important}}@media(min-width: 1280px){.m-huge-r{margin:3.5rem !important}.m-big-r{margin:2.5rem !important}.m-large-r{margin:2rem !important}.mt-huge-r{margin-top:3.5rem !important}.mt-big-r{margin-top:2.5rem !important}.mt-large-r{margin-top:2rem !important}.mr-huge-r{margin-right:3.5rem !important}.mr-big-r{margin-right:2.5rem !important}.mr-large-r{margin-right:2rem !important}.mb-huge-r{margin-bottom:3.5rem !important}.mb-big-r{margin-bottom:2.5rem !important}.mb-large-r{margin-bottom:2rem !important}.ml-huge-r{margin-left:3.5rem !important}.ml-big-r{margin-left:2.5rem !important}.ml-large-r{margin-left:2rem !important}.p-huge-r{padding:3.5rem !important}.p-big-r{padding:2.5rem !important}.p-large-r{padding:2rem !important}.pt-huge-r{padding-top:3.5rem !important}.pt-big-r{padding-top:2.5rem !important}.pt-large-r{padding-top:2rem !important}.pr-huge-r{padding-right:3.5rem !important}.pr-big-r{padding-right:2.5rem !important}.pr-large-r{padding-right:2rem !important}.pb-huge-r{padding-bottom:3.5rem !important}.pb-big-r{padding-bottom:2.5rem !important}.pb-large-r{padding-bottom:2rem !important}.pl-huge-r{padding-left:3.5rem !important}.pl-big-r{padding-left:2.5rem !important}.pl-large-r{padding-left:2rem !important}.gap-huge-r{gap:3.5rem !important}.gap-big-r{gap:2.5rem !important}.gap-large-r{gap:2rem !important}}
@@ -1,85 +0,0 @@
1
- @forward './../variables/options';
2
-
3
- @use 'sass:map';
4
- @use './../themes/bootstrap/core' as *;
5
- @use './../variables/spacing';
6
- @use './../variables/breakpoints';
7
- @use './../mixins/utilities';
8
-
9
- // Post sizes
10
- @each $breakpoint in map.keys(breakpoints.$grid-breakpoints) {
11
- @include media-breakpoint-up($breakpoint) {
12
- $infix: if($breakpoint == 'xs', '', '-#{$breakpoint}');
13
-
14
- @each $prop,
15
- $abbrev
16
- in (/* Deprecated */ line-height: lh, height: h, max-height: mh, width: w, max-width: mw)
17
- {
18
- @each $size, $length in spacing.$post-sizes {
19
- .#{$abbrev}#{$infix}-#{$size} {
20
- #{$prop}: $length !important;
21
- }
22
- }
23
- }
24
- }
25
- }
26
-
27
- // Post breakpoints width - e.g. w-sm-100
28
- @each $breakpoint in map.keys(breakpoints.$grid-breakpoints) {
29
- @include media-breakpoint-up($breakpoint) {
30
- @if $breakpoint != 'xs' {
31
- @each $prop, $abbrev in (width: w) {
32
- @each $size, $length in spacing.$sizes {
33
- .#{$abbrev}-#{$breakpoint}-#{$size} {
34
- #{$prop}: $length !important;
35
- }
36
- }
37
- }
38
- }
39
- }
40
- }
41
-
42
- // Generate responsive spacing utility classes, a lot of them
43
- $cache: ();
44
-
45
- @each $breakpoint-key, $breakpoint-value in breakpoints.$grid-breakpoints {
46
- @if ($breakpoint-key == 'xs') {
47
- @each $curve-name, $curve-sizes in spacing.$size-curves {
48
- $value: map.get($curve-sizes, $breakpoint-key);
49
-
50
- @each $classname, $property in spacing.$responsive-spacing-properties {
51
- $cache: map.set($cache, $classname + $curve-name, $value);
52
- @include utilities.generate-utility-class($classname, $curve-name, $property, $value);
53
- }
54
- }
55
- } @else {
56
- // Media queries create a scope, upstream variables become read-only and updating the $cache
57
- // is impossible from within the media query. Therefore we first compile a stack of utility
58
- // classes to compile, and then compile them. With caching, we're able to skip 370 utility
59
- // classes from being written (765 vs. 2248 lines of code unminified)
60
-
61
- $stack: ();
62
-
63
- @each $curve-name, $curve-sizes in spacing.$size-curves {
64
- $value: map.get($curve-sizes, $breakpoint-key);
65
-
66
- @each $classname, $property in spacing.$responsive-spacing-properties {
67
- @if (map.get($cache, $classname + $curve-name) != $value) {
68
- $stack: map.set($stack, $classname, $curve-name, $property, $value);
69
- $cache: map.set($cache, $classname + $curve-name, $value);
70
- }
71
- }
72
- }
73
-
74
- // Render the stack
75
- @include media-breakpoint-up($breakpoint-key) {
76
- @each $classname, $class-map in $stack {
77
- @each $curve-name, $curve-map in $class-map {
78
- @each $property, $value in $curve-map {
79
- @include utilities.generate-utility-class($classname, $curve-name, $property, $value);
80
- }
81
- }
82
- }
83
- }
84
- }
85
- }
@@ -1 +0,0 @@
1
- @media(min-width: 1440px){.topic-teaser[class*=bg-]{background-color:rgba(0,0,0,0) !important}}@media(min-width: 1440px){.topic-teaser .topic-teaser-container{padding-left:60px;padding-right:60px}}@media(min-width: 1024px)and (max-width: 1279.98px){.topic-teaser:not(.topic-teaser-reverse) .container{padding-right:0}}@media(min-width: 1280px)and (max-width: 1439.98px){.topic-teaser:not(.topic-teaser-reverse) .container{padding-right:0}}@media(min-width: 1440px){.topic-teaser:not(.topic-teaser-reverse) .container{padding-right:0}}@media(min-width: 1440px){.topic-teaser:not(.topic-teaser-reverse) .topic-teaser-container{padding-right:0;margin-right:-1px;clip-path:inset(0 1px -3.5rem 0)}}.topic-teaser:not(.topic-teaser-reverse) .topic-teaser-container>.row{justify-content:flex-end}@media(max-width: 399.98px){.topic-teaser:not(.topic-teaser-reverse) .topic-teaser-image-container{margin-right:-12px}}@media(min-width: 400px)and (max-width: 599.98px){.topic-teaser:not(.topic-teaser-reverse) .topic-teaser-image-container{margin-right:-16px}}@media(min-width: 600px)and (max-width: 779.98px){.topic-teaser:not(.topic-teaser-reverse) .topic-teaser-image-container{margin-right:-16px}}@media(min-width: 780px)and (max-width: 1023.98px){.topic-teaser:not(.topic-teaser-reverse) .topic-teaser-image-container{margin-right:-32px}}@media(min-width: 1024px)and (max-width: 1279.98px){.topic-teaser-reverse .container{padding-left:0}}@media(min-width: 1280px)and (max-width: 1439.98px){.topic-teaser-reverse .container{padding-left:0}}@media(min-width: 1440px){.topic-teaser-reverse .container{padding-left:0}}@media(min-width: 1440px){.topic-teaser-reverse .topic-teaser-container{padding-left:0}}@media(max-width: 1023.98px){.topic-teaser-reverse .topic-teaser-container>.row{flex-direction:column-reverse}}@media(max-width: 399.98px){.topic-teaser-reverse .topic-teaser-image-container{margin-left:-12px}}@media(min-width: 400px)and (max-width: 599.98px){.topic-teaser-reverse .topic-teaser-image-container{margin-left:-16px}}@media(min-width: 600px)and (max-width: 779.98px){.topic-teaser-reverse .topic-teaser-image-container{margin-left:-16px}}@media(min-width: 780px)and (max-width: 1023.98px){.topic-teaser-reverse .topic-teaser-image-container{margin-left:-32px}}.topic-teaser-image-container{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);margin-bottom:-2rem;flex:0 0 auto;width:83.33333333%}@media(min-width: 780px){.topic-teaser-image-container{margin-bottom:-2.5rem}}@media(min-width: 1280px){.topic-teaser-image-container{margin-bottom:-3.5rem}}@media(min-width: 600px){.topic-teaser-image-container{flex:0 0 auto;width:66.66666667%}}@media(min-width: 1024px){.topic-teaser-image-container{flex:0 0 auto;width:33.33333333%}}@media(min-width: 1280px){.topic-teaser-image-container{flex:0 0 auto;width:41.66666667%}}.topic-teaser-image{object-fit:cover;aspect-ratio:1/.7}@media(min-width: 400px){.topic-teaser-image{aspect-ratio:1/.7}}@media(min-width: 600px){.topic-teaser-image{aspect-ratio:1/.7}}@media(min-width: 780px){.topic-teaser-image{aspect-ratio:1/.7}}@media(min-width: 1024px){.topic-teaser-image{aspect-ratio:.66/1}}@media(min-width: 1280px){.topic-teaser-image{aspect-ratio:.9/1}}@media(min-width: 1440px){.topic-teaser-image{aspect-ratio:.9/1}}.topic-teaser-content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);display:flex;flex-direction:column;flex:0 0 auto;width:100%}@media(min-width: 1024px){.topic-teaser-content{flex:0 0 auto;width:66.66666667%}}@media(min-width: 1280px){.topic-teaser-content{flex:0 0 auto;width:58.33333333%}}@media(min-width: 600px){.topic-teaser-content{gap:32px}}@media(min-width: 1280px){.topic-teaser-content{gap:40px}}@media(min-width: 600px){.topic-teaser-content{flex-direction:row}}.topic-teaser-content>.link-list{width:50%}@media(max-width: 599.98px){.topic-teaser-content>.link-list{width:100%}}.topic-teaser-title{width:50%}@media(max-width: 599.98px){.topic-teaser-title{width:auto}}.topic-teaser-title>span{display:block}.link-list{padding:0;list-style-type:none;font-size:.9375rem}@media(min-width: 1024px){.link-list{font-size:1.25rem}}.link-list-item>a{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;transition:opacity 200ms;border:0;border-top:1px solid rgba(var(--post-contrast-color-rgb), 0.2);text-decoration:none}.link-list-item>a::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.533 3.467 9.466 4.4l11.6 11.6-11.6 11.6 1.067.933L22.933 16z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.533 3.467 9.466 4.4l11.6 11.6-11.6 11.6 1.067.933L22.933 16z'/%3E%3C/svg%3E");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:"";display:inline-block;height:1rem;width:1rem;flex:0 0 auto;transform:translateX(0.25rem);transition:transform 200ms}.link-list-item>a[href]:hover::after{transform:translateX(0.5rem)}@media(min-width: 1024px){.link-list-item>a{padding-top:1.25rem;padding-bottom:1.25rem}}.topic-teaser.bg-light .link-list-item>a{border-top-color:#e6e6e6}
@@ -1,196 +0,0 @@
1
- @forward './../variables/options';
2
-
3
- @use 'sass:map';
4
-
5
- @use './../themes/bootstrap/core' as *;
6
-
7
- @use './../variables/color';
8
- @use './../variables/grid';
9
- @use './../variables/spacing';
10
- @use './../variables/type';
11
- @use './../variables/components/topic-teaser';
12
- @use './../mixins/size';
13
- @use './../mixins/icons' as icons-mx;
14
-
15
- .topic-teaser {
16
- &[class*='bg-'] {
17
- @include media-breakpoint-up(xxl) {
18
- background-color: transparent !important;
19
- }
20
- }
21
-
22
- .topic-teaser-container {
23
- @include media-breakpoint-up(xxl) {
24
- padding-left: map.get(grid.$grid-container-padding, xxl) * 0.5;
25
- padding-right: map.get(grid.$grid-container-padding, xxl) * 0.5;
26
- }
27
- }
28
-
29
- &:not(.topic-teaser-reverse) {
30
- @each $breakpoint in topic-teaser.$grid-breakpoints-upper {
31
- @include media-breakpoint-only($breakpoint) {
32
- .container {
33
- padding-right: 0;
34
- }
35
- }
36
- }
37
-
38
- .topic-teaser-container {
39
- @include media-breakpoint-up(xxl) {
40
- padding-right: 0;
41
- // webkit subpixel-issue fix
42
- margin-right: -1px;
43
- clip-path: inset(0 1px (map.get(spacing.$size-curve-huge, 'xxl') * -1) 0);
44
- }
45
-
46
- > .row {
47
- justify-content: flex-end;
48
- }
49
- }
50
-
51
- .topic-teaser-image-container {
52
- @each $breakpoint in topic-teaser.$grid-breakpoints-lower {
53
- @include media-breakpoint-only($breakpoint) {
54
- margin-right: map.get(grid.$grid-container-padding, $breakpoint) * -1;
55
- }
56
- }
57
- }
58
- }
59
- }
60
-
61
- .topic-teaser-reverse {
62
- @each $breakpoint in topic-teaser.$grid-breakpoints-upper {
63
- @include media-breakpoint-only($breakpoint) {
64
- .container {
65
- padding-left: 0;
66
- }
67
- }
68
- }
69
-
70
- .topic-teaser-container {
71
- @include media-breakpoint-up(xxl) {
72
- padding-left: 0;
73
- }
74
-
75
- > .row {
76
- @include media-breakpoint-down(lg) {
77
- flex-direction: column-reverse;
78
- }
79
- }
80
- }
81
-
82
- .topic-teaser-image-container {
83
- @each $breakpoint in topic-teaser.$grid-breakpoints-lower {
84
- @include media-breakpoint-only($breakpoint) {
85
- margin-left: map.get(grid.$grid-container-padding, $breakpoint) * -1;
86
- }
87
- }
88
- }
89
- }
90
-
91
- .topic-teaser-image-container {
92
- @include make-col-ready();
93
- @include size.responsive-size('huge', 'margin-bottom', '-$value');
94
-
95
- @each $breakpoint, $size in topic-teaser.$image-cols {
96
- @include media-breakpoint-up($breakpoint) {
97
- @include make-col($size);
98
- }
99
- }
100
- }
101
-
102
- .topic-teaser-image {
103
- object-fit: cover;
104
-
105
- @each $breakpoint, $aspectratio in topic-teaser.$image-aspectratio {
106
- @include media-breakpoint-up($breakpoint) {
107
- aspect-ratio: $aspectratio;
108
- }
109
- }
110
- }
111
-
112
- .topic-teaser-content {
113
- @include make-col-ready();
114
- display: flex;
115
- flex-direction: column;
116
-
117
- @each $breakpoint, $size in topic-teaser.$content-cols {
118
- @include media-breakpoint-up($breakpoint) {
119
- @include make-col($size);
120
- }
121
- }
122
- @each $breakpoint, $gap in topic-teaser.$content-gap {
123
- @include media-breakpoint-up($breakpoint) {
124
- gap: $gap;
125
- }
126
- }
127
-
128
- @include media-breakpoint-up(rg) {
129
- flex-direction: row;
130
- }
131
- }
132
-
133
- .topic-teaser-content > .link-list {
134
- width: 50%;
135
-
136
- @include media-breakpoint-down(rg) {
137
- width: 100%;
138
- }
139
- }
140
-
141
- .topic-teaser-title {
142
- width: 50%;
143
-
144
- @include media-breakpoint-down(rg) {
145
- width: auto;
146
- }
147
- }
148
-
149
- .topic-teaser-title > span {
150
- display: block;
151
- }
152
-
153
- .link-list {
154
- padding: 0;
155
- list-style-type: none;
156
- font-size: type.$font-size-small;
157
-
158
- @include media-breakpoint-up(lg) {
159
- font-size: type.$font-size-medium;
160
- }
161
- }
162
-
163
- .link-list-item > a {
164
- display: flex;
165
- align-items: center;
166
- justify-content: space-between;
167
- padding: spacing.$size-small-regular spacing.$size-regular;
168
- transition: opacity 200ms;
169
- border: 0;
170
- border-top: 1px solid rgba(var(--post-contrast-color-rgb), 0.2);
171
- text-decoration: none;
172
-
173
- &::after {
174
- @include icons-mx.icon(2050);
175
- content: '';
176
- display: inline-block;
177
- height: spacing.$size-regular;
178
- width: spacing.$size-regular;
179
- flex: 0 0 auto;
180
- transform: translateX(#{spacing.$size-micro});
181
- transition: transform 200ms;
182
- }
183
-
184
- &[href]:hover::after {
185
- transform: translateX(#{spacing.$size-mini});
186
- }
187
-
188
- @include media-breakpoint-up(lg) {
189
- padding-top: spacing.$size-small-large;
190
- padding-bottom: spacing.$size-small-large;
191
- }
192
- }
193
-
194
- .topic-teaser.bg-light .link-list-item > a {
195
- border-top-color: color.$gray-10;
196
- }
@@ -1,85 +0,0 @@
1
- @use 'sass:map';
2
-
3
- @use './../../themes/bootstrap/core' as *;
4
-
5
- @use './../../variables/grid';
6
- @use './../../variables/commons';
7
- @use './variables' as portal-variables;
8
-
9
- .container-fluid {
10
- max-width: map.get(grid.$container-max-widths, xs);
11
- padding-right: 0;
12
- padding-left: 0;
13
-
14
- &:not(.allow-overflow) {
15
- overflow: hidden; // hides scrollbar
16
- }
17
- }
18
-
19
- //deprecated
20
- // px-gutters class is used to manipulate border collapse in product-cards
21
- .row.px-gutters {
22
- margin-right: -(commons.$border-width);
23
- margin-bottom: -(commons.$border-width);
24
- margin-left: 0;
25
-
26
- > .col,
27
- > [class*='col-'] {
28
- padding-right: commons.$border-width;
29
- padding-bottom: commons.$border-width;
30
- padding-left: 0;
31
- }
32
- }
33
-
34
- // Overwrites gutter on rg-sized screens and bigger
35
- @include media-breakpoint-up(rg) {
36
- .col,
37
- [class*='col-'] {
38
- padding-right: portal-variables.$grid-gutter-width-rg * 0.5;
39
- padding-left: portal-variables.$grid-gutter-width-rg * 0.5;
40
- }
41
-
42
- .row {
43
- margin-right: -(portal-variables.$grid-gutter-width-rg * 0.5);
44
- margin-left: -(portal-variables.$grid-gutter-width-rg * 0.5);
45
-
46
- &.no-gutters {
47
- margin-right: 0;
48
- margin-left: 0;
49
- }
50
- }
51
-
52
- //deprecated
53
- .vertical-gutters {
54
- margin-bottom: -(portal-variables.$grid-gutter-width-rg);
55
-
56
- > .col,
57
- > [class*='col-'] {
58
- padding-bottom: portal-variables.$grid-gutter-width-rg;
59
- }
60
- }
61
- }
62
-
63
- //deprecated
64
- @each $breakpoint in grid.$grid-breakpoints-list {
65
- .container-fluid-#{$breakpoint} {
66
- @include media-breakpoint-only($breakpoint) {
67
- padding-right: 0;
68
- padding-left: 0;
69
- }
70
- }
71
- }
72
-
73
- //deprecated
74
- .container-reset-right-rg-up {
75
- @include media-breakpoint-up(rg) {
76
- margin-left: 0;
77
- }
78
- }
79
-
80
- //deprecated
81
- .container-reset-left-rg-up {
82
- @include media-breakpoint-up(rg) {
83
- margin-right: 0;
84
- }
85
- }
@@ -1,2 +0,0 @@
1
- @use './grid';
2
- @use './subnavigation';
@@ -1,5 +0,0 @@
1
- .subnavigation-list {
2
- width: 100%;
3
- margin: 0;
4
- padding: 0;
5
- }
@@ -1,8 +0,0 @@
1
- @use 'sass:map';
2
- @use './../../variables/color';
3
-
4
- // DO NOT ADD TO THIS FILE! ALL THESE VARIABLES WILL BE REMOVED.
5
- // This file contains legacy variables that in the near future should no longer
6
- // be used but are currently necessary
7
-
8
- $grid-gutter-width-rg: 16px;
@@ -1,16 +0,0 @@
1
- @use './../mixins/color' as color-mx;
2
- @use './../functions/contrast';
3
- @use './../variables/color';
4
-
5
- @mixin background-color() {
6
- // make light gray the default accordion color
7
- @include color-mx.colored-background(color.$gray);
8
-
9
- // make the accordion white on any background other than white
10
- @each $name, $color in color.$background-colors {
11
- .bg-#{$name} & {
12
- $accordion-bg: if($color == color.$white, color.$gray, color.$white);
13
- @include color-mx.colored-background($accordion-bg);
14
- }
15
- }
16
- }
@@ -1,6 +0,0 @@
1
- @use 'sass:map';
2
- @use '../variables/elevation';
3
-
4
- @mixin elevation($level) {
5
- box-shadow: map.get(elevation.$elevation-map, $level);
6
- }
@@ -1,9 +0,0 @@
1
- @use '../variables/commons';
2
-
3
- @mixin focus-ring {
4
- outline: none;
5
-
6
- &:focus-visible {
7
- outline: commons.$outline-width solid commons.$outline-color;
8
- }
9
- }
@@ -1,5 +0,0 @@
1
- @mixin form-validation-state-selector($state) {
2
- #{if(&, "&", "")}.is-#{$state} {
3
- @content;
4
- }
5
- }
package/mixins/_size.scss DELETED
@@ -1,65 +0,0 @@
1
- @use 'sass:map';
2
- @use 'sass:string';
3
-
4
- @use './../themes/bootstrap/core' as *;
5
-
6
- @use './../variables/spacing';
7
- @use './../functions/utilities';
8
-
9
- @mixin bezel-small() {
10
- padding: map.get(spacing.$post-sizes, 'mini') map.get(spacing.$post-sizes, 'regular');
11
- }
12
-
13
- @mixin bezel-small-regular() {
14
- padding: map.get(spacing.$post-sizes, 'small-regular') map.get(spacing.$post-sizes, 'regular');
15
- }
16
-
17
- @mixin bezel-regular() {
18
- padding: map.get(spacing.$post-sizes, 'regular');
19
- }
20
-
21
- @mixin bezel-bigger-regular() {
22
- padding: map.get(spacing.$post-sizes, 'small-large');
23
- }
24
-
25
- @mixin bezel-medium() {
26
- padding: map.get(spacing.$post-sizes, 'small-large') map.get(spacing.$post-sizes, 'large');
27
- }
28
-
29
- @mixin bezel-large() {
30
- padding: map.get(spacing.$post-sizes, 'big');
31
- }
32
-
33
- @mixin bezel-big() {
34
- padding: map.get(spacing.$post-sizes, 'bigger-big');
35
- }
36
-
37
- /**
38
- * Generate responsive size properties for things like height, width, margin, padding, etc.
39
- * @param $curve-size One of the curve sizes predefined at https://www.experience-hub.ch/document/2307#/grundlagen-web/abstaende
40
- * @param $property Property key (height, width, padding, margin, top, etc.)
41
- * @param $template Value template string used for shorthand declarations like padding ("$value auto" = padding: 1rem auto)
42
- */
43
- @mixin responsive-size($curve-size: 'regular', $property-key: 'padding', $template: '$value') {
44
- $curve: map.get(spacing.$size-curves, $curve-size);
45
-
46
- @if ($curve) {
47
- $cache: '';
48
-
49
- @each $key, $value in $curve {
50
- @if ($key == 'xs') {
51
- #{$property-key}: string.unquote(utilities.replace($template, '$value', $value));
52
- } @else {
53
- // Don't write unnecessary media queries
54
- @if ($cache != $value) {
55
- @include media-breakpoint-up($key) {
56
- #{$property-key}: string.unquote(utilities.replace($template, '$value', $value));
57
- }
58
- }
59
- }
60
- $cache: $value;
61
- }
62
- } @else {
63
- @warn "@mixin responsive-size: Can't find $curve-size: " + $curve-size;
64
- }
65
- }
@@ -1,10 +0,0 @@
1
- @use '../tokens/temp/mode' as mode;
2
- @use './../mixins/tokens';
3
-
4
- %color-mode-light {
5
- @include tokens.from(mode.$post-light);
6
- }
7
-
8
- %color-mode-dark {
9
- @include tokens.from(mode.$post-dark);
10
- }
@@ -1,2 +0,0 @@
1
- @use './core' as *;
2
- @import 'bootstrap/scss/carousel';
@@ -1,2 +0,0 @@
1
- @use './core' as *;
2
- @import 'bootstrap/scss/containers';
@@ -1,2 +0,0 @@
1
- @use './core' as *;
2
- @import 'bootstrap/scss/grid';