@transferwise/components 0.0.0-experimental-57e70f3 → 0.0.0-experimental-09066ec

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 (563) hide show
  1. package/build/dateInput/DateInput.js +12 -5
  2. package/build/dateInput/DateInput.js.map +1 -1
  3. package/build/dateInput/DateInput.mjs +11 -4
  4. package/build/dateInput/DateInput.mjs.map +1 -1
  5. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js +16 -8
  6. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.js.map +1 -1
  7. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs +14 -6
  8. package/build/expressiveMoneyInput/currencySelector/CurrencySelector.mjs.map +1 -1
  9. package/build/index.js +12 -7
  10. package/build/index.js.map +1 -1
  11. package/build/index.mjs +9 -3
  12. package/build/index.mjs.map +1 -1
  13. package/build/inputs/{_BottomSheet.js → SelectInput/BottomSheet/SelectInputBottomSheet.js} +7 -7
  14. package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.js.map +1 -0
  15. package/build/inputs/{_BottomSheet.mjs → SelectInput/BottomSheet/SelectInputBottomSheet.mjs} +7 -7
  16. package/build/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.mjs.map +1 -0
  17. package/build/inputs/{_ButtonInput.js → SelectInput/ButtonInput/SelectInputButtonInput.js} +5 -5
  18. package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.js.map +1 -0
  19. package/build/inputs/{_ButtonInput.mjs → SelectInput/ButtonInput/SelectInputButtonInput.mjs} +5 -5
  20. package/build/inputs/SelectInput/ButtonInput/SelectInputButtonInput.mjs.map +1 -0
  21. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js +26 -0
  22. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.js.map +1 -0
  23. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs +24 -0
  24. package/build/inputs/SelectInput/ClearButton/SelectInputClearButton.mjs.map +1 -0
  25. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js +59 -0
  26. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.js.map +1 -0
  27. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs +56 -0
  28. package/build/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.mjs.map +1 -0
  29. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js +50 -0
  30. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.js.map +1 -0
  31. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs +48 -0
  32. package/build/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.mjs.map +1 -0
  33. package/build/inputs/SelectInput/ItemView/SelectInputItemView.js +47 -0
  34. package/build/inputs/SelectInput/ItemView/SelectInputItemView.js.map +1 -0
  35. package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs +45 -0
  36. package/build/inputs/SelectInput/ItemView/SelectInputItemView.mjs.map +1 -0
  37. package/build/inputs/SelectInput/Option/SelectInputOption.js +42 -0
  38. package/build/inputs/SelectInput/Option/SelectInputOption.js.map +1 -0
  39. package/build/inputs/SelectInput/Option/SelectInputOption.mjs +40 -0
  40. package/build/inputs/SelectInput/Option/SelectInputOption.mjs.map +1 -0
  41. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js +40 -0
  42. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.js.map +1 -0
  43. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs +38 -0
  44. package/build/inputs/SelectInput/OptionContent/SelectInputOptionContent.mjs.map +1 -0
  45. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js +48 -0
  46. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.js.map +1 -0
  47. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs +46 -0
  48. package/build/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.mjs.map +1 -0
  49. package/build/inputs/SelectInput/Options/SelectInputOptions.js +300 -0
  50. package/build/inputs/SelectInput/Options/SelectInputOptions.js.map +1 -0
  51. package/build/inputs/SelectInput/Options/SelectInputOptions.mjs +298 -0
  52. package/build/inputs/SelectInput/Options/SelectInputOptions.mjs.map +1 -0
  53. package/build/inputs/{_Popover.js → SelectInput/Popover/SelectInputPopover.js} +7 -7
  54. package/build/inputs/SelectInput/Popover/SelectInputPopover.js.map +1 -0
  55. package/build/inputs/{_Popover.mjs → SelectInput/Popover/SelectInputPopover.mjs} +7 -7
  56. package/build/inputs/SelectInput/Popover/SelectInputPopover.mjs.map +1 -0
  57. package/build/inputs/SelectInput/SelectInput.contexts.js +29 -0
  58. package/build/inputs/SelectInput/SelectInput.contexts.js.map +1 -0
  59. package/build/inputs/SelectInput/SelectInput.contexts.mjs +24 -0
  60. package/build/inputs/SelectInput/SelectInput.contexts.mjs.map +1 -0
  61. package/build/inputs/SelectInput/SelectInput.js +222 -0
  62. package/build/inputs/SelectInput/SelectInput.js.map +1 -0
  63. package/build/inputs/SelectInput/SelectInput.messages.js.map +1 -0
  64. package/build/inputs/SelectInput/SelectInput.messages.mjs.map +1 -0
  65. package/build/inputs/SelectInput/SelectInput.mjs +216 -0
  66. package/build/inputs/SelectInput/SelectInput.mjs.map +1 -0
  67. package/build/inputs/SelectInput/SelectInput.utils.js +164 -0
  68. package/build/inputs/SelectInput/SelectInput.utils.js.map +1 -0
  69. package/build/inputs/SelectInput/SelectInput.utils.mjs +154 -0
  70. package/build/inputs/SelectInput/SelectInput.utils.mjs.map +1 -0
  71. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js +42 -0
  72. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.js.map +1 -0
  73. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs +36 -0
  74. package/build/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.mjs.map +1 -0
  75. package/build/main.css +97 -27094
  76. package/build/moneyInput/MoneyInput.js +9 -2
  77. package/build/moneyInput/MoneyInput.js.map +1 -1
  78. package/build/moneyInput/MoneyInput.mjs +8 -1
  79. package/build/moneyInput/MoneyInput.mjs.map +1 -1
  80. package/build/phoneNumberInput/PhoneNumberInput.js +10 -3
  81. package/build/phoneNumberInput/PhoneNumberInput.js.map +1 -1
  82. package/build/phoneNumberInput/PhoneNumberInput.mjs +9 -2
  83. package/build/phoneNumberInput/PhoneNumberInput.mjs.map +1 -1
  84. package/build/styles/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +96 -0
  85. package/build/styles/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +16 -0
  86. package/build/styles/inputs/SelectInput/ClearButton/SelectInputClearButton.css +46 -0
  87. package/build/styles/inputs/SelectInput/ItemView/SelectInputItemView.css +16 -0
  88. package/build/styles/inputs/SelectInput/Option/SelectInputOption.css +33 -0
  89. package/build/styles/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +37 -0
  90. package/build/styles/inputs/SelectInput/Options/SelectInputOptions.css +81 -0
  91. package/build/styles/inputs/SelectInput/Popover/SelectInputPopover.css +46 -0
  92. package/build/styles/main.css +97 -27094
  93. package/build/types/index.d.ts +1 -1
  94. package/build/types/index.d.ts.map +1 -1
  95. package/build/types/inputs/{_BottomSheet.d.ts → SelectInput/BottomSheet/SelectInputBottomSheet.d.ts} +3 -3
  96. package/build/types/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.d.ts.map +1 -0
  97. package/build/types/inputs/SelectInput/BottomSheet/index.d.ts +3 -0
  98. package/build/types/inputs/SelectInput/BottomSheet/index.d.ts.map +1 -0
  99. package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts +5 -0
  100. package/build/types/inputs/SelectInput/ButtonInput/SelectInputButtonInput.d.ts.map +1 -0
  101. package/build/types/inputs/SelectInput/ButtonInput/index.d.ts +3 -0
  102. package/build/types/inputs/SelectInput/ButtonInput/index.d.ts.map +1 -0
  103. package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts +7 -0
  104. package/build/types/inputs/SelectInput/ClearButton/SelectInputClearButton.d.ts.map +1 -0
  105. package/build/types/inputs/SelectInput/ClearButton/index.d.ts +3 -0
  106. package/build/types/inputs/SelectInput/ClearButton/index.d.ts.map +1 -0
  107. package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts +16 -0
  108. package/build/types/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.d.ts.map +1 -0
  109. package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts +2 -0
  110. package/build/types/inputs/SelectInput/DefaultRenderTrigger/index.d.ts.map +1 -0
  111. package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts +9 -0
  112. package/build/types/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.d.ts.map +1 -0
  113. package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts +3 -0
  114. package/build/types/inputs/SelectInput/ItemView/GroupItemView/index.d.ts.map +1 -0
  115. package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts +11 -0
  116. package/build/types/inputs/SelectInput/ItemView/SelectInputItemView.d.ts.map +1 -0
  117. package/build/types/inputs/SelectInput/ItemView/index.d.ts +4 -0
  118. package/build/types/inputs/SelectInput/ItemView/index.d.ts.map +1 -0
  119. package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts +11 -0
  120. package/build/types/inputs/SelectInput/Option/SelectInputOption.d.ts.map +1 -0
  121. package/build/types/inputs/SelectInput/Option/index.d.ts +3 -0
  122. package/build/types/inputs/SelectInput/Option/index.d.ts.map +1 -0
  123. package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts +13 -0
  124. package/build/types/inputs/SelectInput/OptionContent/SelectInputOptionContent.d.ts.map +1 -0
  125. package/build/types/inputs/SelectInput/OptionContent/index.d.ts +3 -0
  126. package/build/types/inputs/SelectInput/OptionContent/index.d.ts.map +1 -0
  127. package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts +9 -0
  128. package/build/types/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.d.ts.map +1 -0
  129. package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts +3 -0
  130. package/build/types/inputs/SelectInput/Options/OptionsContainer/index.d.ts.map +1 -0
  131. package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts +21 -0
  132. package/build/types/inputs/SelectInput/Options/SelectInputOptions.d.ts.map +1 -0
  133. package/build/types/inputs/SelectInput/Options/index.d.ts +4 -0
  134. package/build/types/inputs/SelectInput/Options/index.d.ts.map +1 -0
  135. package/build/types/inputs/{_Popover.d.ts → SelectInput/Popover/SelectInputPopover.d.ts} +3 -3
  136. package/build/types/inputs/SelectInput/Popover/SelectInputPopover.d.ts.map +1 -0
  137. package/build/types/inputs/SelectInput/Popover/index.d.ts +3 -0
  138. package/build/types/inputs/SelectInput/Popover/index.d.ts.map +1 -0
  139. package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts +33 -0
  140. package/build/types/inputs/SelectInput/SelectInput.contexts.d.ts.map +1 -0
  141. package/build/types/inputs/SelectInput/SelectInput.d.ts +10 -0
  142. package/build/types/inputs/SelectInput/SelectInput.d.ts.map +1 -0
  143. package/build/types/inputs/SelectInput/SelectInput.messages.d.ts.map +1 -0
  144. package/build/types/inputs/{SelectInput.d.ts → SelectInput/SelectInput.types.d.ts} +12 -38
  145. package/build/types/inputs/SelectInput/SelectInput.types.d.ts.map +1 -0
  146. package/build/types/inputs/SelectInput/SelectInput.utils.d.ts +60 -0
  147. package/build/types/inputs/SelectInput/SelectInput.utils.d.ts.map +1 -0
  148. package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts +12 -0
  149. package/build/types/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.d.ts.map +1 -0
  150. package/build/types/inputs/SelectInput/TriggerButton/index.d.ts +3 -0
  151. package/build/types/inputs/SelectInput/TriggerButton/index.d.ts.map +1 -0
  152. package/build/types/inputs/SelectInput/components.d.ts +10 -0
  153. package/build/types/inputs/SelectInput/components.d.ts.map +1 -0
  154. package/build/types/inputs/SelectInput/index.d.ts +10 -0
  155. package/build/types/inputs/SelectInput/index.d.ts.map +1 -0
  156. package/package.json +4 -8
  157. package/src/accordion/Accordion.css +74 -0
  158. package/src/accordion/Accordion.less +3 -3
  159. package/src/actionButton/ActionButton.css +64 -0
  160. package/src/actionButton/ActionButton.less +1 -1
  161. package/src/actionOption/ActionOption.css +4 -0
  162. package/src/alert/Alert.css +7 -0
  163. package/src/avatar/Avatar.css +250 -0
  164. package/src/avatar/Avatar.less +3 -3
  165. package/src/avatarLayout/AvatarLayout.css +42 -0
  166. package/src/avatarView/AvatarView.css +44 -0
  167. package/src/avatarView/Dot.css +26 -0
  168. package/src/badge/Badge.css +65 -0
  169. package/src/badge/Badge.less +1 -1
  170. package/src/body/Body.css +3 -0
  171. package/src/button/Button.css +246 -0
  172. package/src/button/Button.vars.css +46 -0
  173. package/src/button/LegacyButton.css +23 -0
  174. package/src/button/LegacyButton.less +1 -1
  175. package/src/card/Card.css +100 -0
  176. package/src/card/Card.less +3 -3
  177. package/src/carousel/Carousel.css +134 -0
  178. package/src/checkboxButton/CheckboxButton.css +43 -0
  179. package/src/checkboxButton/CheckboxButton.less +2 -2
  180. package/src/chips/Chip.css +190 -0
  181. package/src/chips/Chip.less +3 -3
  182. package/src/circularButton/CircularButton.css +34 -0
  183. package/src/common/Option/Option.css +122 -0
  184. package/src/common/Option/Option.less +2 -2
  185. package/src/common/RadioButton/RadioButton.css +4 -0
  186. package/src/common/baseCard/BaseCard.css +49 -0
  187. package/src/common/bottomSheet/BottomSheet.css +53 -0
  188. package/src/common/bottomSheet/BottomSheet.less +1 -1
  189. package/src/common/circle/Circle.css +43 -0
  190. package/src/common/closeButton/CloseButton.css +94 -0
  191. package/src/common/closeButton/CloseButton.less +1 -1
  192. package/src/common/panel/Panel.css +73 -0
  193. package/src/common/panel/Panel.less +1 -1
  194. package/src/criticalBanner/CriticalCommsBanner.css +63 -0
  195. package/src/dateInput/DateInput.css +16 -0
  196. package/src/dateLookup/DateLookup.css +93 -0
  197. package/src/dateLookup/DateLookup.less +1 -1
  198. package/src/dateLookup/dateTrigger/DateTrigger.css +29 -0
  199. package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
  200. package/src/decision/Decision.css +17 -0
  201. package/src/decision/Decision.less +1 -1
  202. package/src/definitionList/DefinitionList.css +53 -0
  203. package/src/definitionList/DefinitionList.less +1 -1
  204. package/src/dimmer/Dimmer.css +70 -0
  205. package/src/dimmer/Dimmer.less +2 -2
  206. package/src/divider/Divider.css +24 -0
  207. package/src/drawer/Drawer.css +56 -0
  208. package/src/dropFade/DropFade.css +19 -0
  209. package/src/emphasis/Emphasis.css +31 -0
  210. package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +58 -0
  211. package/src/expressiveMoneyInput/amountInput/AmountInput.css +32 -0
  212. package/src/expressiveMoneyInput/chevron/Chevron.css +12 -0
  213. package/src/expressiveMoneyInput/currencySelector/CurrencySelector.css +6 -0
  214. package/src/field/Field.css +13 -0
  215. package/src/flowNavigation/FlowNavigation.css +76 -0
  216. package/src/flowNavigation/FlowNavigation.less +1 -1
  217. package/src/flowNavigation/animatedLabel/AnimatedLabel.css +30 -0
  218. package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
  219. package/src/header/Header.css +33 -0
  220. package/src/iconButton/IconButton.css +82 -0
  221. package/src/image/Image.css +13 -0
  222. package/src/index.ts +0 -1
  223. package/src/info/Info.css +9 -0
  224. package/src/info/Info.less +1 -1
  225. package/src/inputs/Input.css +158 -0
  226. package/src/inputs/InputGroup.css +63 -0
  227. package/src/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +96 -0
  228. package/src/inputs/{_BottomSheet.tsx → SelectInput/BottomSheet/SelectInputBottomSheet.tsx} +7 -7
  229. package/src/inputs/SelectInput/BottomSheet/index.ts +2 -0
  230. package/src/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +16 -0
  231. package/src/inputs/{_ButtonInput.tsx → SelectInput/ButtonInput/SelectInputButtonInput.tsx} +5 -5
  232. package/src/inputs/SelectInput/ButtonInput/index.ts +2 -0
  233. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.css +46 -0
  234. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +39 -0
  235. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.tsx +27 -0
  236. package/src/inputs/SelectInput/ClearButton/index.ts +2 -0
  237. package/src/inputs/SelectInput/DefaultRenderTrigger/SelectInputDefaultRenderTrigger.tsx +74 -0
  238. package/src/inputs/SelectInput/DefaultRenderTrigger/index.ts +5 -0
  239. package/src/inputs/SelectInput/ItemView/GroupItemView/SelectInputGroupItemView.tsx +61 -0
  240. package/src/inputs/SelectInput/ItemView/GroupItemView/index.ts +2 -0
  241. package/src/inputs/SelectInput/ItemView/SelectInputItemView.css +16 -0
  242. package/src/inputs/SelectInput/ItemView/SelectInputItemView.less +17 -0
  243. package/src/inputs/SelectInput/ItemView/SelectInputItemView.tsx +48 -0
  244. package/src/inputs/SelectInput/ItemView/index.ts +3 -0
  245. package/src/inputs/SelectInput/Option/SelectInputOption.css +33 -0
  246. package/src/inputs/SelectInput/Option/SelectInputOption.less +32 -0
  247. package/src/inputs/SelectInput/Option/SelectInputOption.tsx +57 -0
  248. package/src/inputs/SelectInput/Option/index.ts +2 -0
  249. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +37 -0
  250. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.less +38 -0
  251. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.tsx +72 -0
  252. package/src/inputs/SelectInput/OptionContent/index.ts +2 -0
  253. package/src/inputs/SelectInput/Options/OptionsContainer/SelectInputOptionsContainer.tsx +59 -0
  254. package/src/inputs/SelectInput/Options/OptionsContainer/index.ts +2 -0
  255. package/src/inputs/SelectInput/Options/SelectInputOptions.css +81 -0
  256. package/src/inputs/SelectInput/Options/SelectInputOptions.less +77 -0
  257. package/src/inputs/SelectInput/Options/SelectInputOptions.tsx +411 -0
  258. package/src/inputs/SelectInput/Options/index.ts +3 -0
  259. package/src/inputs/SelectInput/Popover/SelectInputPopover.css +46 -0
  260. package/src/inputs/{_Popover.tsx → SelectInput/Popover/SelectInputPopover.tsx} +7 -7
  261. package/src/inputs/SelectInput/Popover/index.ts +2 -0
  262. package/src/inputs/SelectInput/SelectInput.contexts.tsx +40 -0
  263. package/src/inputs/SelectInput/SelectInput.css +380 -0
  264. package/src/inputs/SelectInput/SelectInput.less +22 -0
  265. package/src/inputs/{SelectInput.test.tsx → SelectInput/SelectInput.test.tsx} +9 -11
  266. package/src/inputs/SelectInput/SelectInput.tsx +257 -0
  267. package/src/inputs/SelectInput/SelectInput.types.ts +113 -0
  268. package/src/inputs/SelectInput/SelectInput.utils.ts +205 -0
  269. package/src/inputs/SelectInput/TriggerButton/SelectInputTriggerButton.tsx +36 -0
  270. package/src/inputs/SelectInput/TriggerButton/index.ts +5 -0
  271. package/src/inputs/{SelectInput.docs.mdx → SelectInput/_stories/SelectInput.docs.mdx} +0 -1
  272. package/src/inputs/{SelectInput.story.tsx → SelectInput/_stories/SelectInput.story.tsx} +11 -8
  273. package/src/inputs/{SelectInput.test.story.tsx → SelectInput/_stories/SelectInput.test.story.tsx} +6 -10
  274. package/src/inputs/SelectInput/components.ts +10 -0
  275. package/src/inputs/SelectInput/index.ts +12 -0
  276. package/src/inputs/TextArea.css +161 -0
  277. package/src/inputs/_common.less +1 -1
  278. package/src/instructionsList/InstructionsList.css +26 -0
  279. package/src/legacylistItem/LegacyListItem.css +6 -0
  280. package/src/link/Link.css +24 -0
  281. package/src/link/Link.less +2 -2
  282. package/src/listItem/ListItem.css +659 -0
  283. package/src/listItem/ListItem.grid.css +384 -0
  284. package/src/listItem/ListItem.less +1 -1
  285. package/src/listItem/Prompt/ListItemPrompt.css +4 -0
  286. package/src/loader/Loader.css +227 -0
  287. package/src/logo/Logo.css +26 -0
  288. package/src/main.css +7529 -0
  289. package/src/main.less +1 -3
  290. package/src/modal/Modal.css +95 -0
  291. package/src/moneyInput/MoneyInput.css +74 -0
  292. package/src/moneyInput/MoneyInput.less +2 -2
  293. package/src/navigationOption/NavigationOption.css +69 -0
  294. package/src/navigationOption/NavigationOption.less +3 -3
  295. package/src/navigationOptionsList/NavigationOptionsList.css +13 -0
  296. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  297. package/src/nudge/Nudge.css +206 -0
  298. package/src/overlayHeader/OverlayHeader.css +15 -0
  299. package/src/overlayHeader/OverlayHeader.less +1 -1
  300. package/src/phoneNumberInput/PhoneNumberInput.css +23 -0
  301. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  302. package/src/popover/Popover.css +76 -0
  303. package/src/popover/Popover.less +1 -1
  304. package/src/progress/Progress.css +43 -0
  305. package/src/progressBar/ProgressBar.css +14 -0
  306. package/src/promoCard/PromoCard.css +186 -0
  307. package/src/prompt/ActionPrompt/ActionPrompt.css +25 -0
  308. package/src/prompt/InfoPrompt/InfoPrompt.css +33 -0
  309. package/src/prompt/InlinePrompt/InlinePrompt.css +57 -0
  310. package/src/prompt/PrimitivePrompt/PrimitivePrompt.css +51 -0
  311. package/src/radioGroup/RadioGroup.css +3 -0
  312. package/src/section/Section.css +10 -0
  313. package/src/segmentedControl/SegmentedControl.css +101 -0
  314. package/src/select/Select.css +368 -0
  315. package/src/select/Select.less +5 -5
  316. package/src/sentimentSurface/SentimentSurface.css +487 -0
  317. package/src/slidingPanel/SlidingPanel.css +105 -0
  318. package/src/slidingPanel/SlidingPanel.less +2 -2
  319. package/src/snackbar/Snackbar.css +93 -0
  320. package/src/snackbar/Snackbar.less +3 -3
  321. package/src/statusIcon/StatusIcon.css +6 -0
  322. package/src/stepper/Stepper.css +77 -0
  323. package/src/stepper/Stepper.less +3 -3
  324. package/src/summary/Summary.css +81 -0
  325. package/src/summary/Summary.less +1 -1
  326. package/src/switch/Switch.css +63 -0
  327. package/src/switch/Switch.less +4 -4
  328. package/src/switchOption/SwitchOption.css +4 -0
  329. package/src/table/Table.css +274 -0
  330. package/src/table/Table.less +1 -1
  331. package/src/tabs/Tabs.css +121 -0
  332. package/src/tabs/Tabs.less +4 -4
  333. package/src/tile/Tile.css +68 -0
  334. package/src/tile/Tile.less +1 -1
  335. package/src/tooltip/Tooltip.css +50 -0
  336. package/src/tooltip/Tooltip.less +1 -1
  337. package/src/typeahead/Typeahead.css +187 -0
  338. package/src/typeahead/Typeahead.less +2 -2
  339. package/src/typeahead/typeaheadOption/TypeaheadOption.css +9 -0
  340. package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
  341. package/src/upload/Upload.css +34 -0
  342. package/src/upload/Upload.less +1 -1
  343. package/src/uploadInput/UploadInput.css +18 -0
  344. package/src/uploadInput/UploadInput.less +2 -2
  345. package/src/uploadInput/uploadButton/UploadButton.css +90 -0
  346. package/src/uploadInput/uploadItem/UploadItem.css +166 -0
  347. package/src/uploadInput/uploadItem/UploadItem.less +1 -1
  348. package/build/inputs/SelectInput.js +0 -890
  349. package/build/inputs/SelectInput.js.map +0 -1
  350. package/build/inputs/SelectInput.messages.js.map +0 -1
  351. package/build/inputs/SelectInput.messages.mjs.map +0 -1
  352. package/build/inputs/SelectInput.mjs +0 -881
  353. package/build/inputs/SelectInput.mjs.map +0 -1
  354. package/build/inputs/_BottomSheet.js.map +0 -1
  355. package/build/inputs/_BottomSheet.mjs.map +0 -1
  356. package/build/inputs/_ButtonInput.js.map +0 -1
  357. package/build/inputs/_ButtonInput.mjs.map +0 -1
  358. package/build/inputs/_Popover.js.map +0 -1
  359. package/build/inputs/_Popover.mjs.map +0 -1
  360. package/build/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
  361. package/build/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
  362. package/build/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
  363. package/build/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
  364. package/build/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
  365. package/build/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
  366. package/build/neptune-css/fonts/TransferWise-IconFont.svg +0 -81
  367. package/build/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
  368. package/build/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
  369. package/build/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  370. package/build/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  371. package/build/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  372. package/build/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  373. package/build/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  374. package/build/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  375. package/build/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  376. package/build/neptune-css/img/bg-dark.svg +0 -31
  377. package/build/neptune-css/img/bg-light.svg +0 -26
  378. package/build/neptune-css/less/legacy-variables.less +0 -1299
  379. package/build/neptune-css/less/neptune-tokens.css +0 -0
  380. package/build/neptune-css/less/neptune-tokens.less +0 -275
  381. package/build/neptune-css/less/zindex.css +0 -0
  382. package/build/neptune-css/less/zindex.less +0 -17
  383. package/build/neptune-css/props/custom-media.css +0 -11
  384. package/build/neptune-css/props/legacy-custom-props.css +0 -69
  385. package/build/neptune-css/props/neptune-tokens.css +0 -152
  386. package/build/neptune.css +0 -25724
  387. package/build/styles/neptune-css/less/accordion.css +0 -255
  388. package/build/styles/neptune-css/less/alerts.css +0 -751
  389. package/build/styles/neptune-css/less/background.css +0 -20
  390. package/build/styles/neptune-css/less/badge.css +0 -90
  391. package/build/styles/neptune-css/less/border-radius.css +0 -3
  392. package/build/styles/neptune-css/less/breadcrumbs.css +0 -20
  393. package/build/styles/neptune-css/less/button-groups.css +0 -495
  394. package/build/styles/neptune-css/less/buttons.css +0 -1390
  395. package/build/styles/neptune-css/less/chevron.css +0 -35
  396. package/build/styles/neptune-css/less/circles.css +0 -248
  397. package/build/styles/neptune-css/less/close.css +0 -47
  398. package/build/styles/neptune-css/less/column-layout.css +0 -164
  399. package/build/styles/neptune-css/less/core/viewport-themes.css +0 -59
  400. package/build/styles/neptune-css/less/currency-flags.css +0 -46
  401. package/build/styles/neptune-css/less/decision.css +0 -136
  402. package/build/styles/neptune-css/less/dropdowns.css +0 -472
  403. package/build/styles/neptune-css/less/droppable.css +0 -221
  404. package/build/styles/neptune-css/less/flex.css +0 -598
  405. package/build/styles/neptune-css/less/footer.css +0 -129
  406. package/build/styles/neptune-css/less/forms/bootstrap-forms.css +0 -2277
  407. package/build/styles/neptune-css/less/forms/checkbox-radio.css +0 -367
  408. package/build/styles/neptune-css/less/grid.css +0 -2369
  409. package/build/styles/neptune-css/less/input-groups.css +0 -2740
  410. package/build/styles/neptune-css/less/link-callout.css +0 -20
  411. package/build/styles/neptune-css/less/list-group.css +0 -350
  412. package/build/styles/neptune-css/less/loaders.css +0 -76
  413. package/build/styles/neptune-css/less/media.css +0 -74
  414. package/build/styles/neptune-css/less/modals.css +0 -185
  415. package/build/styles/neptune-css/less/navbar.css +0 -2406
  416. package/build/styles/neptune-css/less/navs.css +0 -296
  417. package/build/styles/neptune-css/less/neptune-addons.css +0 -1857
  418. package/build/styles/neptune-css/less/neptune-core.css +0 -2049
  419. package/build/styles/neptune-css/less/neptune-social-media.css +0 -144
  420. package/build/styles/neptune-css/less/neptune.css +0 -25724
  421. package/build/styles/neptune-css/less/panels.css +0 -528
  422. package/build/styles/neptune-css/less/popovers.css +0 -661
  423. package/build/styles/neptune-css/less/process.css +0 -483
  424. package/build/styles/neptune-css/less/progress-bars.css +0 -64
  425. package/build/styles/neptune-css/less/ring.css +0 -55
  426. package/build/styles/neptune-css/less/select.css +0 -99
  427. package/build/styles/neptune-css/less/sequences.css +0 -855
  428. package/build/styles/neptune-css/less/table.css +0 -446
  429. package/build/styles/neptune-css/less/tick.css +0 -32
  430. package/build/styles/neptune-css/less/tooltip.css +0 -160
  431. package/build/styles/neptune-css/less/utilities.css +0 -145
  432. package/build/styles/neptune-css/less/wells.css +0 -74
  433. package/build/styles/neptune-css/props/custom-media.css +0 -11
  434. package/build/styles/neptune-css/props/legacy-custom-props.css +0 -69
  435. package/build/styles/neptune-css/props/neptune-tokens.css +0 -11
  436. package/build/styles/neptune-css/variables/legacy-variables.css +0 -0
  437. package/build/styles/neptune-css/variables/neptune-tokens.css +0 -0
  438. package/build/styles/neptune-css/variables/zindex.css +0 -0
  439. package/build/types/inputs/SelectInput.d.ts.map +0 -1
  440. package/build/types/inputs/SelectInput.messages.d.ts.map +0 -1
  441. package/build/types/inputs/_BottomSheet.d.ts.map +0 -1
  442. package/build/types/inputs/_ButtonInput.d.ts +0 -5
  443. package/build/types/inputs/_ButtonInput.d.ts.map +0 -1
  444. package/build/types/inputs/_Popover.d.ts.map +0 -1
  445. package/src/inputs/SelectInput.less +0 -219
  446. package/src/inputs/SelectInput.tsx +0 -1269
  447. package/src/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
  448. package/src/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
  449. package/src/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
  450. package/src/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
  451. package/src/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
  452. package/src/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
  453. package/src/neptune-css/fonts/TransferWise-IconFont.svg +0 -81
  454. package/src/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
  455. package/src/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
  456. package/src/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  457. package/src/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  458. package/src/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  459. package/src/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  460. package/src/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  461. package/src/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  462. package/src/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  463. package/src/neptune-css/img/bg-dark.svg +0 -31
  464. package/src/neptune-css/img/bg-light.svg +0 -26
  465. package/src/neptune-css/less/accordion.less +0 -15
  466. package/src/neptune-css/less/addons/_background-utilities.less +0 -82
  467. package/src/neptune-css/less/addons/_border.less +0 -3
  468. package/src/neptune-css/less/addons/_display-utilities.less +0 -159
  469. package/src/neptune-css/less/addons/_spacing-utilities.less +0 -73
  470. package/src/neptune-css/less/addons/_utilities.less +0 -147
  471. package/src/neptune-css/less/alerts.less +0 -252
  472. package/src/neptune-css/less/background.less +0 -24
  473. package/src/neptune-css/less/badge.less +0 -85
  474. package/src/neptune-css/less/border-radius.less +0 -3
  475. package/src/neptune-css/less/breadcrumbs.less +0 -27
  476. package/src/neptune-css/less/button-groups.less +0 -424
  477. package/src/neptune-css/less/buttons.less +0 -738
  478. package/src/neptune-css/less/chevron.less +0 -39
  479. package/src/neptune-css/less/circles.less +0 -233
  480. package/src/neptune-css/less/close.less +0 -48
  481. package/src/neptune-css/less/column-layout.less +0 -167
  482. package/src/neptune-css/less/components/_component-animations.less +0 -43
  483. package/src/neptune-css/less/core/_fonts.less +0 -97
  484. package/src/neptune-css/less/core/_scaffolding.less +0 -380
  485. package/src/neptune-css/less/core/_typography-utilities.less +0 -255
  486. package/src/neptune-css/less/core/_typography.less +0 -575
  487. package/src/neptune-css/less/core/viewport-themes.less +0 -65
  488. package/src/neptune-css/less/currency-flags.less +0 -42
  489. package/src/neptune-css/less/decision.less +0 -98
  490. package/src/neptune-css/less/dropdowns.less +0 -365
  491. package/src/neptune-css/less/droppable.less +0 -213
  492. package/src/neptune-css/less/flex.less +0 -113
  493. package/src/neptune-css/less/footer.less +0 -113
  494. package/src/neptune-css/less/forms/bootstrap-forms.less +0 -1218
  495. package/src/neptune-css/less/forms/checkbox-radio.less +0 -330
  496. package/src/neptune-css/less/grid.less +0 -187
  497. package/src/neptune-css/less/input-groups.less +0 -298
  498. package/src/neptune-css/less/link-callout.less +0 -17
  499. package/src/neptune-css/less/list-group.less +0 -260
  500. package/src/neptune-css/less/loaders.less +0 -91
  501. package/src/neptune-css/less/media.less +0 -68
  502. package/src/neptune-css/less/mixins/_alerts.less +0 -39
  503. package/src/neptune-css/less/mixins/_arrows.less +0 -52
  504. package/src/neptune-css/less/mixins/_border-radius.less +0 -11
  505. package/src/neptune-css/less/mixins/_buttons.less +0 -82
  506. package/src/neptune-css/less/mixins/_center-block.less +0 -7
  507. package/src/neptune-css/less/mixins/_clearfix.less +0 -23
  508. package/src/neptune-css/less/mixins/_flex.less +0 -105
  509. package/src/neptune-css/less/mixins/_forms.less +0 -130
  510. package/src/neptune-css/less/mixins/_grid-framework.less +0 -104
  511. package/src/neptune-css/less/mixins/_grid.less +0 -158
  512. package/src/neptune-css/less/mixins/_hide-text.less +0 -20
  513. package/src/neptune-css/less/mixins/_links.less +0 -7
  514. package/src/neptune-css/less/mixins/_list-group.less +0 -23
  515. package/src/neptune-css/less/mixins/_logical-properties-IE-friendly.less +0 -381
  516. package/src/neptune-css/less/mixins/_logical-properties-modern-browsers.less +0 -226
  517. package/src/neptune-css/less/mixins/_logical-properties.less +0 -5
  518. package/src/neptune-css/less/mixins/_nav-divider.less +0 -10
  519. package/src/neptune-css/less/mixins/_nav-vertical-align.less +0 -10
  520. package/src/neptune-css/less/mixins/_panels.less +0 -23
  521. package/src/neptune-css/less/mixins/_physical-properties.less +0 -110
  522. package/src/neptune-css/less/mixins/_reset-text.less +0 -22
  523. package/src/neptune-css/less/mixins/_sequence.less +0 -203
  524. package/src/neptune-css/less/mixins/_spacing.less +0 -122
  525. package/src/neptune-css/less/mixins/_tab-focus.less +0 -5
  526. package/src/neptune-css/less/mixins/_table-row.less +0 -47
  527. package/src/neptune-css/less/mixins/_text-emphasis.less +0 -39
  528. package/src/neptune-css/less/mixins/_text-overflow.less +0 -8
  529. package/src/neptune-css/less/mixins/_theming.less +0 -7
  530. package/src/neptune-css/less/modals.less +0 -239
  531. package/src/neptune-css/less/navbar.less +0 -1442
  532. package/src/neptune-css/less/navs.less +0 -339
  533. package/src/neptune-css/less/neptune-addons.less +0 -4
  534. package/src/neptune-css/less/neptune-core.less +0 -4
  535. package/src/neptune-css/less/neptune-social-media.less +0 -84
  536. package/src/neptune-css/less/neptune.bundle.less +0 -65
  537. package/src/neptune-css/less/panels.less +0 -410
  538. package/src/neptune-css/less/popovers.less +0 -379
  539. package/src/neptune-css/less/process.less +0 -426
  540. package/src/neptune-css/less/progress-bars.less +0 -55
  541. package/src/neptune-css/less/ring.less +0 -51
  542. package/src/neptune-css/less/select.less +0 -88
  543. package/src/neptune-css/less/sequences.less +0 -511
  544. package/src/neptune-css/less/table.less +0 -385
  545. package/src/neptune-css/less/tick.less +0 -37
  546. package/src/neptune-css/less/tooltip.less +0 -130
  547. package/src/neptune-css/less/utilities.less +0 -153
  548. package/src/neptune-css/less/wells.less +0 -37
  549. package/src/neptune-css/props/custom-media.css +0 -11
  550. package/src/neptune-css/props/legacy-custom-props.css +0 -69
  551. package/src/neptune-css/props/neptune-tokens.css +0 -11
  552. package/src/neptune-css/variables/legacy-variables.less +0 -1299
  553. package/src/neptune-css/variables/neptune-tokens.less +0 -12
  554. package/src/neptune-css/variables/zindex.less +0 -17
  555. package/build/inputs/{SelectInput.messages.js → SelectInput/SelectInput.messages.js} +0 -0
  556. package/build/inputs/{SelectInput.messages.mjs → SelectInput/SelectInput.messages.mjs} +0 -0
  557. package/build/styles/inputs/{SelectInput.css → SelectInput/SelectInput.css} +90 -90
  558. /package/build/types/inputs/{SelectInput.messages.d.ts → SelectInput/SelectInput.messages.d.ts} +0 -0
  559. /package/src/inputs/{_BottomSheet.less → SelectInput/BottomSheet/SelectInputBottomSheet.less} +0 -0
  560. /package/src/inputs/{_ButtonInput.less → SelectInput/ButtonInput/SelectInputButtonInput.less} +0 -0
  561. /package/src/inputs/{_Popover.less → SelectInput/Popover/SelectInputPopover.less} +0 -0
  562. /package/src/inputs/{SelectInput.messages.ts → SelectInput/SelectInput.messages.ts} +0 -0
  563. /package/{build/neptune-css/less/legacy-variables.css → src/listItem/ListItem.vars.css} +0 -0
