@transferwise/components 0.0.0-experimental-8cc553f → 0.0.0-experimental-769973c

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 (353) hide show
  1. package/build/checkbox/Checkbox.js +1 -1
  2. package/build/checkbox/Checkbox.js.map +1 -1
  3. package/build/checkbox/Checkbox.mjs +1 -1
  4. package/build/checkbox/Checkbox.mjs.map +1 -1
  5. package/build/common/Option/Option.js +2 -2
  6. package/build/common/Option/Option.js.map +1 -1
  7. package/build/common/Option/Option.mjs +2 -2
  8. package/build/common/Option/Option.mjs.map +1 -1
  9. package/build/main.css +5397 -5944
  10. package/build/moneyInput/MoneyInput.js +28 -12
  11. package/build/moneyInput/MoneyInput.js.map +1 -1
  12. package/build/moneyInput/MoneyInput.mjs +30 -14
  13. package/build/moneyInput/MoneyInput.mjs.map +1 -1
  14. package/build/moneyInput/currencyFormatting.js +8 -2
  15. package/build/moneyInput/currencyFormatting.js.map +1 -1
  16. package/build/moneyInput/currencyFormatting.mjs +5 -4
  17. package/build/moneyInput/currencyFormatting.mjs.map +1 -1
  18. package/build/styles/accordion/Accordion.css +23 -21
  19. package/build/styles/actionButton/ActionButton.css +8 -6
  20. package/build/styles/alert/Alert.css +2 -2
  21. package/build/styles/avatar/Avatar.css +65 -65
  22. package/build/styles/avatarLayout/AvatarLayout.css +11 -11
  23. package/build/styles/avatarView/AvatarView.css +3 -3
  24. package/build/styles/avatarView/Dot.css +3 -3
  25. package/build/styles/badge/Badge.css +8 -12
  26. package/build/styles/button/Button.css +6 -6
  27. package/build/styles/button/LegacyButton.css +3 -9
  28. package/build/styles/card/Card.css +27 -18
  29. package/build/styles/carousel/Carousel.css +28 -27
  30. package/build/styles/checkboxButton/CheckboxButton.css +10 -15
  31. package/build/styles/chips/Chip.css +26 -29
  32. package/build/styles/common/Option/Option.css +42 -44
  33. package/build/styles/common/baseCard/BaseCard.css +3 -7
  34. package/build/styles/common/bottomSheet/BottomSheet.css +30 -18
  35. package/build/styles/common/circle/Circle.css +10 -10
  36. package/build/styles/common/closeButton/CloseButton.css +36 -36
  37. package/build/styles/common/liveRegion/LiveRegion.css +1 -1
  38. package/build/styles/common/panel/Panel.css +7 -7
  39. package/build/styles/criticalBanner/CriticalCommsBanner.css +7 -7
  40. package/build/styles/css/accordion.css +35 -37
  41. package/build/styles/css/alerts.css +84 -96
  42. package/build/styles/css/badge.css +25 -23
  43. package/build/styles/css/breadcrumbs.css +6 -4
  44. package/build/styles/css/button-groups.css +157 -168
  45. package/build/styles/css/buttons.css +69 -74
  46. package/build/styles/css/circles.css +54 -60
  47. package/build/styles/css/close.css +2 -2
  48. package/build/styles/css/column-layout.css +45 -48
  49. package/build/styles/css/currency-flags.css +10 -12
  50. package/build/styles/css/decision.css +14 -12
  51. package/build/styles/css/dropdowns.css +116 -142
  52. package/build/styles/css/droppable.css +45 -36
  53. package/build/styles/css/flex.css +88 -104
  54. package/build/styles/css/footer.css +15 -14
  55. package/build/styles/css/grid.css +780 -975
  56. package/build/styles/css/input-groups.css +333 -361
  57. package/build/styles/css/link-callout.css +5 -6
  58. package/build/styles/css/list-group.css +72 -66
  59. package/build/styles/css/loaders.css +11 -11
  60. package/build/styles/css/media.css +21 -25
  61. package/build/styles/css/modals.css +57 -51
  62. package/build/styles/css/navbar.css +537 -581
  63. package/build/styles/css/navs.css +84 -88
  64. package/build/styles/css/neptune-social-media.css +17 -21
  65. package/build/styles/css/neptune.css +4217 -4545
  66. package/build/styles/css/panels.css +100 -102
  67. package/build/styles/css/popovers.css +189 -217
  68. package/build/styles/css/process.css +69 -71
  69. package/build/styles/css/progress-bars.css +13 -17
  70. package/build/styles/css/select.css +35 -39
  71. package/build/styles/css/sequences.css +147 -169
  72. package/build/styles/css/table.css +50 -39
  73. package/build/styles/css/tick.css +15 -10
  74. package/build/styles/css/tooltip.css +66 -64
  75. package/build/styles/css/utilities.css +24 -24
  76. package/build/styles/css/wells.css +20 -20
  77. package/build/styles/dateInput/DateInput.css +4 -4
  78. package/build/styles/dateLookup/DateLookup.css +10 -9
  79. package/build/styles/dateLookup/dateTrigger/DateTrigger.css +9 -15
  80. package/build/styles/definitionList/DefinitionList.css +8 -14
  81. package/build/styles/dimmer/Dimmer.css +9 -19
  82. package/build/styles/divider/Divider.css +8 -7
  83. package/build/styles/drawer/Drawer.css +16 -15
  84. package/build/styles/dropFade/DropFade.css +2 -2
  85. package/build/styles/expressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
  86. package/build/styles/expressiveMoneyInput/amountInput/AmountInput.css +4 -4
  87. package/build/styles/expressiveMoneyInput/chevron/Chevron.css +5 -5
  88. package/build/styles/field/Field.css +5 -5
  89. package/build/styles/flowNavigation/FlowNavigation.css +29 -28
  90. package/build/styles/flowNavigation/animatedLabel/AnimatedLabel.css +5 -5
  91. package/build/styles/header/Header.css +11 -9
  92. package/build/styles/image/Image.css +7 -7
  93. package/build/styles/info/Info.css +1 -1
  94. package/build/styles/inputs/Input.css +24 -25
  95. package/build/styles/inputs/InputGroup.css +13 -13
  96. package/build/styles/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
  97. package/build/styles/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +5 -5
  98. package/build/styles/inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
  99. package/build/styles/inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
  100. package/build/styles/inputs/SelectInput/Option/SelectInputOption.css +4 -2
  101. package/build/styles/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
  102. package/build/styles/inputs/SelectInput/Options/SelectInputOptions.css +17 -12
  103. package/build/styles/inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
  104. package/build/styles/inputs/SelectInput/SelectInput.css +54 -47
  105. package/build/styles/inputs/TextArea.css +26 -27
  106. package/build/styles/instructionsList/InstructionsList.css +5 -5
  107. package/build/styles/legacylistItem/LegacyListItem.css +1 -1
  108. package/build/styles/link/Link.css +2 -8
  109. package/build/styles/listItem/ListItem.css +38 -35
  110. package/build/styles/listItem/ListItem.grid.css +7 -7
  111. package/build/styles/loader/Loader.css +30 -30
  112. package/build/styles/main.css +5397 -5944
  113. package/build/styles/modal/Modal.css +17 -16
  114. package/build/styles/moneyInput/MoneyInput.css +10 -20
  115. package/build/styles/navigationOption/NavigationOption.css +6 -19
  116. package/build/styles/navigationOptionsList/NavigationOptionsList.css +3 -8
  117. package/build/styles/nudge/Nudge.css +46 -72
  118. package/build/styles/overlayHeader/OverlayHeader.css +7 -6
  119. package/build/styles/phoneNumberInput/PhoneNumberInput.css +3 -9
  120. package/build/styles/popover/Popover.css +13 -10
  121. package/build/styles/progress/Progress.css +3 -3
  122. package/build/styles/progressBar/ProgressBar.css +4 -4
  123. package/build/styles/promoCard/PromoCard.css +27 -41
  124. package/build/styles/prompt/ActionPrompt/ActionPrompt.css +8 -8
  125. package/build/styles/prompt/InfoPrompt/InfoPrompt.css +7 -7
  126. package/build/styles/prompt/InlinePrompt/InlinePrompt.css +5 -6
  127. package/build/styles/prompt/PrimitivePrompt/PrimitivePrompt.css +6 -6
  128. package/build/styles/radioGroup/RadioGroup.css +1 -1
  129. package/build/styles/section/Section.css +6 -6
  130. package/build/styles/segmentedControl/SegmentedControl.css +18 -15
  131. package/build/styles/select/Select.css +55 -99
  132. package/build/styles/slidingPanel/SlidingPanel.css +9 -31
  133. package/build/styles/snackbar/Snackbar.css +21 -35
  134. package/build/styles/stepper/Stepper.css +9 -12
  135. package/build/styles/styles/less/accordion.css +35 -37
  136. package/build/styles/styles/less/alerts.css +84 -96
  137. package/build/styles/styles/less/badge.css +25 -23
  138. package/build/styles/styles/less/breadcrumbs.css +6 -4
  139. package/build/styles/styles/less/button-groups.css +157 -168
  140. package/build/styles/styles/less/buttons.css +69 -74
  141. package/build/styles/styles/less/circles.css +54 -60
  142. package/build/styles/styles/less/close.css +2 -2
  143. package/build/styles/styles/less/column-layout.css +45 -48
  144. package/build/styles/styles/less/currency-flags.css +10 -12
  145. package/build/styles/styles/less/decision.css +14 -12
  146. package/build/styles/styles/less/dropdowns.css +116 -142
  147. package/build/styles/styles/less/droppable.css +45 -36
  148. package/build/styles/styles/less/flex.css +88 -104
  149. package/build/styles/styles/less/footer.css +15 -14
  150. package/build/styles/styles/less/forms/bootstrap-forms.css +244 -264
  151. package/build/styles/styles/less/forms/checkbox-radio.css +41 -41
  152. package/build/styles/styles/less/grid.css +780 -975
  153. package/build/styles/styles/less/input-groups.css +333 -361
  154. package/build/styles/styles/less/link-callout.css +5 -6
  155. package/build/styles/styles/less/list-group.css +72 -66
  156. package/build/styles/styles/less/loaders.css +11 -11
  157. package/build/styles/styles/less/media.css +21 -25
  158. package/build/styles/styles/less/modals.css +57 -51
  159. package/build/styles/styles/less/navbar.css +537 -581
  160. package/build/styles/styles/less/navs.css +84 -88
  161. package/build/styles/styles/less/neptune-social-media.css +17 -21
  162. package/build/styles/styles/less/neptune.css +4217 -4545
  163. package/build/styles/styles/less/panels.css +100 -102
  164. package/build/styles/styles/less/popovers.css +189 -217
  165. package/build/styles/styles/less/process.css +69 -71
  166. package/build/styles/styles/less/progress-bars.css +13 -17
  167. package/build/styles/styles/less/select.css +35 -39
  168. package/build/styles/styles/less/sequences.css +147 -169
  169. package/build/styles/styles/less/table.css +50 -39
  170. package/build/styles/styles/less/tick.css +15 -10
  171. package/build/styles/styles/less/tooltip.css +66 -64
  172. package/build/styles/styles/less/utilities.css +24 -24
  173. package/build/styles/styles/less/wells.css +20 -20
  174. package/build/styles/summary/Summary.css +19 -30
  175. package/build/styles/switch/Switch.css +5 -4
  176. package/build/styles/table/Table.css +60 -57
  177. package/build/styles/tabs/Tabs.css +18 -14
  178. package/build/styles/tile/Tile.css +12 -12
  179. package/build/styles/tooltip/Tooltip.css +2 -2
  180. package/build/styles/typeahead/Typeahead.css +40 -52
  181. package/build/styles/upload/Upload.css +11 -10
  182. package/build/styles/uploadInput/UploadInput.css +4 -4
  183. package/build/styles/uploadInput/uploadButton/UploadButton.css +20 -19
  184. package/build/styles/uploadInput/uploadItem/UploadItem.css +45 -44
  185. package/build/types/moneyInput/MoneyInput.d.ts +6 -0
  186. package/build/types/moneyInput/MoneyInput.d.ts.map +1 -1
  187. package/build/types/moneyInput/currencyFormatting.d.ts +4 -3
  188. package/build/types/moneyInput/currencyFormatting.d.ts.map +1 -1
  189. package/package.json +1 -1
  190. package/src/accordion/Accordion.css +23 -21
  191. package/src/accordion/Accordion.less +3 -3
  192. package/src/actionButton/ActionButton.css +8 -6
  193. package/src/alert/Alert.css +2 -2
  194. package/src/avatar/Avatar.css +65 -65
  195. package/src/avatarLayout/AvatarLayout.css +11 -11
  196. package/src/avatarView/AvatarView.css +3 -3
  197. package/src/avatarView/Dot.css +3 -3
  198. package/src/badge/Badge.css +8 -12
  199. package/src/badge/Badge.less +1 -1
  200. package/src/button/Button.css +6 -6
  201. package/src/button/LegacyButton.css +3 -9
  202. package/src/button/LegacyButton.less +1 -1
  203. package/src/card/Card.css +27 -18
  204. package/src/card/Card.less +1 -1
  205. package/src/carousel/Carousel.css +28 -27
  206. package/src/checkbox/Checkbox.tsx +1 -1
  207. package/src/checkboxButton/CheckboxButton.css +10 -15
  208. package/src/checkboxButton/CheckboxButton.less +2 -2
  209. package/src/chips/Chip.css +26 -29
  210. package/src/chips/Chip.less +1 -1
  211. package/src/common/Option/Option.css +42 -44
  212. package/src/common/Option/Option.less +2 -2
  213. package/src/common/Option/Option.tsx +2 -2
  214. package/src/common/baseCard/BaseCard.css +3 -7
  215. package/src/common/baseCard/BaseCard.less +0 -5
  216. package/src/common/bottomSheet/BottomSheet.css +30 -18
  217. package/src/common/circle/Circle.css +10 -10
  218. package/src/common/closeButton/CloseButton.css +36 -36
  219. package/src/common/liveRegion/LiveRegion.css +1 -1
  220. package/src/common/panel/Panel.css +7 -7
  221. package/src/criticalBanner/CriticalCommsBanner.css +7 -7
  222. package/src/dateInput/DateInput.css +4 -4
  223. package/src/dateLookup/DateLookup.css +10 -9
  224. package/src/dateLookup/dateTrigger/DateTrigger.css +9 -15
  225. package/src/dateLookup/dateTrigger/DateTrigger.less +1 -1
  226. package/src/definitionList/DefinitionList.css +8 -14
  227. package/src/definitionList/DefinitionList.less +1 -1
  228. package/src/dimmer/Dimmer.css +9 -19
  229. package/src/dimmer/Dimmer.less +2 -3
  230. package/src/divider/Divider.css +8 -7
  231. package/src/drawer/Drawer.css +16 -15
  232. package/src/dropFade/DropFade.css +2 -2
  233. package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +11 -11
  234. package/src/expressiveMoneyInput/amountInput/AmountInput.css +4 -4
  235. package/src/expressiveMoneyInput/chevron/Chevron.css +5 -5
  236. package/src/field/Field.css +5 -5
  237. package/src/flowNavigation/FlowNavigation.css +29 -28
  238. package/src/flowNavigation/animatedLabel/AnimatedLabel.css +5 -5
  239. package/src/header/Header.css +11 -9
  240. package/src/image/Image.css +7 -7
  241. package/src/info/Info.css +1 -1
  242. package/src/inputs/Input.css +24 -25
  243. package/src/inputs/InputGroup.css +13 -13
  244. package/src/inputs/SelectInput/BottomSheet/SelectInputBottomSheet.css +10 -10
  245. package/src/inputs/SelectInput/ButtonInput/SelectInputButtonInput.css +5 -5
  246. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.css +6 -6
  247. package/src/inputs/SelectInput/ItemView/SelectInputItemView.css +4 -4
  248. package/src/inputs/SelectInput/Option/SelectInputOption.css +4 -2
  249. package/src/inputs/SelectInput/OptionContent/SelectInputOptionContent.css +4 -4
  250. package/src/inputs/SelectInput/Options/SelectInputOptions.css +17 -12
  251. package/src/inputs/SelectInput/Popover/SelectInputPopover.css +4 -4
  252. package/src/inputs/SelectInput/SelectInput.css +54 -47
  253. package/src/inputs/TextArea.css +26 -27
  254. package/src/instructionsList/InstructionsList.css +5 -5
  255. package/src/legacylistItem/LegacyListItem.css +1 -1
  256. package/src/link/Link.css +2 -8
  257. package/src/link/Link.less +1 -1
  258. package/src/listItem/ListItem.css +38 -35
  259. package/src/listItem/ListItem.grid.css +7 -7
  260. package/src/loader/Loader.css +30 -30
  261. package/src/main.css +5397 -5944
  262. package/src/modal/Modal.css +17 -16
  263. package/src/moneyInput/MoneyInput.css +10 -20
  264. package/src/moneyInput/MoneyInput.less +4 -4
  265. package/src/moneyInput/MoneyInput.story.tsx +10 -1
  266. package/src/moneyInput/MoneyInput.test.story.tsx +141 -1
  267. package/src/moneyInput/MoneyInput.test.tsx +45 -0
  268. package/src/moneyInput/MoneyInput.tsx +27 -3
  269. package/src/moneyInput/currencyFormatting.ts +11 -5
  270. package/src/navigationOption/NavigationOption.css +6 -19
  271. package/src/navigationOption/NavigationOption.less +3 -4
  272. package/src/navigationOptionsList/NavigationOptionsList.css +3 -8
  273. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  274. package/src/nudge/Nudge.css +46 -72
  275. package/src/nudge/Nudge.less +0 -8
  276. package/src/overlayHeader/OverlayHeader.css +7 -6
  277. package/src/phoneNumberInput/PhoneNumberInput.css +3 -9
  278. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  279. package/src/popover/Popover.css +13 -10
  280. package/src/progress/Progress.css +3 -3
  281. package/src/progressBar/ProgressBar.css +4 -4
  282. package/src/promoCard/PromoCard.css +27 -41
  283. package/src/promoCard/PromoCard.less +12 -27
  284. package/src/prompt/ActionPrompt/ActionPrompt.css +8 -8
  285. package/src/prompt/InfoPrompt/InfoPrompt.css +7 -7
  286. package/src/prompt/InlinePrompt/InlinePrompt.css +5 -6
  287. package/src/prompt/PrimitivePrompt/PrimitivePrompt.css +6 -6
  288. package/src/radioGroup/RadioGroup.css +1 -1
  289. package/src/section/Section.css +6 -6
  290. package/src/section/Section.story.tsx +2 -8
  291. package/src/segmentedControl/SegmentedControl.css +18 -15
  292. package/src/select/Select.css +55 -99
  293. package/src/select/Select.less +9 -10
  294. package/src/slidingPanel/SlidingPanel.css +9 -31
  295. package/src/slidingPanel/SlidingPanel.less +4 -4
  296. package/src/snackbar/Snackbar.css +21 -35
  297. package/src/snackbar/Snackbar.less +3 -9
  298. package/src/stepper/Stepper.css +9 -12
  299. package/src/stepper/Stepper.less +1 -1
  300. package/src/styles/less/accordion.css +35 -37
  301. package/src/styles/less/alerts.css +84 -96
  302. package/src/styles/less/badge.css +25 -23
  303. package/src/styles/less/breadcrumbs.css +6 -4
  304. package/src/styles/less/button-groups.css +157 -168
  305. package/src/styles/less/buttons.css +69 -74
  306. package/src/styles/less/circles.css +54 -60
  307. package/src/styles/less/close.css +2 -2
  308. package/src/styles/less/column-layout.css +45 -48
  309. package/src/styles/less/currency-flags.css +10 -12
  310. package/src/styles/less/decision.css +14 -12
  311. package/src/styles/less/dropdowns.css +116 -142
  312. package/src/styles/less/droppable.css +45 -36
  313. package/src/styles/less/flex.css +88 -104
  314. package/src/styles/less/footer.css +15 -14
  315. package/src/styles/less/forms/bootstrap-forms.css +244 -264
  316. package/src/styles/less/forms/checkbox-radio.css +41 -41
  317. package/src/styles/less/grid.css +780 -975
  318. package/src/styles/less/input-groups.css +333 -361
  319. package/src/styles/less/link-callout.css +5 -6
  320. package/src/styles/less/list-group.css +72 -66
  321. package/src/styles/less/loaders.css +11 -11
  322. package/src/styles/less/media.css +21 -25
  323. package/src/styles/less/modals.css +57 -51
  324. package/src/styles/less/navbar.css +537 -581
  325. package/src/styles/less/navs.css +84 -88
  326. package/src/styles/less/neptune-social-media.css +17 -21
  327. package/src/styles/less/neptune.css +4217 -4545
  328. package/src/styles/less/panels.css +100 -102
  329. package/src/styles/less/popovers.css +189 -217
  330. package/src/styles/less/process.css +69 -71
  331. package/src/styles/less/progress-bars.css +13 -17
  332. package/src/styles/less/progress-bars.less +0 -5
  333. package/src/styles/less/select.css +35 -39
  334. package/src/styles/less/sequences.css +147 -169
  335. package/src/styles/less/table.css +50 -39
  336. package/src/styles/less/tick.css +15 -10
  337. package/src/styles/less/tick.less +6 -1
  338. package/src/styles/less/tooltip.css +66 -64
  339. package/src/styles/less/utilities.css +24 -24
  340. package/src/styles/less/wells.css +20 -20
  341. package/src/summary/Summary.css +19 -30
  342. package/src/summary/Summary.less +1 -6
  343. package/src/switch/Switch.css +5 -4
  344. package/src/table/Table.css +60 -57
  345. package/src/tabs/Tabs.css +18 -14
  346. package/src/tile/Tile.css +12 -12
  347. package/src/tooltip/Tooltip.css +2 -2
  348. package/src/typeahead/Typeahead.css +40 -52
  349. package/src/typeahead/Typeahead.less +2 -2
  350. package/src/upload/Upload.css +11 -10
  351. package/src/uploadInput/UploadInput.css +4 -4
  352. package/src/uploadInput/uploadButton/UploadButton.css +20 -19
  353. package/src/uploadInput/uploadItem/UploadItem.css +45 -44
