@transferwise/components 0.0.0-experimental-aa49e22 → 0.0.0-experimental-9f6647e

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