@@ -1,2369 +0,0 @@
1
- .container {
2
- margin-right: auto;
3
- margin-left: auto;
4
- padding-left: 12px;
5
- padding-right: 12px;
6
- padding-right: 16px;
7
- padding-left: 16px;
8
- }
9
- .container::before,
10
- .container::after {
11
- content: " ";
12
- display: table;
13
- }
14
- .container::after {
15
- clear: both;
16
- }
17
- @media (min-width: 1200px) {
18
- .container {
19
- max-width: 1164px;
20
- }
21
- }
22
- @media (min-width: 576px) {
23
- .container {
24
- padding-right: 24px;
25
- padding-left: 24px;
26
- }
27
- }
28
- @media (min-width: 992px) {
29
- .container {
30
- padding-right: 32px;
31
- padding-left: 32px;
32
- }
33
- }
34
- .container-fluid {
35
- margin-right: auto;
36
- margin-left: auto;
37
- padding-left: 12px;
38
- padding-right: 12px;
39
- }
40
- .row {
41
- margin-left: -12px;
42
- margin-right: -12px;
43
- }
44
- [dir="rtl"] .row {
45
- margin-right: -12px;
46
- margin-left: -12px;
47
- }
48
- [dir="rtl"] .row {
49
- margin-left: -12px;
50
- margin-right: -12px;
51
- }
52
- .row::before,
53
- .row::after {
54
- content: " ";
55
- display: table;
56
- }
57
- .row::after {
58
- clear: both;
59
- }
60
- .col-xs-1,
61
- .col-sm-1,
62
- .col-md-1,
63
- .col-lg-1,
64
- .col-xl-1,
65
- .col-xs-2,
66
- .col-sm-2,
67
- .col-md-2,
68
- .col-lg-2,
69
- .col-xl-2,
70
- .col-xs-3,
71
- .col-sm-3,
72
- .col-md-3,
73
- .col-lg-3,
74
- .col-xl-3,
75
- .col-xs-4,
76
- .col-sm-4,
77
- .col-md-4,
78
- .col-lg-4,
79
- .col-xl-4,
80
- .col-xs-5,
81
- .col-sm-5,
82
- .col-md-5,
83
- .col-lg-5,
84
- .col-xl-5,
85
- .col-xs-6,
86
- .col-sm-6,
87
- .col-md-6,
88
- .col-lg-6,
89
- .col-xl-6,
90
- .col-xs-7,
91
- .col-sm-7,
92
- .col-md-7,
93
- .col-lg-7,
94
- .col-xl-7,
95
- .col-xs-8,
96
- .col-sm-8,
97
- .col-md-8,
98
- .col-lg-8,
99
- .col-xl-8,
100
- .col-xs-9,
101
- .col-sm-9,
102
- .col-md-9,
103
- .col-lg-9,
104
- .col-xl-9,
105
- .col-xs-10,
106
- .col-sm-10,
107
- .col-md-10,
108
- .col-lg-10,
109
- .col-xl-10,
110
- .col-xs-11,
111
- .col-sm-11,
112
- .col-md-11,
113
- .col-lg-11,
114
- .col-xl-11,
115
- .col-xs-12,
116
- .col-sm-12,
117
- .col-md-12,
118
- .col-lg-12,
119
- .col-xl-12 {
120
- position: relative;
121
- min-height: 1px;
122
- padding-left: 12px;
123
- padding-right: 12px;
124
- }
125
- .col-xs-1,
126
- .col-xs-2,
127
- .col-xs-3,
128
- .col-xs-4,
129
- .col-xs-5,
130
- .col-xs-6,
131
- .col-xs-7,
132
- .col-xs-8,
133
- .col-xs-9,
134
- .col-xs-10,
135
- .col-xs-11,
136
- .col-xs-12 {
137
- float: left;
138
- }
139
- [dir="rtl"] .col-xs-1,
140
- [dir="rtl"] .col-xs-2,
141
- [dir="rtl"] .col-xs-3,
142
- [dir="rtl"] .col-xs-4,
143
- [dir="rtl"] .col-xs-5,
144
- [dir="rtl"] .col-xs-6,
145
- [dir="rtl"] .col-xs-7,
146
- [dir="rtl"] .col-xs-8,
147
- [dir="rtl"] .col-xs-9,
148
- [dir="rtl"] .col-xs-10,
149
- [dir="rtl"] .col-xs-11,
150
- [dir="rtl"] .col-xs-12 {
151
- float: right;
152
- }
153
- .col-xs-12 {
154
- width: 100%;
155
- }
156
- .row-equal-height .col-xs-12 {
157
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
158
- width: calc(100% - 0.5px);
159
- }
160
- .col-xs-11 {
161
- width: 91.66666667%;
162
- }
163
- .row-equal-height .col-xs-11 {
164
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
165
- width: calc(91.66666667% - 0.5px);
166
- }
167
- .col-xs-10 {
168
- width: 83.33333333%;
169
- }
170
- .row-equal-height .col-xs-10 {
171
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
172
- width: calc(83.33333333% - 0.5px);
173
- }
174
- .col-xs-9 {
175
- width: 75%;
176
- }
177
- .row-equal-height .col-xs-9 {
178
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
179
- width: calc(75% - 0.5px);
180
- }
181
- .col-xs-8 {
182
- width: 66.66666667%;
183
- }
184
- .row-equal-height .col-xs-8 {
185
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
186
- width: calc(66.66666667% - 0.5px);
187
- }
188
- .col-xs-7 {
189
- width: 58.33333333%;
190
- }
191
- .row-equal-height .col-xs-7 {
192
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
193
- width: calc(58.33333333% - 0.5px);
194
- }
195
- .col-xs-6 {
196
- width: 50%;
197
- }
198
- .row-equal-height .col-xs-6 {
199
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
200
- width: calc(50% - 0.5px);
201
- }
202
- .col-xs-5 {
203
- width: 41.66666667%;
204
- }
205
- .row-equal-height .col-xs-5 {
206
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
207
- width: calc(41.66666667% - 0.5px);
208
- }
209
- .col-xs-4 {
210
- width: 33.33333333%;
211
- }
212
- .row-equal-height .col-xs-4 {
213
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
214
- width: calc(33.33333333% - 0.5px);
215
- }
216
- .col-xs-3 {
217
- width: 25%;
218
- }
219
- .row-equal-height .col-xs-3 {
220
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
221
- width: calc(25% - 0.5px);
222
- }
223
- .col-xs-2 {
224
- width: 16.66666667%;
225
- }
226
- .row-equal-height .col-xs-2 {
227
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
228
- width: calc(16.66666667% - 0.5px);
229
- }
230
- .col-xs-1 {
231
- width: 8.33333333%;
232
- }
233
- .row-equal-height .col-xs-1 {
234
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
235
- width: calc(8.33333333% - 0.5px);
236
- }
237
- .col-xs-pull-12 {
238
- right: 100%;
239
- }
240
- [dir="rtl"] .col-xs-pull-12 {
241
- left: 100%;
242
- right: auto;
243
- right: initial;
244
- }
245
- .col-xs-pull-11 {
246
- right: 91.66666667%;
247
- }
248
- [dir="rtl"] .col-xs-pull-11 {
249
- left: 91.66666667%;
250
- right: auto;
251
- right: initial;
252
- }
253
- .col-xs-pull-10 {
254
- right: 83.33333333%;
255
- }
256
- [dir="rtl"] .col-xs-pull-10 {
257
- left: 83.33333333%;
258
- right: auto;
259
- right: initial;
260
- }
261
- .col-xs-pull-9 {
262
- right: 75%;
263
- }
264
- [dir="rtl"] .col-xs-pull-9 {
265
- left: 75%;
266
- right: auto;
267
- right: initial;
268
- }
269
- .col-xs-pull-8 {
270
- right: 66.66666667%;
271
- }
272
- [dir="rtl"] .col-xs-pull-8 {
273
- left: 66.66666667%;
274
- right: auto;
275
- right: initial;
276
- }
277
- .col-xs-pull-7 {
278
- right: 58.33333333%;
279
- }
280
- [dir="rtl"] .col-xs-pull-7 {
281
- left: 58.33333333%;
282
- right: auto;
283
- right: initial;
284
- }
285
- .col-xs-pull-6 {
286
- right: 50%;
287
- }
288
- [dir="rtl"] .col-xs-pull-6 {
289
- left: 50%;
290
- right: auto;
291
- right: initial;
292
- }
293
- .col-xs-pull-5 {
294
- right: 41.66666667%;
295
- }
296
- [dir="rtl"] .col-xs-pull-5 {
297
- left: 41.66666667%;
298
- right: auto;
299
- right: initial;
300
- }
301
- .col-xs-pull-4 {
302
- right: 33.33333333%;
303
- }
304
- [dir="rtl"] .col-xs-pull-4 {
305
- left: 33.33333333%;
306
- right: auto;
307
- right: initial;
308
- }
309
- .col-xs-pull-3 {
310
- right: 25%;
311
- }
312
- [dir="rtl"] .col-xs-pull-3 {
313
- left: 25%;
314
- right: auto;
315
- right: initial;
316
- }
317
- .col-xs-pull-2 {
318
- right: 16.66666667%;
319
- }
320
- [dir="rtl"] .col-xs-pull-2 {
321
- left: 16.66666667%;
322
- right: auto;
323
- right: initial;
324
- }
325
- .col-xs-pull-1 {
326
- right: 8.33333333%;
327
- }
328
- [dir="rtl"] .col-xs-pull-1 {
329
- left: 8.33333333%;
330
- right: auto;
331
- right: initial;
332
- }
333
- .col-xs-pull-0 {
334
- right: auto;
335
- }
336
- [dir="rtl"] .col-xs-pull-0 {
337
- left: auto;
338
- right: auto;
339
- right: initial;
340
- }
341
- .col-xs-push-12 {
342
- left: 100%;
343
- }
344
- [dir="rtl"] .col-xs-push-12 {
345
- right: 100%;
346
- left: auto;
347
- left: initial;
348
- }
349
- .col-xs-push-11 {
350
- left: 91.66666667%;
351
- }
352
- [dir="rtl"] .col-xs-push-11 {
353
- right: 91.66666667%;
354
- left: auto;
355
- left: initial;
356
- }
357
- .col-xs-push-10 {
358
- left: 83.33333333%;
359
- }
360
- [dir="rtl"] .col-xs-push-10 {
361
- right: 83.33333333%;
362
- left: auto;
363
- left: initial;
364
- }
365
- .col-xs-push-9 {
366
- left: 75%;
367
- }
368
- [dir="rtl"] .col-xs-push-9 {
369
- right: 75%;
370
- left: auto;
371
- left: initial;
372
- }
373
- .col-xs-push-8 {
374
- left: 66.66666667%;
375
- }
376
- [dir="rtl"] .col-xs-push-8 {
377
- right: 66.66666667%;
378
- left: auto;
379
- left: initial;
380
- }
381
- .col-xs-push-7 {
382
- left: 58.33333333%;
383
- }
384
- [dir="rtl"] .col-xs-push-7 {
385
- right: 58.33333333%;
386
- left: auto;
387
- left: initial;
388
- }
389
- .col-xs-push-6 {
390
- left: 50%;
391
- }
392
- [dir="rtl"] .col-xs-push-6 {
393
- right: 50%;
394
- left: auto;
395
- left: initial;
396
- }
397
- .col-xs-push-5 {
398
- left: 41.66666667%;
399
- }
400
- [dir="rtl"] .col-xs-push-5 {
401
- right: 41.66666667%;
402
- left: auto;
403
- left: initial;
404
- }
405
- .col-xs-push-4 {
406
- left: 33.33333333%;
407
- }
408
- [dir="rtl"] .col-xs-push-4 {
409
- right: 33.33333333%;
410
- left: auto;
411
- left: initial;
412
- }
413
- .col-xs-push-3 {
414
- left: 25%;
415
- }
416
- [dir="rtl"] .col-xs-push-3 {
417
- right: 25%;
418
- left: auto;
419
- left: initial;
420
- }
421
- .col-xs-push-2 {
422
- left: 16.66666667%;
423
- }
424
- [dir="rtl"] .col-xs-push-2 {
425
- right: 16.66666667%;
426
- left: auto;
427
- left: initial;
428
- }
429
- .col-xs-push-1 {
430
- left: 8.33333333%;
431
- }
432
- [dir="rtl"] .col-xs-push-1 {
433
- right: 8.33333333%;
434
- left: auto;
435
- left: initial;
436
- }
437
- .col-xs-push-0 {
438
- left: auto;
439
- }
440
- [dir="rtl"] .col-xs-push-0 {
441
- right: auto;
442
- left: auto;
443
- left: initial;
444
- }
445
- .col-xs-offset-12 {
446
- margin-left: 100%;
447
- }
448
- [dir="rtl"] .col-xs-offset-12 {
449
- margin-right: 100%;
450
- margin-left: 0;
451
- margin-left: initial;
452
- }
453
- .col-xs-offset-11 {
454
- margin-left: 91.66666667%;
455
- }
456
- [dir="rtl"] .col-xs-offset-11 {
457
- margin-right: 91.66666667%;
458
- margin-left: 0;
459
- margin-left: initial;
460
- }
461
- .col-xs-offset-10 {
462
- margin-left: 83.33333333%;
463
- }
464
- [dir="rtl"] .col-xs-offset-10 {
465
- margin-right: 83.33333333%;
466
- margin-left: 0;
467
- margin-left: initial;
468
- }
469
- .col-xs-offset-9 {
470
- margin-left: 75%;
471
- }
472
- [dir="rtl"] .col-xs-offset-9 {
473
- margin-right: 75%;
474
- margin-left: 0;
475
- margin-left: initial;
476
- }
477
- .col-xs-offset-8 {
478
- margin-left: 66.66666667%;
479
- }
480
- [dir="rtl"] .col-xs-offset-8 {
481
- margin-right: 66.66666667%;
482
- margin-left: 0;
483
- margin-left: initial;
484
- }
485
- .col-xs-offset-7 {
486
- margin-left: 58.33333333%;
487
- }
488
- [dir="rtl"] .col-xs-offset-7 {
489
- margin-right: 58.33333333%;
490
- margin-left: 0;
491
- margin-left: initial;
492
- }
493
- .col-xs-offset-6 {
494
- margin-left: 50%;
495
- }
496
- [dir="rtl"] .col-xs-offset-6 {
497
- margin-right: 50%;
498
- margin-left: 0;
499
- margin-left: initial;
500
- }
501
- .col-xs-offset-5 {
502
- margin-left: 41.66666667%;
503
- }
504
- [dir="rtl"] .col-xs-offset-5 {
505
- margin-right: 41.66666667%;
506
- margin-left: 0;
507
- margin-left: initial;
508
- }
509
- .col-xs-offset-4 {
510
- margin-left: 33.33333333%;
511
- }
512
- [dir="rtl"] .col-xs-offset-4 {
513
- margin-right: 33.33333333%;
514
- margin-left: 0;
515
- margin-left: initial;
516
- }
517
- .col-xs-offset-3 {
518
- margin-left: 25%;
519
- }
520
- [dir="rtl"] .col-xs-offset-3 {
521
- margin-right: 25%;
522
- margin-left: 0;
523
- margin-left: initial;
524
- }
525
- .col-xs-offset-2 {
526
- margin-left: 16.66666667%;
527
- }
528
- [dir="rtl"] .col-xs-offset-2 {
529
- margin-right: 16.66666667%;
530
- margin-left: 0;
531
- margin-left: initial;
532
- }
533
- .col-xs-offset-1 {
534
- margin-left: 8.33333333%;
535
- }
536
- [dir="rtl"] .col-xs-offset-1 {
537
- margin-right: 8.33333333%;
538
- margin-left: 0;
539
- margin-left: initial;
540
- }
541
- .col-xs-offset-0 {
542
- margin-left: 0%;
543
- }
544
- [dir="rtl"] .col-xs-offset-0 {
545
- margin-right: 0%;
546
- margin-left: 0;
547
- margin-left: initial;
548
- }
549
- @media (min-width: 576px) {
550
- .col-sm-1,
551
- .col-sm-2,
552
- .col-sm-3,
553
- .col-sm-4,
554
- .col-sm-5,
555
- .col-sm-6,
556
- .col-sm-7,
557
- .col-sm-8,
558
- .col-sm-9,
559
- .col-sm-10,
560
- .col-sm-11,
561
- .col-sm-12 {
562
- float: left;
563
- }
564
- [dir="rtl"] .col-sm-1,
565
- [dir="rtl"] .col-sm-2,
566
- [dir="rtl"] .col-sm-3,
567
- [dir="rtl"] .col-sm-4,
568
- [dir="rtl"] .col-sm-5,
569
- [dir="rtl"] .col-sm-6,
570
- [dir="rtl"] .col-sm-7,
571
- [dir="rtl"] .col-sm-8,
572
- [dir="rtl"] .col-sm-9,
573
- [dir="rtl"] .col-sm-10,
574
- [dir="rtl"] .col-sm-11,
575
- [dir="rtl"] .col-sm-12 {
576
- float: right;
577
- }
578
- .col-sm-12 {
579
- width: 100%;
580
- }
581
- .row-equal-height .col-sm-12 {
582
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
583
- width: calc(100% - 0.5px);
584
- }
585
- .col-sm-11 {
586
- width: 91.66666667%;
587
- }
588
- .row-equal-height .col-sm-11 {
589
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
590
- width: calc(91.66666667% - 0.5px);
591
- }
592
- .col-sm-10 {
593
- width: 83.33333333%;
594
- }
595
- .row-equal-height .col-sm-10 {
596
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
597
- width: calc(83.33333333% - 0.5px);
598
- }
599
- .col-sm-9 {
600
- width: 75%;
601
- }
602
- .row-equal-height .col-sm-9 {
603
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
604
- width: calc(75% - 0.5px);
605
- }
606
- .col-sm-8 {
607
- width: 66.66666667%;
608
- }
609
- .row-equal-height .col-sm-8 {
610
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
611
- width: calc(66.66666667% - 0.5px);
612
- }
613
- .col-sm-7 {
614
- width: 58.33333333%;
615
- }
616
- .row-equal-height .col-sm-7 {
617
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
618
- width: calc(58.33333333% - 0.5px);
619
- }
620
- .col-sm-6 {
621
- width: 50%;
622
- }
623
- .row-equal-height .col-sm-6 {
624
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
625
- width: calc(50% - 0.5px);
626
- }
627
- .col-sm-5 {
628
- width: 41.66666667%;
629
- }
630
- .row-equal-height .col-sm-5 {
631
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
632
- width: calc(41.66666667% - 0.5px);
633
- }
634
- .col-sm-4 {
635
- width: 33.33333333%;
636
- }
637
- .row-equal-height .col-sm-4 {
638
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
639
- width: calc(33.33333333% - 0.5px);
640
- }
641
- .col-sm-3 {
642
- width: 25%;
643
- }
644
- .row-equal-height .col-sm-3 {
645
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
646
- width: calc(25% - 0.5px);
647
- }
648
- .col-sm-2 {
649
- width: 16.66666667%;
650
- }
651
- .row-equal-height .col-sm-2 {
652
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
653
- width: calc(16.66666667% - 0.5px);
654
- }
655
- .col-sm-1 {
656
- width: 8.33333333%;
657
- }
658
- .row-equal-height .col-sm-1 {
659
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
660
- width: calc(8.33333333% - 0.5px);
661
- }
662
- .col-sm-pull-12 {
663
- right: 100%;
664
- }
665
- [dir="rtl"] .col-sm-pull-12 {
666
- left: 100%;
667
- right: auto;
668
- right: initial;
669
- }
670
- .col-sm-pull-11 {
671
- right: 91.66666667%;
672
- }
673
- [dir="rtl"] .col-sm-pull-11 {
674
- left: 91.66666667%;
675
- right: auto;
676
- right: initial;
677
- }
678
- .col-sm-pull-10 {
679
- right: 83.33333333%;
680
- }
681
- [dir="rtl"] .col-sm-pull-10 {
682
- left: 83.33333333%;
683
- right: auto;
684
- right: initial;
685
- }
686
- .col-sm-pull-9 {
687
- right: 75%;
688
- }
689
- [dir="rtl"] .col-sm-pull-9 {
690
- left: 75%;
691
- right: auto;
692
- right: initial;
693
- }
694
- .col-sm-pull-8 {
695
- right: 66.66666667%;
696
- }
697
- [dir="rtl"] .col-sm-pull-8 {
698
- left: 66.66666667%;
699
- right: auto;
700
- right: initial;
701
- }
702
- .col-sm-pull-7 {
703
- right: 58.33333333%;
704
- }
705
- [dir="rtl"] .col-sm-pull-7 {
706
- left: 58.33333333%;
707
- right: auto;
708
- right: initial;
709
- }
710
- .col-sm-pull-6 {
711
- right: 50%;
712
- }
713
- [dir="rtl"] .col-sm-pull-6 {
714
- left: 50%;
715
- right: auto;
716
- right: initial;
717
- }
718
- .col-sm-pull-5 {
719
- right: 41.66666667%;
720
- }
721
- [dir="rtl"] .col-sm-pull-5 {
722
- left: 41.66666667%;
723
- right: auto;
724
- right: initial;
725
- }
726
- .col-sm-pull-4 {
727
- right: 33.33333333%;
728
- }
729
- [dir="rtl"] .col-sm-pull-4 {
730
- left: 33.33333333%;
731
- right: auto;
732
- right: initial;
733
- }
734
- .col-sm-pull-3 {
735
- right: 25%;
736
- }
737
- [dir="rtl"] .col-sm-pull-3 {
738
- left: 25%;
739
- right: auto;
740
- right: initial;
741
- }
742
- .col-sm-pull-2 {
743
- right: 16.66666667%;
744
- }
745
- [dir="rtl"] .col-sm-pull-2 {
746
- left: 16.66666667%;
747
- right: auto;
748
- right: initial;
749
- }
750
- .col-sm-pull-1 {
751
- right: 8.33333333%;
752
- }
753
- [dir="rtl"] .col-sm-pull-1 {
754
- left: 8.33333333%;
755
- right: auto;
756
- right: initial;
757
- }
758
- .col-sm-pull-0 {
759
- right: auto;
760
- }
761
- [dir="rtl"] .col-sm-pull-0 {
762
- left: auto;
763
- right: auto;
764
- right: initial;
765
- }
766
- .col-sm-push-12 {
767
- left: 100%;
768
- }
769
- [dir="rtl"] .col-sm-push-12 {
770
- right: 100%;
771
- left: auto;
772
- left: initial;
773
- }
774
- .col-sm-push-11 {
775
- left: 91.66666667%;
776
- }
777
- [dir="rtl"] .col-sm-push-11 {
778
- right: 91.66666667%;
779
- left: auto;
780
- left: initial;
781
- }
782
- .col-sm-push-10 {
783
- left: 83.33333333%;
784
- }
785
- [dir="rtl"] .col-sm-push-10 {
786
- right: 83.33333333%;
787
- left: auto;
788
- left: initial;
789
- }
790
- .col-sm-push-9 {
791
- left: 75%;
792
- }
793
- [dir="rtl"] .col-sm-push-9 {
794
- right: 75%;
795
- left: auto;
796
- left: initial;
797
- }
798
- .col-sm-push-8 {
799
- left: 66.66666667%;
800
- }
801
- [dir="rtl"] .col-sm-push-8 {
802
- right: 66.66666667%;
803
- left: auto;
804
- left: initial;
805
- }
806
- .col-sm-push-7 {
807
- left: 58.33333333%;
808
- }
809
- [dir="rtl"] .col-sm-push-7 {
810
- right: 58.33333333%;
811
- left: auto;
812
- left: initial;
813
- }
814
- .col-sm-push-6 {
815
- left: 50%;
816
- }
817
- [dir="rtl"] .col-sm-push-6 {
818
- right: 50%;
819
- left: auto;
820
- left: initial;
821
- }
822
- .col-sm-push-5 {
823
- left: 41.66666667%;
824
- }
825
- [dir="rtl"] .col-sm-push-5 {
826
- right: 41.66666667%;
827
- left: auto;
828
- left: initial;
829
- }
830
- .col-sm-push-4 {
831
- left: 33.33333333%;
832
- }
833
- [dir="rtl"] .col-sm-push-4 {
834
- right: 33.33333333%;
835
- left: auto;
836
- left: initial;
837
- }
838
- .col-sm-push-3 {
839
- left: 25%;
840
- }
841
- [dir="rtl"] .col-sm-push-3 {
842
- right: 25%;
843
- left: auto;
844
- left: initial;
845
- }
846
- .col-sm-push-2 {
847
- left: 16.66666667%;
848
- }
849
- [dir="rtl"] .col-sm-push-2 {
850
- right: 16.66666667%;
851
- left: auto;
852
- left: initial;
853
- }
854
- .col-sm-push-1 {
855
- left: 8.33333333%;
856
- }
857
- [dir="rtl"] .col-sm-push-1 {
858
- right: 8.33333333%;
859
- left: auto;
860
- left: initial;
861
- }
862
- .col-sm-push-0 {
863
- left: auto;
864
- }
865
- [dir="rtl"] .col-sm-push-0 {
866
- right: auto;
867
- left: auto;
868
- left: initial;
869
- }
870
- .col-sm-offset-12 {
871
- margin-left: 100%;
872
- }
873
- [dir="rtl"] .col-sm-offset-12 {
874
- margin-right: 100%;
875
- margin-left: 0;
876
- margin-left: initial;
877
- }
878
- .col-sm-offset-11 {
879
- margin-left: 91.66666667%;
880
- }
881
- [dir="rtl"] .col-sm-offset-11 {
882
- margin-right: 91.66666667%;
883
- margin-left: 0;
884
- margin-left: initial;
885
- }
886
- .col-sm-offset-10 {
887
- margin-left: 83.33333333%;
888
- }
889
- [dir="rtl"] .col-sm-offset-10 {
890
- margin-right: 83.33333333%;
891
- margin-left: 0;
892
- margin-left: initial;
893
- }
894
- .col-sm-offset-9 {
895
- margin-left: 75%;
896
- }
897
- [dir="rtl"] .col-sm-offset-9 {
898
- margin-right: 75%;
899
- margin-left: 0;
900
- margin-left: initial;
901
- }
902
- .col-sm-offset-8 {
903
- margin-left: 66.66666667%;
904
- }
905
- [dir="rtl"] .col-sm-offset-8 {
906
- margin-right: 66.66666667%;
907
- margin-left: 0;
908
- margin-left: initial;
909
- }
910
- .col-sm-offset-7 {
911
- margin-left: 58.33333333%;
912
- }
913
- [dir="rtl"] .col-sm-offset-7 {
914
- margin-right: 58.33333333%;
915
- margin-left: 0;
916
- margin-left: initial;
917
- }
918
- .col-sm-offset-6 {
919
- margin-left: 50%;
920
- }
921
- [dir="rtl"] .col-sm-offset-6 {
922
- margin-right: 50%;
923
- margin-left: 0;
924
- margin-left: initial;
925
- }
926
- .col-sm-offset-5 {
927
- margin-left: 41.66666667%;
928
- }
929
- [dir="rtl"] .col-sm-offset-5 {
930
- margin-right: 41.66666667%;
931
- margin-left: 0;
932
- margin-left: initial;
933
- }
934
- .col-sm-offset-4 {
935
- margin-left: 33.33333333%;
936
- }
937
- [dir="rtl"] .col-sm-offset-4 {
938
- margin-right: 33.33333333%;
939
- margin-left: 0;
940
- margin-left: initial;
941
- }
942
- .col-sm-offset-3 {
943
- margin-left: 25%;
944
- }
945
- [dir="rtl"] .col-sm-offset-3 {
946
- margin-right: 25%;
947
- margin-left: 0;
948
- margin-left: initial;
949
- }
950
- .col-sm-offset-2 {
951
- margin-left: 16.66666667%;
952
- }
953
- [dir="rtl"] .col-sm-offset-2 {
954
- margin-right: 16.66666667%;
955
- margin-left: 0;
956
- margin-left: initial;
957
- }
958
- .col-sm-offset-1 {
959
- margin-left: 8.33333333%;
960
- }
961
- [dir="rtl"] .col-sm-offset-1 {
962
- margin-right: 8.33333333%;
963
- margin-left: 0;
964
- margin-left: initial;
965
- }
966
- .col-sm-offset-0 {
967
- margin-left: 0%;
968
- }
969
- [dir="rtl"] .col-sm-offset-0 {
970
- margin-right: 0%;
971
- margin-left: 0;
972
- margin-left: initial;
973
- }
974
- }
975
- @media (min-width: 768px) {
976
- .col-md-1,
977
- .col-md-2,
978
- .col-md-3,
979
- .col-md-4,
980
- .col-md-5,
981
- .col-md-6,
982
- .col-md-7,
983
- .col-md-8,
984
- .col-md-9,
985
- .col-md-10,
986
- .col-md-11,
987
- .col-md-12 {
988
- float: left;
989
- }
990
- [dir="rtl"] .col-md-1,
991
- [dir="rtl"] .col-md-2,
992
- [dir="rtl"] .col-md-3,
993
- [dir="rtl"] .col-md-4,
994
- [dir="rtl"] .col-md-5,
995
- [dir="rtl"] .col-md-6,
996
- [dir="rtl"] .col-md-7,
997
- [dir="rtl"] .col-md-8,
998
- [dir="rtl"] .col-md-9,
999
- [dir="rtl"] .col-md-10,
1000
- [dir="rtl"] .col-md-11,
1001
- [dir="rtl"] .col-md-12 {
1002
- float: right;
1003
- }
1004
- .col-md-12 {
1005
- width: 100%;
1006
- }
1007
- .row-equal-height .col-md-12 {
1008
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1009
- width: calc(100% - 0.5px);
1010
- }
1011
- .col-md-11 {
1012
- width: 91.66666667%;
1013
- }
1014
- .row-equal-height .col-md-11 {
1015
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1016
- width: calc(91.66666667% - 0.5px);
1017
- }
1018
- .col-md-10 {
1019
- width: 83.33333333%;
1020
- }
1021
- .row-equal-height .col-md-10 {
1022
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1023
- width: calc(83.33333333% - 0.5px);
1024
- }
1025
- .col-md-9 {
1026
- width: 75%;
1027
- }
1028
- .row-equal-height .col-md-9 {
1029
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1030
- width: calc(75% - 0.5px);
1031
- }
1032
- .col-md-8 {
1033
- width: 66.66666667%;
1034
- }
1035
- .row-equal-height .col-md-8 {
1036
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1037
- width: calc(66.66666667% - 0.5px);
1038
- }
1039
- .col-md-7 {
1040
- width: 58.33333333%;
1041
- }
1042
- .row-equal-height .col-md-7 {
1043
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1044
- width: calc(58.33333333% - 0.5px);
1045
- }
1046
- .col-md-6 {
1047
- width: 50%;
1048
- }
1049
- .row-equal-height .col-md-6 {
1050
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1051
- width: calc(50% - 0.5px);
1052
- }
1053
- .col-md-5 {
1054
- width: 41.66666667%;
1055
- }
1056
- .row-equal-height .col-md-5 {
1057
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1058
- width: calc(41.66666667% - 0.5px);
1059
- }
1060
- .col-md-4 {
1061
- width: 33.33333333%;
1062
- }
1063
- .row-equal-height .col-md-4 {
1064
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1065
- width: calc(33.33333333% - 0.5px);
1066
- }
1067
- .col-md-3 {
1068
- width: 25%;
1069
- }
1070
- .row-equal-height .col-md-3 {
1071
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1072
- width: calc(25% - 0.5px);
1073
- }
1074
- .col-md-2 {
1075
- width: 16.66666667%;
1076
- }
1077
- .row-equal-height .col-md-2 {
1078
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1079
- width: calc(16.66666667% - 0.5px);
1080
- }
1081
- .col-md-1 {
1082
- width: 8.33333333%;
1083
- }
1084
- .row-equal-height .col-md-1 {
1085
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1086
- width: calc(8.33333333% - 0.5px);
1087
- }
1088
- .col-md-pull-12 {
1089
- right: 100%;
1090
- }
1091
- [dir="rtl"] .col-md-pull-12 {
1092
- left: 100%;
1093
- right: auto;
1094
- right: initial;
1095
- }
1096
- .col-md-pull-11 {
1097
- right: 91.66666667%;
1098
- }
1099
- [dir="rtl"] .col-md-pull-11 {
1100
- left: 91.66666667%;
1101
- right: auto;
1102
- right: initial;
1103
- }
1104
- .col-md-pull-10 {
1105
- right: 83.33333333%;
1106
- }
1107
- [dir="rtl"] .col-md-pull-10 {
1108
- left: 83.33333333%;
1109
- right: auto;
1110
- right: initial;
1111
- }
1112
- .col-md-pull-9 {
1113
- right: 75%;
1114
- }
1115
- [dir="rtl"] .col-md-pull-9 {
1116
- left: 75%;
1117
- right: auto;
1118
- right: initial;
1119
- }
1120
- .col-md-pull-8 {
1121
- right: 66.66666667%;
1122
- }
1123
- [dir="rtl"] .col-md-pull-8 {
1124
- left: 66.66666667%;
1125
- right: auto;
1126
- right: initial;
1127
- }
1128
- .col-md-pull-7 {
1129
- right: 58.33333333%;
1130
- }
1131
- [dir="rtl"] .col-md-pull-7 {
1132
- left: 58.33333333%;
1133
- right: auto;
1134
- right: initial;
1135
- }
1136
- .col-md-pull-6 {
1137
- right: 50%;
1138
- }
1139
- [dir="rtl"] .col-md-pull-6 {
1140
- left: 50%;
1141
- right: auto;
1142
- right: initial;
1143
- }
1144
- .col-md-pull-5 {
1145
- right: 41.66666667%;
1146
- }
1147
- [dir="rtl"] .col-md-pull-5 {
1148
- left: 41.66666667%;
1149
- right: auto;
1150
- right: initial;
1151
- }
1152
- .col-md-pull-4 {
1153
- right: 33.33333333%;
1154
- }
1155
- [dir="rtl"] .col-md-pull-4 {
1156
- left: 33.33333333%;
1157
- right: auto;
1158
- right: initial;
1159
- }
1160
- .col-md-pull-3 {
1161
- right: 25%;
1162
- }
1163
- [dir="rtl"] .col-md-pull-3 {
1164
- left: 25%;
1165
- right: auto;
1166
- right: initial;
1167
- }
1168
- .col-md-pull-2 {
1169
- right: 16.66666667%;
1170
- }
1171
- [dir="rtl"] .col-md-pull-2 {
1172
- left: 16.66666667%;
1173
- right: auto;
1174
- right: initial;
1175
- }
1176
- .col-md-pull-1 {
1177
- right: 8.33333333%;
1178
- }
1179
- [dir="rtl"] .col-md-pull-1 {
1180
- left: 8.33333333%;
1181
- right: auto;
1182
- right: initial;
1183
- }
1184
- .col-md-pull-0 {
1185
- right: auto;
1186
- }
1187
- [dir="rtl"] .col-md-pull-0 {
1188
- left: auto;
1189
- right: auto;
1190
- right: initial;
1191
- }
1192
- .col-md-push-12 {
1193
- left: 100%;
1194
- }
1195
- [dir="rtl"] .col-md-push-12 {
1196
- right: 100%;
1197
- left: auto;
1198
- left: initial;
1199
- }
1200
- .col-md-push-11 {
1201
- left: 91.66666667%;
1202
- }
1203
- [dir="rtl"] .col-md-push-11 {
1204
- right: 91.66666667%;
1205
- left: auto;
1206
- left: initial;
1207
- }
1208
- .col-md-push-10 {
1209
- left: 83.33333333%;
1210
- }
1211
- [dir="rtl"] .col-md-push-10 {
1212
- right: 83.33333333%;
1213
- left: auto;
1214
- left: initial;
1215
- }
1216
- .col-md-push-9 {
1217
- left: 75%;
1218
- }
1219
- [dir="rtl"] .col-md-push-9 {
1220
- right: 75%;
1221
- left: auto;
1222
- left: initial;
1223
- }
1224
- .col-md-push-8 {
1225
- left: 66.66666667%;
1226
- }
1227
- [dir="rtl"] .col-md-push-8 {
1228
- right: 66.66666667%;
1229
- left: auto;
1230
- left: initial;
1231
- }
1232
- .col-md-push-7 {
1233
- left: 58.33333333%;
1234
- }
1235
- [dir="rtl"] .col-md-push-7 {
1236
- right: 58.33333333%;
1237
- left: auto;
1238
- left: initial;
1239
- }
1240
- .col-md-push-6 {
1241
- left: 50%;
1242
- }
1243
- [dir="rtl"] .col-md-push-6 {
1244
- right: 50%;
1245
- left: auto;
1246
- left: initial;
1247
- }
1248
- .col-md-push-5 {
1249
- left: 41.66666667%;
1250
- }
1251
- [dir="rtl"] .col-md-push-5 {
1252
- right: 41.66666667%;
1253
- left: auto;
1254
- left: initial;
1255
- }
1256
- .col-md-push-4 {
1257
- left: 33.33333333%;
1258
- }
1259
- [dir="rtl"] .col-md-push-4 {
1260
- right: 33.33333333%;
1261
- left: auto;
1262
- left: initial;
1263
- }
1264
- .col-md-push-3 {
1265
- left: 25%;
1266
- }
1267
- [dir="rtl"] .col-md-push-3 {
1268
- right: 25%;
1269
- left: auto;
1270
- left: initial;
1271
- }
1272
- .col-md-push-2 {
1273
- left: 16.66666667%;
1274
- }
1275
- [dir="rtl"] .col-md-push-2 {
1276
- right: 16.66666667%;
1277
- left: auto;
1278
- left: initial;
1279
- }
1280
- .col-md-push-1 {
1281
- left: 8.33333333%;
1282
- }
1283
- [dir="rtl"] .col-md-push-1 {
1284
- right: 8.33333333%;
1285
- left: auto;
1286
- left: initial;
1287
- }
1288
- .col-md-push-0 {
1289
- left: auto;
1290
- }
1291
- [dir="rtl"] .col-md-push-0 {
1292
- right: auto;
1293
- left: auto;
1294
- left: initial;
1295
- }
1296
- .col-md-offset-12 {
1297
- margin-left: 100%;
1298
- }
1299
- [dir="rtl"] .col-md-offset-12 {
1300
- margin-right: 100%;
1301
- margin-left: 0;
1302
- margin-left: initial;
1303
- }
1304
- .col-md-offset-11 {
1305
- margin-left: 91.66666667%;
1306
- }
1307
- [dir="rtl"] .col-md-offset-11 {
1308
- margin-right: 91.66666667%;
1309
- margin-left: 0;
1310
- margin-left: initial;
1311
- }
1312
- .col-md-offset-10 {
1313
- margin-left: 83.33333333%;
1314
- }
1315
- [dir="rtl"] .col-md-offset-10 {
1316
- margin-right: 83.33333333%;
1317
- margin-left: 0;
1318
- margin-left: initial;
1319
- }
1320
- .col-md-offset-9 {
1321
- margin-left: 75%;
1322
- }
1323
- [dir="rtl"] .col-md-offset-9 {
1324
- margin-right: 75%;
1325
- margin-left: 0;
1326
- margin-left: initial;
1327
- }
1328
- .col-md-offset-8 {
1329
- margin-left: 66.66666667%;
1330
- }
1331
- [dir="rtl"] .col-md-offset-8 {
1332
- margin-right: 66.66666667%;
1333
- margin-left: 0;
1334
- margin-left: initial;
1335
- }
1336
- .col-md-offset-7 {
1337
- margin-left: 58.33333333%;
1338
- }
1339
- [dir="rtl"] .col-md-offset-7 {
1340
- margin-right: 58.33333333%;
1341
- margin-left: 0;
1342
- margin-left: initial;
1343
- }
1344
- .col-md-offset-6 {
1345
- margin-left: 50%;
1346
- }
1347
- [dir="rtl"] .col-md-offset-6 {
1348
- margin-right: 50%;
1349
- margin-left: 0;
1350
- margin-left: initial;
1351
- }
1352
- .col-md-offset-5 {
1353
- margin-left: 41.66666667%;
1354
- }
1355
- [dir="rtl"] .col-md-offset-5 {
1356
- margin-right: 41.66666667%;
1357
- margin-left: 0;
1358
- margin-left: initial;
1359
- }
1360
- .col-md-offset-4 {
1361
- margin-left: 33.33333333%;
1362
- }
1363
- [dir="rtl"] .col-md-offset-4 {
1364
- margin-right: 33.33333333%;
1365
- margin-left: 0;
1366
- margin-left: initial;
1367
- }
1368
- .col-md-offset-3 {
1369
- margin-left: 25%;
1370
- }
1371
- [dir="rtl"] .col-md-offset-3 {
1372
- margin-right: 25%;
1373
- margin-left: 0;
1374
- margin-left: initial;
1375
- }
1376
- .col-md-offset-2 {
1377
- margin-left: 16.66666667%;
1378
- }
1379
- [dir="rtl"] .col-md-offset-2 {
1380
- margin-right: 16.66666667%;
1381
- margin-left: 0;
1382
- margin-left: initial;
1383
- }
1384
- .col-md-offset-1 {
1385
- margin-left: 8.33333333%;
1386
- }
1387
- [dir="rtl"] .col-md-offset-1 {
1388
- margin-right: 8.33333333%;
1389
- margin-left: 0;
1390
- margin-left: initial;
1391
- }
1392
- .col-md-offset-0 {
1393
- margin-left: 0%;
1394
- }
1395
- [dir="rtl"] .col-md-offset-0 {
1396
- margin-right: 0%;
1397
- margin-left: 0;
1398
- margin-left: initial;
1399
- }
1400
- }
1401
- @media (min-width: 992px) {
1402
- .col-lg-1,
1403
- .col-lg-2,
1404
- .col-lg-3,
1405
- .col-lg-4,
1406
- .col-lg-5,
1407
- .col-lg-6,
1408
- .col-lg-7,
1409
- .col-lg-8,
1410
- .col-lg-9,
1411
- .col-lg-10,
1412
- .col-lg-11,
1413
- .col-lg-12 {
1414
- float: left;
1415
- }
1416
- [dir="rtl"] .col-lg-1,
1417
- [dir="rtl"] .col-lg-2,
1418
- [dir="rtl"] .col-lg-3,
1419
- [dir="rtl"] .col-lg-4,
1420
- [dir="rtl"] .col-lg-5,
1421
- [dir="rtl"] .col-lg-6,
1422
- [dir="rtl"] .col-lg-7,
1423
- [dir="rtl"] .col-lg-8,
1424
- [dir="rtl"] .col-lg-9,
1425
- [dir="rtl"] .col-lg-10,
1426
- [dir="rtl"] .col-lg-11,
1427
- [dir="rtl"] .col-lg-12 {
1428
- float: right;
1429
- }
1430
- .col-lg-12 {
1431
- width: 100%;
1432
- }
1433
- .row-equal-height .col-lg-12 {
1434
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1435
- width: calc(100% - 0.5px);
1436
- }
1437
- .col-lg-11 {
1438
- width: 91.66666667%;
1439
- }
1440
- .row-equal-height .col-lg-11 {
1441
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1442
- width: calc(91.66666667% - 0.5px);
1443
- }
1444
- .col-lg-10 {
1445
- width: 83.33333333%;
1446
- }
1447
- .row-equal-height .col-lg-10 {
1448
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1449
- width: calc(83.33333333% - 0.5px);
1450
- }
1451
- .col-lg-9 {
1452
- width: 75%;
1453
- }
1454
- .row-equal-height .col-lg-9 {
1455
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1456
- width: calc(75% - 0.5px);
1457
- }
1458
- .col-lg-8 {
1459
- width: 66.66666667%;
1460
- }
1461
- .row-equal-height .col-lg-8 {
1462
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1463
- width: calc(66.66666667% - 0.5px);
1464
- }
1465
- .col-lg-7 {
1466
- width: 58.33333333%;
1467
- }
1468
- .row-equal-height .col-lg-7 {
1469
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1470
- width: calc(58.33333333% - 0.5px);
1471
- }
1472
- .col-lg-6 {
1473
- width: 50%;
1474
- }
1475
- .row-equal-height .col-lg-6 {
1476
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1477
- width: calc(50% - 0.5px);
1478
- }
1479
- .col-lg-5 {
1480
- width: 41.66666667%;
1481
- }
1482
- .row-equal-height .col-lg-5 {
1483
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1484
- width: calc(41.66666667% - 0.5px);
1485
- }
1486
- .col-lg-4 {
1487
- width: 33.33333333%;
1488
- }
1489
- .row-equal-height .col-lg-4 {
1490
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1491
- width: calc(33.33333333% - 0.5px);
1492
- }
1493
- .col-lg-3 {
1494
- width: 25%;
1495
- }
1496
- .row-equal-height .col-lg-3 {
1497
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1498
- width: calc(25% - 0.5px);
1499
- }
1500
- .col-lg-2 {
1501
- width: 16.66666667%;
1502
- }
1503
- .row-equal-height .col-lg-2 {
1504
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1505
- width: calc(16.66666667% - 0.5px);
1506
- }
1507
- .col-lg-1 {
1508
- width: 8.33333333%;
1509
- }
1510
- .row-equal-height .col-lg-1 {
1511
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1512
- width: calc(8.33333333% - 0.5px);
1513
- }
1514
- .col-lg-pull-12 {
1515
- right: 100%;
1516
- }
1517
- [dir="rtl"] .col-lg-pull-12 {
1518
- left: 100%;
1519
- right: auto;
1520
- right: initial;
1521
- }
1522
- .col-lg-pull-11 {
1523
- right: 91.66666667%;
1524
- }
1525
- [dir="rtl"] .col-lg-pull-11 {
1526
- left: 91.66666667%;
1527
- right: auto;
1528
- right: initial;
1529
- }
1530
- .col-lg-pull-10 {
1531
- right: 83.33333333%;
1532
- }
1533
- [dir="rtl"] .col-lg-pull-10 {
1534
- left: 83.33333333%;
1535
- right: auto;
1536
- right: initial;
1537
- }
1538
- .col-lg-pull-9 {
1539
- right: 75%;
1540
- }
1541
- [dir="rtl"] .col-lg-pull-9 {
1542
- left: 75%;
1543
- right: auto;
1544
- right: initial;
1545
- }
1546
- .col-lg-pull-8 {
1547
- right: 66.66666667%;
1548
- }
1549
- [dir="rtl"] .col-lg-pull-8 {
1550
- left: 66.66666667%;
1551
- right: auto;
1552
- right: initial;
1553
- }
1554
- .col-lg-pull-7 {
1555
- right: 58.33333333%;
1556
- }
1557
- [dir="rtl"] .col-lg-pull-7 {
1558
- left: 58.33333333%;
1559
- right: auto;
1560
- right: initial;
1561
- }
1562
- .col-lg-pull-6 {
1563
- right: 50%;
1564
- }
1565
- [dir="rtl"] .col-lg-pull-6 {
1566
- left: 50%;
1567
- right: auto;
1568
- right: initial;
1569
- }
1570
- .col-lg-pull-5 {
1571
- right: 41.66666667%;
1572
- }
1573
- [dir="rtl"] .col-lg-pull-5 {
1574
- left: 41.66666667%;
1575
- right: auto;
1576
- right: initial;
1577
- }
1578
- .col-lg-pull-4 {
1579
- right: 33.33333333%;
1580
- }
1581
- [dir="rtl"] .col-lg-pull-4 {
1582
- left: 33.33333333%;
1583
- right: auto;
1584
- right: initial;
1585
- }
1586
- .col-lg-pull-3 {
1587
- right: 25%;
1588
- }
1589
- [dir="rtl"] .col-lg-pull-3 {
1590
- left: 25%;
1591
- right: auto;
1592
- right: initial;
1593
- }
1594
- .col-lg-pull-2 {
1595
- right: 16.66666667%;
1596
- }
1597
- [dir="rtl"] .col-lg-pull-2 {
1598
- left: 16.66666667%;
1599
- right: auto;
1600
- right: initial;
1601
- }
1602
- .col-lg-pull-1 {
1603
- right: 8.33333333%;
1604
- }
1605
- [dir="rtl"] .col-lg-pull-1 {
1606
- left: 8.33333333%;
1607
- right: auto;
1608
- right: initial;
1609
- }
1610
- .col-lg-pull-0 {
1611
- right: auto;
1612
- }
1613
- [dir="rtl"] .col-lg-pull-0 {
1614
- left: auto;
1615
- right: auto;
1616
- right: initial;
1617
- }
1618
- .col-lg-push-12 {
1619
- left: 100%;
1620
- }
1621
- [dir="rtl"] .col-lg-push-12 {
1622
- right: 100%;
1623
- left: auto;
1624
- left: initial;
1625
- }
1626
- .col-lg-push-11 {
1627
- left: 91.66666667%;
1628
- }
1629
- [dir="rtl"] .col-lg-push-11 {
1630
- right: 91.66666667%;
1631
- left: auto;
1632
- left: initial;
1633
- }
1634
- .col-lg-push-10 {
1635
- left: 83.33333333%;
1636
- }
1637
- [dir="rtl"] .col-lg-push-10 {
1638
- right: 83.33333333%;
1639
- left: auto;
1640
- left: initial;
1641
- }
1642
- .col-lg-push-9 {
1643
- left: 75%;
1644
- }
1645
- [dir="rtl"] .col-lg-push-9 {
1646
- right: 75%;
1647
- left: auto;
1648
- left: initial;
1649
- }
1650
- .col-lg-push-8 {
1651
- left: 66.66666667%;
1652
- }
1653
- [dir="rtl"] .col-lg-push-8 {
1654
- right: 66.66666667%;
1655
- left: auto;
1656
- left: initial;
1657
- }
1658
- .col-lg-push-7 {
1659
- left: 58.33333333%;
1660
- }
1661
- [dir="rtl"] .col-lg-push-7 {
1662
- right: 58.33333333%;
1663
- left: auto;
1664
- left: initial;
1665
- }
1666
- .col-lg-push-6 {
1667
- left: 50%;
1668
- }
1669
- [dir="rtl"] .col-lg-push-6 {
1670
- right: 50%;
1671
- left: auto;
1672
- left: initial;
1673
- }
1674
- .col-lg-push-5 {
1675
- left: 41.66666667%;
1676
- }
1677
- [dir="rtl"] .col-lg-push-5 {
1678
- right: 41.66666667%;
1679
- left: auto;
1680
- left: initial;
1681
- }
1682
- .col-lg-push-4 {
1683
- left: 33.33333333%;
1684
- }
1685
- [dir="rtl"] .col-lg-push-4 {
1686
- right: 33.33333333%;
1687
- left: auto;
1688
- left: initial;
1689
- }
1690
- .col-lg-push-3 {
1691
- left: 25%;
1692
- }
1693
- [dir="rtl"] .col-lg-push-3 {
1694
- right: 25%;
1695
- left: auto;
1696
- left: initial;
1697
- }
1698
- .col-lg-push-2 {
1699
- left: 16.66666667%;
1700
- }
1701
- [dir="rtl"] .col-lg-push-2 {
1702
- right: 16.66666667%;
1703
- left: auto;
1704
- left: initial;
1705
- }
1706
- .col-lg-push-1 {
1707
- left: 8.33333333%;
1708
- }
1709
- [dir="rtl"] .col-lg-push-1 {
1710
- right: 8.33333333%;
1711
- left: auto;
1712
- left: initial;
1713
- }
1714
- .col-lg-push-0 {
1715
- left: auto;
1716
- }
1717
- [dir="rtl"] .col-lg-push-0 {
1718
- right: auto;
1719
- left: auto;
1720
- left: initial;
1721
- }
1722
- .col-lg-offset-12 {
1723
- margin-left: 100%;
1724
- }
1725
- [dir="rtl"] .col-lg-offset-12 {
1726
- margin-right: 100%;
1727
- margin-left: 0;
1728
- margin-left: initial;
1729
- }
1730
- .col-lg-offset-11 {
1731
- margin-left: 91.66666667%;
1732
- }
1733
- [dir="rtl"] .col-lg-offset-11 {
1734
- margin-right: 91.66666667%;
1735
- margin-left: 0;
1736
- margin-left: initial;
1737
- }
1738
- .col-lg-offset-10 {
1739
- margin-left: 83.33333333%;
1740
- }
1741
- [dir="rtl"] .col-lg-offset-10 {
1742
- margin-right: 83.33333333%;
1743
- margin-left: 0;
1744
- margin-left: initial;
1745
- }
1746
- .col-lg-offset-9 {
1747
- margin-left: 75%;
1748
- }
1749
- [dir="rtl"] .col-lg-offset-9 {
1750
- margin-right: 75%;
1751
- margin-left: 0;
1752
- margin-left: initial;
1753
- }
1754
- .col-lg-offset-8 {
1755
- margin-left: 66.66666667%;
1756
- }
1757
- [dir="rtl"] .col-lg-offset-8 {
1758
- margin-right: 66.66666667%;
1759
- margin-left: 0;
1760
- margin-left: initial;
1761
- }
1762
- .col-lg-offset-7 {
1763
- margin-left: 58.33333333%;
1764
- }
1765
- [dir="rtl"] .col-lg-offset-7 {
1766
- margin-right: 58.33333333%;
1767
- margin-left: 0;
1768
- margin-left: initial;
1769
- }
1770
- .col-lg-offset-6 {
1771
- margin-left: 50%;
1772
- }
1773
- [dir="rtl"] .col-lg-offset-6 {
1774
- margin-right: 50%;
1775
- margin-left: 0;
1776
- margin-left: initial;
1777
- }
1778
- .col-lg-offset-5 {
1779
- margin-left: 41.66666667%;
1780
- }
1781
- [dir="rtl"] .col-lg-offset-5 {
1782
- margin-right: 41.66666667%;
1783
- margin-left: 0;
1784
- margin-left: initial;
1785
- }
1786
- .col-lg-offset-4 {
1787
- margin-left: 33.33333333%;
1788
- }
1789
- [dir="rtl"] .col-lg-offset-4 {
1790
- margin-right: 33.33333333%;
1791
- margin-left: 0;
1792
- margin-left: initial;
1793
- }
1794
- .col-lg-offset-3 {
1795
- margin-left: 25%;
1796
- }
1797
- [dir="rtl"] .col-lg-offset-3 {
1798
- margin-right: 25%;
1799
- margin-left: 0;
1800
- margin-left: initial;
1801
- }
1802
- .col-lg-offset-2 {
1803
- margin-left: 16.66666667%;
1804
- }
1805
- [dir="rtl"] .col-lg-offset-2 {
1806
- margin-right: 16.66666667%;
1807
- margin-left: 0;
1808
- margin-left: initial;
1809
- }
1810
- .col-lg-offset-1 {
1811
- margin-left: 8.33333333%;
1812
- }
1813
- [dir="rtl"] .col-lg-offset-1 {
1814
- margin-right: 8.33333333%;
1815
- margin-left: 0;
1816
- margin-left: initial;
1817
- }
1818
- .col-lg-offset-0 {
1819
- margin-left: 0%;
1820
- }
1821
- [dir="rtl"] .col-lg-offset-0 {
1822
- margin-right: 0%;
1823
- margin-left: 0;
1824
- margin-left: initial;
1825
- }
1826
- }
1827
- @media (min-width: 1200px) {
1828
- .col-xl-1,
1829
- .col-xl-2,
1830
- .col-xl-3,
1831
- .col-xl-4,
1832
- .col-xl-5,
1833
- .col-xl-6,
1834
- .col-xl-7,
1835
- .col-xl-8,
1836
- .col-xl-9,
1837
- .col-xl-10,
1838
- .col-xl-11,
1839
- .col-xl-12 {
1840
- float: left;
1841
- }
1842
- [dir="rtl"] .col-xl-1,
1843
- [dir="rtl"] .col-xl-2,
1844
- [dir="rtl"] .col-xl-3,
1845
- [dir="rtl"] .col-xl-4,
1846
- [dir="rtl"] .col-xl-5,
1847
- [dir="rtl"] .col-xl-6,
1848
- [dir="rtl"] .col-xl-7,
1849
- [dir="rtl"] .col-xl-8,
1850
- [dir="rtl"] .col-xl-9,
1851
- [dir="rtl"] .col-xl-10,
1852
- [dir="rtl"] .col-xl-11,
1853
- [dir="rtl"] .col-xl-12 {
1854
- float: right;
1855
- }
1856
- .col-xl-12 {
1857
- width: 100%;
1858
- }
1859
- .row-equal-height .col-xl-12 {
1860
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1861
- width: calc(100% - 0.5px);
1862
- }
1863
- .col-xl-11 {
1864
- width: 91.66666667%;
1865
- }
1866
- .row-equal-height .col-xl-11 {
1867
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1868
- width: calc(91.66666667% - 0.5px);
1869
- }
1870
- .col-xl-10 {
1871
- width: 83.33333333%;
1872
- }
1873
- .row-equal-height .col-xl-10 {
1874
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1875
- width: calc(83.33333333% - 0.5px);
1876
- }
1877
- .col-xl-9 {
1878
- width: 75%;
1879
- }
1880
- .row-equal-height .col-xl-9 {
1881
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1882
- width: calc(75% - 0.5px);
1883
- }
1884
- .col-xl-8 {
1885
- width: 66.66666667%;
1886
- }
1887
- .row-equal-height .col-xl-8 {
1888
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1889
- width: calc(66.66666667% - 0.5px);
1890
- }
1891
- .col-xl-7 {
1892
- width: 58.33333333%;
1893
- }
1894
- .row-equal-height .col-xl-7 {
1895
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1896
- width: calc(58.33333333% - 0.5px);
1897
- }
1898
- .col-xl-6 {
1899
- width: 50%;
1900
- }
1901
- .row-equal-height .col-xl-6 {
1902
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1903
- width: calc(50% - 0.5px);
1904
- }
1905
- .col-xl-5 {
1906
- width: 41.66666667%;
1907
- }
1908
- .row-equal-height .col-xl-5 {
1909
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1910
- width: calc(41.66666667% - 0.5px);
1911
- }
1912
- .col-xl-4 {
1913
- width: 33.33333333%;
1914
- }
1915
- .row-equal-height .col-xl-4 {
1916
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1917
- width: calc(33.33333333% - 0.5px);
1918
- }
1919
- .col-xl-3 {
1920
- width: 25%;
1921
- }
1922
- .row-equal-height .col-xl-3 {
1923
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1924
- width: calc(25% - 0.5px);
1925
- }
1926
- .col-xl-2 {
1927
- width: 16.66666667%;
1928
- }
1929
- .row-equal-height .col-xl-2 {
1930
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1931
- width: calc(16.66666667% - 0.5px);
1932
- }
1933
- .col-xl-1 {
1934
- width: 8.33333333%;
1935
- }
1936
- .row-equal-height .col-xl-1 {
1937
- /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1938
- width: calc(8.33333333% - 0.5px);
1939
- }
1940
- .col-xl-pull-12 {
1941
- right: 100%;
1942
- }
1943
- [dir="rtl"] .col-xl-pull-12 {
1944
- left: 100%;
1945
- right: auto;
1946
- right: initial;
1947
- }
1948
- .col-xl-pull-11 {
1949
- right: 91.66666667%;
1950
- }
1951
- [dir="rtl"] .col-xl-pull-11 {
1952
- left: 91.66666667%;
1953
- right: auto;
1954
- right: initial;
1955
- }
1956
- .col-xl-pull-10 {
1957
- right: 83.33333333%;
1958
- }
1959
- [dir="rtl"] .col-xl-pull-10 {
1960
- left: 83.33333333%;
1961
- right: auto;
1962
- right: initial;
1963
- }
1964
- .col-xl-pull-9 {
1965
- right: 75%;
1966
- }
1967
- [dir="rtl"] .col-xl-pull-9 {
1968
- left: 75%;
1969
- right: auto;
1970
- right: initial;
1971
- }
1972
- .col-xl-pull-8 {
1973
- right: 66.66666667%;
1974
- }
1975
- [dir="rtl"] .col-xl-pull-8 {
1976
- left: 66.66666667%;
1977
- right: auto;
1978
- right: initial;
1979
- }
1980
- .col-xl-pull-7 {
1981
- right: 58.33333333%;
1982
- }
1983
- [dir="rtl"] .col-xl-pull-7 {
1984
- left: 58.33333333%;
1985
- right: auto;
1986
- right: initial;
1987
- }
1988
- .col-xl-pull-6 {
1989
- right: 50%;
1990
- }
1991
- [dir="rtl"] .col-xl-pull-6 {
1992
- left: 50%;
1993
- right: auto;
1994
- right: initial;
1995
- }
1996
- .col-xl-pull-5 {
1997
- right: 41.66666667%;
1998
- }
1999
- [dir="rtl"] .col-xl-pull-5 {
2000
- left: 41.66666667%;
2001
- right: auto;
2002
- right: initial;
2003
- }
2004
- .col-xl-pull-4 {
2005
- right: 33.33333333%;
2006
- }
2007
- [dir="rtl"] .col-xl-pull-4 {
2008
- left: 33.33333333%;
2009
- right: auto;
2010
- right: initial;
2011
- }
2012
- .col-xl-pull-3 {
2013
- right: 25%;
2014
- }
2015
- [dir="rtl"] .col-xl-pull-3 {
2016
- left: 25%;
2017
- right: auto;
2018
- right: initial;
2019
- }
2020
- .col-xl-pull-2 {
2021
- right: 16.66666667%;
2022
- }
2023
- [dir="rtl"] .col-xl-pull-2 {
2024
- left: 16.66666667%;
2025
- right: auto;
2026
- right: initial;
2027
- }
2028
- .col-xl-pull-1 {
2029
- right: 8.33333333%;
2030
- }
2031
- [dir="rtl"] .col-xl-pull-1 {
2032
- left: 8.33333333%;
2033
- right: auto;
2034
- right: initial;
2035
- }
2036
- .col-xl-pull-0 {
2037
- right: auto;
2038
- }
2039
- [dir="rtl"] .col-xl-pull-0 {
2040
- left: auto;
2041
- right: auto;
2042
- right: initial;
2043
- }
2044
- .col-xl-push-12 {
2045
- left: 100%;
2046
- }
2047
- [dir="rtl"] .col-xl-push-12 {
2048
- right: 100%;
2049
- left: auto;
2050
- left: initial;
2051
- }
2052
- .col-xl-push-11 {
2053
- left: 91.66666667%;
2054
- }
2055
- [dir="rtl"] .col-xl-push-11 {
2056
- right: 91.66666667%;
2057
- left: auto;
2058
- left: initial;
2059
- }
2060
- .col-xl-push-10 {
2061
- left: 83.33333333%;
2062
- }
2063
- [dir="rtl"] .col-xl-push-10 {
2064
- right: 83.33333333%;
2065
- left: auto;
2066
- left: initial;
2067
- }
2068
- .col-xl-push-9 {
2069
- left: 75%;
2070
- }
2071
- [dir="rtl"] .col-xl-push-9 {
2072
- right: 75%;
2073
- left: auto;
2074
- left: initial;
2075
- }
2076
- .col-xl-push-8 {
2077
- left: 66.66666667%;
2078
- }
2079
- [dir="rtl"] .col-xl-push-8 {
2080
- right: 66.66666667%;
2081
- left: auto;
2082
- left: initial;
2083
- }
2084
- .col-xl-push-7 {
2085
- left: 58.33333333%;
2086
- }
2087
- [dir="rtl"] .col-xl-push-7 {
2088
- right: 58.33333333%;
2089
- left: auto;
2090
- left: initial;
2091
- }
2092
- .col-xl-push-6 {
2093
- left: 50%;
2094
- }
2095
- [dir="rtl"] .col-xl-push-6 {
2096
- right: 50%;
2097
- left: auto;
2098
- left: initial;
2099
- }
2100
- .col-xl-push-5 {
2101
- left: 41.66666667%;
2102
- }
2103
- [dir="rtl"] .col-xl-push-5 {
2104
- right: 41.66666667%;
2105
- left: auto;
2106
- left: initial;
2107
- }
2108
- .col-xl-push-4 {
2109
- left: 33.33333333%;
2110
- }
2111
- [dir="rtl"] .col-xl-push-4 {
2112
- right: 33.33333333%;
2113
- left: auto;
2114
- left: initial;
2115
- }
2116
- .col-xl-push-3 {
2117
- left: 25%;
2118
- }
2119
- [dir="rtl"] .col-xl-push-3 {
2120
- right: 25%;
2121
- left: auto;
2122
- left: initial;
2123
- }
2124
- .col-xl-push-2 {
2125
- left: 16.66666667%;
2126
- }
2127
- [dir="rtl"] .col-xl-push-2 {
2128
- right: 16.66666667%;
2129
- left: auto;
2130
- left: initial;
2131
- }
2132
- .col-xl-push-1 {
2133
- left: 8.33333333%;
2134
- }
2135
- [dir="rtl"] .col-xl-push-1 {
2136
- right: 8.33333333%;
2137
- left: auto;
2138
- left: initial;
2139
- }
2140
- .col-xl-push-0 {
2141
- left: auto;
2142
- }
2143
- [dir="rtl"] .col-xl-push-0 {
2144
- right: auto;
2145
- left: auto;
2146
- left: initial;
2147
- }
2148
- .col-xl-offset-12 {
2149
- margin-left: 100%;
2150
- }
2151
- [dir="rtl"] .col-xl-offset-12 {
2152
- margin-right: 100%;
2153
- margin-left: 0;
2154
- margin-left: initial;
2155
- }
2156
- .col-xl-offset-11 {
2157
- margin-left: 91.66666667%;
2158
- }
2159
- [dir="rtl"] .col-xl-offset-11 {
2160
- margin-right: 91.66666667%;
2161
- margin-left: 0;
2162
- margin-left: initial;
2163
- }
2164
- .col-xl-offset-10 {
2165
- margin-left: 83.33333333%;
2166
- }
2167
- [dir="rtl"] .col-xl-offset-10 {
2168
- margin-right: 83.33333333%;
2169
- margin-left: 0;
2170
- margin-left: initial;
2171
- }
2172
- .col-xl-offset-9 {
2173
- margin-left: 75%;
2174
- }
2175
- [dir="rtl"] .col-xl-offset-9 {
2176
- margin-right: 75%;
2177
- margin-left: 0;
2178
- margin-left: initial;
2179
- }
2180
- .col-xl-offset-8 {
2181
- margin-left: 66.66666667%;
2182
- }
2183
- [dir="rtl"] .col-xl-offset-8 {
2184
- margin-right: 66.66666667%;
2185
- margin-left: 0;
2186
- margin-left: initial;
2187
- }
2188
- .col-xl-offset-7 {
2189
- margin-left: 58.33333333%;
2190
- }
2191
- [dir="rtl"] .col-xl-offset-7 {
2192
- margin-right: 58.33333333%;
2193
- margin-left: 0;
2194
- margin-left: initial;
2195
- }
2196
- .col-xl-offset-6 {
2197
- margin-left: 50%;
2198
- }
2199
- [dir="rtl"] .col-xl-offset-6 {
2200
- margin-right: 50%;
2201
- margin-left: 0;
2202
- margin-left: initial;
2203
- }
2204
- .col-xl-offset-5 {
2205
- margin-left: 41.66666667%;
2206
- }
2207
- [dir="rtl"] .col-xl-offset-5 {
2208
- margin-right: 41.66666667%;
2209
- margin-left: 0;
2210
- margin-left: initial;
2211
- }
2212
- .col-xl-offset-4 {
2213
- margin-left: 33.33333333%;
2214
- }
2215
- [dir="rtl"] .col-xl-offset-4 {
2216
- margin-right: 33.33333333%;
2217
- margin-left: 0;
2218
- margin-left: initial;
2219
- }
2220
- .col-xl-offset-3 {
2221
- margin-left: 25%;
2222
- }
2223
- [dir="rtl"] .col-xl-offset-3 {
2224
- margin-right: 25%;
2225
- margin-left: 0;
2226
- margin-left: initial;
2227
- }
2228
- .col-xl-offset-2 {
2229
- margin-left: 16.66666667%;
2230
- }
2231
- [dir="rtl"] .col-xl-offset-2 {
2232
- margin-right: 16.66666667%;
2233
- margin-left: 0;
2234
- margin-left: initial;
2235
- }
2236
- .col-xl-offset-1 {
2237
- margin-left: 8.33333333%;
2238
- }
2239
- [dir="rtl"] .col-xl-offset-1 {
2240
- margin-right: 8.33333333%;
2241
- margin-left: 0;
2242
- margin-left: initial;
2243
- }
2244
- .col-xl-offset-0 {
2245
- margin-left: 0%;
2246
- }
2247
- [dir="rtl"] .col-xl-offset-0 {
2248
- margin-right: 0%;
2249
- margin-left: 0;
2250
- margin-left: initial;
2251
- }
2252
- }
2253
- @media (max-width: 575px) {
2254
- .container {
2255
- padding-right: 16px;
2256
- padding-left: 16px;
2257
- }
2258
- }
2259
- @media (min-width: 576px) and (max-width: 767px) {
2260
- .container {
2261
- padding-right: 24px;
2262
- padding-left: 24px;
2263
- }
2264
- }
2265
- [class*="col-sm"],
2266
- [class*="col-md"],
2267
- [class*="col-lg"],
2268
- [class*="col-xl"] {
2269
- margin-bottom: calc(8px * 2);
2270
- margin-bottom: calc(var(--size-8) * 2);
2271
- }
2272
- [class*="col-xs"] {
2273
- margin-bottom: 0;
2274
- }
2275
- @media (min-width: 576px) {
2276
- [class*="col-sm"] {
2277
- margin-bottom: 0;
2278
- }
2279
- }
2280
- @media (min-width: 768px) {
2281
- [class*="col-md"] {
2282
- margin-bottom: 0;
2283
- }
2284
- }
2285
- @media (min-width: 992px) {
2286
- [class*="col-lg"] {
2287
- margin-bottom: 0;
2288
- }
2289
- }
2290
- @media (min-width: 1200px) {
2291
- [class*="col-xl"] {
2292
- margin-bottom: 0;
2293
- }
2294
- }
2295
- .row-equal-height {
2296
- display: flex;
2297
- flex-wrap: wrap;
2298
- }
2299
- .row-equal-height > [class*="col-"] {
2300
- display: flex;
2301
- }
2302
- @media (max-width: 575px) {
2303
- .row-equal-height .col-xs-12 {
2304
- margin-bottom: 12px;
2305
- margin-bottom: var(--size-12);
2306
- }
2307
- }
2308
- @media (max-width: 575px) {
2309
- .row {
2310
- margin-right: calc(8px * -1);
2311
- margin-right: calc(var(--size-8) * -1);
2312
- margin-left: calc(8px * -1);
2313
- margin-left: calc(var(--size-8) * -1);
2314
- }
2315
- [class*="col-"] {
2316
- padding-right: 8px;
2317
- padding-right: var(--size-8);
2318
- padding-left: 8px;
2319
- padding-left: var(--size-8);
2320
- }
2321
- }
2322
- .row--wide {
2323
- margin-right: -24px / 2;
2324
- margin-left: -24px / 2;
2325
- }
2326
- .row--wide [class*="col-"] {
2327
- padding-right: 24px / 2;
2328
- padding-left: 24px / 2;
2329
- }
2330
- @media all and (min-width: 576px) {
2331
- .row--wide {
2332
- margin-right: -48px / 2;
2333
- margin-left: -48px / 2;
2334
- }
2335
- .row--wide [class*="col-"] {
2336
- padding-right: 48px / 2;
2337
- padding-left: 48px / 2;
2338
- }
2339
- }
2340
- @media all and (min-width: 992px) {
2341
- .row--wide {
2342
- margin-right: -96px / 2;
2343
- margin-left: -96px / 2;
2344
- }
2345
- .row--wide [class*="col-"] {
2346
- padding-right: 96px / 2;
2347
- padding-left: 96px / 2;
2348
- }
2349
- }
2350
- @media (min-width: 1200px) {
2351
- .container--fullscreen {
2352
- max-width: 100%;
2353
- }
2354
- }
2355
- .container--text {
2356
- max-width: 700px;
2357
- margin-right: auto;
2358
- margin-left: auto;
2359
- }
2360
- .container--wide {
2361
- max-width: 1500px;
2362
- margin-right: auto;
2363
- margin-left: auto;
2364
- }
2365
- @media (min-width: 1200px) {
2366
- .container--wide {
2367
- max-width: 1500px;
2368
- }
2369
- }