@@ -1,9 +1,9 @@
1
1
  .panel {
2
- margin-bottom: 16px;
2
+ margin-block-end: 16px;
3
3
  background-color: transparent;
4
4
  border: 0;
5
- margin-left: -16px;
6
- margin-right: -16px;
5
+ margin-inline-start: -16px;
6
+ margin-inline-end: -16px;
7
7
  }
8
8
  .panel-body {
9
9
  padding: 16px;
@@ -11,14 +11,15 @@
11
11
  background-color: var(--color-background-screen);
12
12
  }
13
13
  .panel-heading {
14
- padding: 16px 16px 8px 16px;
14
+ padding-block: 16px 8px;
15
+ padding-inline: 16px 16px;
15
16
  }
16
17
  .panel-heading > .dropdown .dropdown-toggle {
17
18
  color: inherit;
18
19
  }
19
20
  .panel-title {
20
- margin-top: 0;
21
- margin-bottom: 0;
21
+ margin-block-start: 0;
22
+ margin-block-end: 0;
22
23
  line-height: calc(1.2 + 8px);
23
24
  line-height: calc(var(--line-height-title) + 8px);
24
25
  }
@@ -31,12 +32,13 @@
31
32
  }
32
33
  @media (min-width: 576px) {
33
34
  .panel {
34
- margin-bottom: 24px;
35
- margin-left: -24px;
36
- margin-right: -24px;
35
+ margin-block-end: 24px;
36
+ margin-inline-start: -24px;
37
+ margin-inline-end: -24px;
37
38
  }
38
39
  .panel-heading {
39
- padding: 16px 24px 8px 24px;
40
+ padding-block: 16px 8px;
41
+ padding-inline: 24px 24px;
40
42
  }
41
43
  .panel-body {
42
44
  padding: 24px;
@@ -47,16 +49,17 @@
47
49
  }
48
50
  @media (min-width: 768px) {
49
51
  .panel {
50
- margin-left: 0;
51
- margin-right: 0;
52
+ margin-inline-start: 0;
53
+ margin-inline-end: 0;
52
54
  }
53
55
  .panel-heading {
54
- padding: 16px 0 8px 0;
56
+ padding-block: 16px 8px;
57
+ padding-inline: 0 0;
55
58
  }
56
59
  }
57
60
  @media (min-width: 992px) {
58
61
  .panel {
59
- margin-bottom: 32px;
62
+ margin-block-end: 32px;
60
63
  border-radius: 3px;
61
64
  }
62
65
  .panel-body {
@@ -72,53 +75,53 @@
72
75
  line-height: calc(var(--line-height-title) * 2);
73
76
  }
74
77
  .panel-heading > .btn-sm {
75
- margin-top: 8px;
78
+ margin-block-start: 8px;
76
79
  }
77
80
  }
78
81
  .panel > .list-group,
79
82
  .panel > .panel-collapse > .list-group {
80
- margin-bottom: 0;
81
- border-left: 0;
82
- border-right: 0;
83
+ margin-block-end: 0;
84
+ border-inline-start: 0;
85
+ border-inline-end: 0;
83
86
  }
84
87
  .panel > .list-group .list-group-item,
85
88
  .panel > .panel-collapse > .list-group .list-group-item {
86
89
  border-radius: 0;
87
90
  }
88
91
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
89
- border-top-right-radius: 0;
90
- border-top-left-radius: 0;
92
+ border-start-end-radius: 0;
93
+ border-start-start-radius: 0;
91
94
  }
92
95
  .panel-list-group {
93
- margin-bottom: 0;
94
- border-left: 0;
95
- border-right: 0;
96
+ margin-block-end: 0;
97
+ border-inline-start: 0;
98
+ border-inline-end: 0;
96
99
  }
97
100
  .list-group + .panel-footer {
98
- border-top-width: 0;
101
+ border-block-start-width: 0;
99
102
  }
100
103
  .panel > .table,
101
104
  .panel > .table-responsive > .table,
102
105
  .panel > .panel-collapse > .table {
103
- margin-bottom: 0;
106
+ margin-block-end: 0;
104
107
  }
105
108
  .panel > .table caption,
106
109
  .panel > .table-responsive > .table caption,
107
110
  .panel > .panel-collapse > .table caption {
108
- padding-left: 32px;
109
- padding-right: 32px;
111
+ padding-inline-start: 32px;
112
+ padding-inline-end: 32px;
110
113
  }
111
114
  .panel > .table:first-child,
112
115
  .panel > .table-responsive:first-child > .table:first-child {
113
- border-top-right-radius: 2px;
114
- border-top-left-radius: 2px;
116
+ border-start-end-radius: 2px;
117
+ border-start-start-radius: 2px;
115
118
  }
116
119
  .panel > .table:first-child > thead:first-child > tr:first-child,
117
120
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
118
121
  .panel > .table:first-child > tbody:first-child > tr:first-child,
119
122
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
120
- border-top-left-radius: 2px;
121
- border-top-right-radius: 2px;
123
+ border-start-start-radius: 2px;
124
+ border-start-end-radius: 2px;
122
125
  }
123
126
  [dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
124
127
  [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
@@ -128,7 +131,7 @@
128
131
  [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
129
132
  [dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
130
133
  [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
131
- border-top-right-radius: 2px;
134
+ border-start-end-radius: 2px;
132
135
  }
133
136
  html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
134
137
  html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
@@ -138,7 +141,7 @@ html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first
138
141
  html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
139
142
  html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
140
143
  html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
141
- border-top-left-radius: 2px;
144
+ border-start-start-radius: 2px;
142
145
  }
143
146
  [dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
144
147
  [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
@@ -148,7 +151,7 @@ html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-chil
148
151
  [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
149
152
  [dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
150
153
  [dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
151
- border-top-left-radius: 2px;
154
+ border-start-start-radius: 2px;
152
155
  }
153
156
  html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
154
157
  html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
@@ -158,19 +161,19 @@ html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first
158
161
  html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
159
162
  html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
160
163
  html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
161
- border-top-right-radius: 2px;
164
+ border-start-end-radius: 2px;
162
165
  }
163
166
  .panel > .table:last-child,
164
167
  .panel > .table-responsive:last-child > .table:last-child {
165
- border-bottom-right-radius: 2px;
166
- border-bottom-left-radius: 2px;
168
+ border-end-end-radius: 2px;
169
+ border-end-start-radius: 2px;
167
170
  }
168
171
  .panel > .table:last-child > tbody:last-child > tr:last-child,
169
172
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
170
173
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
171
174
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
172
- border-bottom-left-radius: 2px;
173
- border-bottom-right-radius: 2px;
175
+ border-end-start-radius: 2px;
176
+ border-end-end-radius: 2px;
174
177
  }
175
178
  [dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
176
179
  [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
@@ -180,7 +183,7 @@ html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-chil
180
183
  [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
181
184
  [dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
182
185
  [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
183
- border-bottom-right-radius: 2px;
186
+ border-end-end-radius: 2px;
184
187
  }
185
188
  html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
186
189
  html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
@@ -190,7 +193,7 @@ html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-ch
190
193
  html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
191
194
  html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
192
195
  html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
193
- border-bottom-left-radius: 2px;
196
+ border-end-start-radius: 2px;
194
197
  }
195
198
  [dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
196
199
  [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
@@ -200,7 +203,7 @@ html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child
200
203
  [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
201
204
  [dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
202
205
  [dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
203
- border-bottom-left-radius: 2px;
206
+ border-end-start-radius: 2px;
204
207
  }
205
208
  html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
206
209
  html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
@@ -210,17 +213,17 @@ html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-ch
210
213
  html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
211
214
  html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
212
215
  html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
213
- border-bottom-right-radius: 2px;
216
+ border-end-end-radius: 2px;
214
217
  }
215
218
  .panel > .panel-body + .table,
216
219
  .panel > .panel-body + .table-responsive,
217
220
  .panel > .table + .panel-body,
218
221
  .panel > .table-responsive + .panel-body {
219
- border-top: 1px solid #f2f5f7;
222
+ border-block-start: 1px solid #f2f5f7;
220
223
  }
221
224
  .panel > .table > tbody:first-child > tr:first-child th,
222
225
  .panel > .table > tbody:first-child > tr:first-child td {
223
- border-top: 0;
226
+ border-block-start: 0;
224
227
  }
225
228
  .panel > .table-bordered,
226
229
  .panel > .table-responsive > .table-bordered {
@@ -238,7 +241,7 @@ html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child
238
241
  [dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
239
242
  [dir="rtl"] .panel > .table-bordered > tfoot > tr > td:first-child,
240
243
  [dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
241
- border-right: 0 ;
244
+ border-inline-end: 0 ;
242
245
  }
243
246
  html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > th:first-child,
244
247
  html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
@@ -252,7 +255,7 @@ html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > td:first-child,
252
255
  html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
253
256
  html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > td:first-child,
254
257
  html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
255
- border-left: 0 ;
258
+ border-inline-start: 0 ;
256
259
  }
257
260
  [dir="rtl"] .panel > .table-bordered > thead > tr > th:last-child,
258
261
  [dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
@@ -266,7 +269,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
266
269
  [dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
267
270
  [dir="rtl"] .panel > .table-bordered > tfoot > tr > td:last-child,
268
271
  [dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
269
- border-left: 0 ;
272
+ border-inline-start: 0 ;
270
273
  }
271
274
  html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > th:last-child,
272
275
  html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
@@ -280,7 +283,7 @@ html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > td:last-child,
280
283
  html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
281
284
  html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > td:last-child,
282
285
  html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
283
- border-right: 0 ;
286
+ border-inline-end: 0 ;
284
287
  }
285
288
  .panel > .table-bordered > thead > tr:first-child > td,
286
289
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
@@ -290,7 +293,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
290
293
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
291
294
  .panel > .table-bordered > tbody > tr:first-child > th,
292
295
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
293
- border-bottom: 0;
296
+ border-block-end: 0;
294
297
  }
295
298
  .panel > .table-bordered > tbody > tr:last-child > td,
296
299
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
@@ -300,99 +303,93 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
300
303
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
301
304
  .panel > .table-bordered > tfoot > tr:last-child > th,
302
305
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
303
- border-bottom: 0;
306
+ border-block-end: 0;
304
307
  }
305
308
  .panel > .table-responsive {
306
309
  border: 0;
307
- margin-bottom: 0;
310
+ margin-block-end: 0;
308
311
  }
309
312
  .panel > .table tr > :first-child,
310
313
  .panel > .table-responsive tr > :first-child {
311
- padding-left: 16px;
314
+ padding-inline-start: 16px;
312
315
  }
313
316
  [dir="rtl"] .panel > .table tr > :first-child,
314
317
  [dir="rtl"] .panel > .table-responsive tr > :first-child {
315
- padding-right: 16px;
316
- padding-left: 0;
317
- padding-left: initial;
318
+ padding-inline-end: 16px;
319
+ padding-inline-start: initial;
318
320
  }
319
321
  .panel > .table tr > :last-child,
320
322
  .panel > .table-responsive tr > :last-child {
321
- padding-right: 16px;
323
+ padding-inline-end: 16px;
322
324
  }
323
325
  [dir="rtl"] .panel > .table tr > :last-child,
324
326
  [dir="rtl"] .panel > .table-responsive tr > :last-child {
325
- padding-left: 16px;
326
- padding-right: 0;
327
- padding-right: initial;
327
+ padding-inline-start: 16px;
328
+ padding-inline-end: initial;
328
329
  }
329
330
  @media (min-width: 768px) {
330
331
  .panel > .table tr > :first-child,
331
332
  .panel > .table-responsive tr > :first-child {
332
- padding-left: 24px;
333
+ padding-inline-start: 24px;
333
334
  }
334
335
  [dir="rtl"] .panel > .table tr > :first-child,
335
336
  [dir="rtl"] .panel > .table-responsive tr > :first-child {
336
- padding-right: 24px;
337
- padding-left: 0;
338
- padding-left: initial;
337
+ padding-inline-end: 24px;
338
+ padding-inline-start: initial;
339
339
  }
340
340
  .panel > .table tr > :last-child,
341
341
  .panel > .table-responsive tr > :last-child {
342
- padding-right: 24px;
342
+ padding-inline-end: 24px;
343
343
  }
344
344
  [dir="rtl"] .panel > .table tr > :last-child,
345
345
  [dir="rtl"] .panel > .table-responsive tr > :last-child {
346
- padding-left: 24px;
347
- padding-right: 0;
348
- padding-right: initial;
346
+ padding-inline-start: 24px;
347
+ padding-inline-end: initial;
349
348
  }
350
349
  }
351
350
  @media (min-width: 992px) {
352
351
  .panel > .table tr > :first-child,
353
352
  .panel > .table-responsive tr > :first-child {
354
- padding-left: 32px;
353
+ padding-inline-start: 32px;
355
354
  }
356
355
  [dir="rtl"] .panel > .table tr > :first-child,
357
356
  [dir="rtl"] .panel > .table-responsive tr > :first-child {
358
- padding-right: 32px;
359
- padding-left: 0;
360
- padding-left: initial;
357
+ padding-inline-end: 32px;
358
+ padding-inline-start: initial;
361
359
  }
362
360
  .panel > .table tr > :last-child,
363
361
  .panel > .table-responsive tr > :last-child {
364
- padding-right: 32px;
362
+ padding-inline-end: 32px;
365
363
  }
366
364
  [dir="rtl"] .panel > .table tr > :last-child,
367
365
  [dir="rtl"] .panel > .table-responsive tr > :last-child {
368
- padding-left: 32px;
369
- padding-right: 0;
370
- padding-right: initial;
366
+ padding-inline-start: 32px;
367
+ padding-inline-end: initial;
371
368
  }
372
369
  }
373
370
  .panel-group {
374
- margin-bottom: 24px;
375
- margin-bottom: var(--size-24);
371
+ margin-block-end: 24px;
372
+ margin-block-end: var(--size-24);
376
373
  }
377
374
  .panel-group .panel {
378
- margin-bottom: 0;
375
+ margin-block-end: 0;
379
376
  border-radius: 3px;
380
377
  }
381
378
  .panel-group .panel + .panel {
382
- margin-top: 8px;
379
+ margin-block-start: 8px;
383
380
  }
384
381
  .panel-group .panel-heading {
385
- border-bottom: 0;
382
+ border-block-end: 0;
386
383
  }
387
384
  .panel-group .panel-heading + .panel-collapse > .panel-body,
388
385
  .panel-group .panel-heading + .panel-collapse > .list-group {
389
- border-top: 1px solid #FFF;
386
+ border-block-start: 1px solid #FFF;
390
387
  }
391
388
  .panel-group .panel-footer {
392
- border-top: 0;
389
+ border-block-start: 0;
393
390
  }
394
391
  .panel-group .panel-footer + .panel-collapse .panel-body {
395
- border-bottom: 1px solid #FFF;
392
+ border-block-end: 1px solid #FFF;
396
393
  }
397
394
  .panel-default {
398
395
  border-color: #e2e6e8 !important;
@@ -402,14 +399,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
402
399
  border-color: #e2e6e8;
403
400
  }
404
401
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
405
- border-top-color: #e2e6e8;
402
+ border-block-start-color: #e2e6e8;
406
403
  }
407
404
  .panel-default > .panel-heading .badge {
408
405
  color: #fff;
409
406
  background-color: #4a5860;
410
407
  }
411
408
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
412
- border-bottom-color: #e2e6e8;
409
+ border-block-end-color: #e2e6e8;
413
410
  }
414
411
  .panel-primary {
415
412
  border-color: #37517e !important;
@@ -419,14 +416,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
419
416
  border-color: #37517e;
420
417
  }
421
418
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
422
- border-top-color: #37517e;
419
+ border-block-start-color: #37517e;
423
420
  }
424
421
  .panel-primary > .panel-heading .badge {
425
422
  color: #fff;
426
423
  background-color: #fff;
427
424
  }
428
425
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
429
- border-bottom-color: #37517e;
426
+ border-block-end-color: #37517e;
430
427
  }
431
428
  .panel-success {
432
429
  border-color: #2ED06E !important;
@@ -436,14 +433,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
436
433
  border-color: #2ED06E;
437
434
  }
438
435
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
439
- border-top-color: #2ED06E;
436
+ border-block-start-color: #2ED06E;
440
437
  }
441
438
  .panel-success > .panel-heading .badge {
442
439
  color: #FFF;
443
440
  background-color: #1B7940;
444
441
  }
445
442
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
446
- border-bottom-color: #2ED06E;
443
+ border-block-end-color: #2ED06E;
447
444
  }
448
445
  .panel-info {
449
446
  border-color: #00b9ff !important;
@@ -453,14 +450,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
453
450
  border-color: #00b9ff;
454
451
  }
455
452
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
456
- border-top-color: #00b9ff;
453
+ border-block-start-color: #00b9ff;
457
454
  }
458
455
  .panel-info > .panel-heading .badge {
459
456
  color: #FFF;
460
457
  background-color: #00a4df;
461
458
  }
462
459
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
463
- border-bottom-color: #00b9ff;
460
+ border-block-end-color: #00b9ff;
464
461
  }
465
462
  .panel-warning {
466
463
  border-color: #FFA600 !important;
@@ -470,14 +467,14 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
470
467
  border-color: #FFA600;
471
468
  }
472
469
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
473
- border-top-color: #FFA600;
470
+ border-block-start-color: #FFA600;
474
471
  }
475
472
  .panel-warning > .panel-heading .badge {
476
473
  color: #FFF;
477
474
  background-color: #9E5F00;
478
475
  }
479
476
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
480
- border-bottom-color: #FFA600;
477
+ border-block-end-color: #FFA600;
481
478
  }
482
479
  .panel-danger {
483
480
  border-color: #F53636 !important;
@@ -487,21 +484,21 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
487
484
  border-color: #F53636;
488
485
  }
489
486
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
490
- border-top-color: #F53636;
487
+ border-block-start-color: #F53636;
491
488
  }
492
489
  .panel-danger > .panel-heading .badge {
493
490
  color: #FFF;
494
491
  background-color: #C22E2E;
495
492
  }
496
493
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
497
- border-bottom-color: #F53636;
494
+ border-block-end-color: #F53636;
498
495
  }
499
496
  .panel ul:last-child {
500
- margin-bottom: 0;
497
+ margin-block-end: 0;
501
498
  }
502
499
  .panel-group .panel {
503
- margin-left: 0;
504
- margin-right: 0;
500
+ margin-inline-start: 0;
501
+ margin-inline-end: 0;
505
502
  border: 1px solid #e2e6e8;
506
503
  }
507
504
  .panel-group .panel-heading,
@@ -517,12 +514,13 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
517
514
  @media (min-width: 992px) {
518
515
  .panel-group .panel .panel-heading,
519
516
  .panel-group .panel .panel-footer {
520
- padding: 24px 32px;
517
+ padding-block: 24px;
518
+ padding-inline: 32px;
521
519
  }
522
520
  }
523
521
  @media (min-width: 768px) {
524
522
  .panel {
525
- margin-left: 0;
526
- margin-right: 0;
523
+ margin-inline-start: 0;
524
+ margin-inline-end: 0;
527
525
  }
528
526
  }