@transferwise/components 46.130.3 → 46.131.1
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.
- package/build/flowNavigation/FlowNavigation.js +4 -2
- package/build/flowNavigation/FlowNavigation.js.map +1 -1
- package/build/flowNavigation/FlowNavigation.mjs +4 -2
- package/build/flowNavigation/FlowNavigation.mjs.map +1 -1
- package/build/main.css +27004 -7
- package/build/styles/css/accordion.css +255 -0
- package/build/styles/css/alerts.css +751 -0
- package/build/styles/css/background.css +20 -0
- package/build/styles/css/badge.css +90 -0
- package/build/styles/css/border-radius.css +3 -0
- package/build/styles/css/breadcrumbs.css +20 -0
- package/build/styles/css/button-groups.css +495 -0
- package/build/styles/css/buttons.css +1390 -0
- package/build/styles/css/chevron.css +35 -0
- package/build/styles/css/circles.css +248 -0
- package/build/styles/css/close.css +47 -0
- package/build/styles/css/column-layout.css +164 -0
- package/build/styles/css/currency-flags.css +46 -0
- package/build/styles/css/decision.css +136 -0
- package/build/styles/css/dropdowns.css +472 -0
- package/build/styles/css/droppable.css +221 -0
- package/build/styles/css/flex.css +598 -0
- package/build/styles/css/footer.css +129 -0
- package/build/styles/css/grid.css +2369 -0
- package/build/styles/css/input-groups.css +2740 -0
- package/build/styles/css/link-callout.css +20 -0
- package/build/styles/css/list-group.css +350 -0
- package/build/styles/css/loaders.css +76 -0
- package/build/styles/css/media.css +74 -0
- package/build/styles/css/modals.css +185 -0
- package/build/styles/css/navbar.css +2406 -0
- package/build/styles/css/navs.css +296 -0
- package/build/styles/css/neptune-social-media.css +144 -0
- package/build/styles/css/neptune.css +25724 -0
- package/build/styles/css/panels.css +528 -0
- package/build/styles/css/popovers.css +661 -0
- package/build/styles/css/process.css +483 -0
- package/build/styles/css/progress-bars.css +64 -0
- package/build/styles/css/ring.css +55 -0
- package/build/styles/css/select.css +99 -0
- package/build/styles/css/sequences.css +855 -0
- package/build/styles/css/table.css +446 -0
- package/build/styles/css/tick.css +32 -0
- package/build/styles/css/tooltip.css +160 -0
- package/build/styles/css/utilities.css +145 -0
- package/build/styles/css/wells.css +74 -0
- package/build/styles/fonts/TW-Averta-Bold.woff +0 -0
- package/build/styles/fonts/TW-Averta-Bold.woff2 +0 -0
- package/build/styles/fonts/TW-Averta-Regular.woff +0 -0
- package/build/styles/fonts/TW-Averta-Regular.woff2 +0 -0
- package/build/styles/fonts/TW-Averta-Semibold.woff +0 -0
- package/build/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
- package/build/styles/fonts/TransferWise-IconFont.svg +81 -0
- package/build/styles/fonts/TransferWise-IconFont.woff +0 -0
- package/build/styles/fonts/WiseSans-Heavy.woff2 +0 -0
- package/build/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
- package/build/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
- package/build/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
- package/build/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
- package/build/styles/img/bg-dark.svg +31 -0
- package/build/styles/img/bg-light.svg +26 -0
- package/build/styles/less/legacy-variables.css +0 -0
- package/build/styles/less/legacy-variables.less +1299 -0
- package/build/styles/less/neptune-tokens.css +0 -0
- package/build/styles/less/neptune-tokens.less +275 -0
- package/build/styles/less/zindex.css +0 -0
- package/build/styles/less/zindex.less +17 -0
- package/build/styles/main.css +27004 -7
- package/build/styles/props/custom-media.css +11 -0
- package/build/styles/props/legacy-custom-props.css +69 -0
- package/build/styles/props/neptune-tokens.css +152 -0
- package/build/styles/styles/less/accordion.css +255 -0
- package/build/styles/styles/less/alerts.css +751 -0
- package/build/styles/styles/less/background.css +20 -0
- package/build/styles/styles/less/badge.css +90 -0
- package/build/styles/styles/less/border-radius.css +3 -0
- package/build/styles/styles/less/breadcrumbs.css +20 -0
- package/build/styles/styles/less/button-groups.css +495 -0
- package/build/styles/styles/less/buttons.css +1390 -0
- package/build/styles/styles/less/chevron.css +35 -0
- package/build/styles/styles/less/circles.css +248 -0
- package/build/styles/styles/less/close.css +47 -0
- package/build/styles/styles/less/column-layout.css +164 -0
- package/build/styles/styles/less/core/viewport-themes.css +59 -0
- package/build/styles/styles/less/currency-flags.css +46 -0
- package/build/styles/styles/less/decision.css +136 -0
- package/build/styles/styles/less/dropdowns.css +472 -0
- package/build/styles/styles/less/droppable.css +221 -0
- package/build/styles/styles/less/flex.css +598 -0
- package/build/styles/styles/less/footer.css +129 -0
- package/build/styles/styles/less/forms/bootstrap-forms.css +2277 -0
- package/build/styles/styles/less/forms/checkbox-radio.css +367 -0
- package/build/styles/styles/less/grid.css +2369 -0
- package/build/styles/styles/less/input-groups.css +2740 -0
- package/build/styles/styles/less/link-callout.css +20 -0
- package/build/styles/styles/less/list-group.css +350 -0
- package/build/styles/styles/less/loaders.css +76 -0
- package/build/styles/styles/less/media.css +74 -0
- package/build/styles/styles/less/modals.css +185 -0
- package/build/styles/styles/less/navbar.css +2406 -0
- package/build/styles/styles/less/navs.css +296 -0
- package/build/styles/styles/less/neptune-social-media.css +144 -0
- package/build/styles/styles/less/neptune.css +25724 -0
- package/build/styles/styles/less/panels.css +528 -0
- package/build/styles/styles/less/popovers.css +661 -0
- package/build/styles/styles/less/process.css +483 -0
- package/build/styles/styles/less/progress-bars.css +64 -0
- package/build/styles/styles/less/ring.css +55 -0
- package/build/styles/styles/less/select.css +99 -0
- package/build/styles/styles/less/sequences.css +855 -0
- package/build/styles/styles/less/table.css +446 -0
- package/build/styles/styles/less/tick.css +32 -0
- package/build/styles/styles/less/tooltip.css +160 -0
- package/build/styles/styles/less/utilities.css +145 -0
- package/build/styles/styles/less/wells.css +74 -0
- package/build/styles/styles/props/custom-media.css +11 -0
- package/build/styles/styles/props/legacy-custom-props.css +69 -0
- package/build/styles/styles/props/neptune-tokens.css +11 -0
- package/build/styles/styles/variables/legacy-variables.css +0 -0
- package/build/styles/styles/variables/neptune-tokens.css +0 -0
- package/build/styles/styles/variables/zindex.css +0 -0
- package/build/types/flowNavigation/FlowNavigation.d.ts.map +1 -1
- package/package.json +8 -4
- package/src/{DisabledComponents.story.tsx → DisabledComponents.test.story.tsx} +1 -1
- package/src/accordion/Accordion.less +3 -3
- package/src/actionButton/ActionButton.less +1 -1
- package/src/actionButton/ActionButton.story.tsx +11 -7
- package/src/actionButton/ActionButton.test.story.tsx +49 -0
- package/src/avatar/Avatar.less +3 -3
- package/src/avatarLayout/AvatarLayout.story.tsx +1 -105
- package/src/avatarLayout/AvatarLayout.test.story.tsx +117 -0
- package/src/avatarView/AvatarView.story.tsx +1 -104
- package/src/avatarView/AvatarView.test.story.tsx +114 -0
- package/src/badge/Badge.less +1 -1
- package/src/button/LegacyButton.less +1 -1
- package/src/button/LegacyButton.story.tsx +1 -26
- package/src/button/LegacyButton.test.story.tsx +37 -0
- package/src/button/_stories/Button.story.tsx +17 -41
- package/src/button/_stories/Button.test.story.tsx +30 -0
- package/src/card/Card.less +3 -3
- package/src/checkbox/Checkbox.story.tsx +1 -6
- package/src/checkbox/Checkbox.test.story.tsx +33 -0
- package/src/checkboxButton/CheckboxButton.less +2 -2
- package/src/chips/Chip.less +3 -3
- package/src/circularButton/CircularButton.story.tsx +0 -6
- package/src/circularButton/CircularButton.test.story.tsx +62 -1
- package/src/common/Option/Option.less +2 -2
- package/src/common/bottomSheet/BottomSheet.less +1 -1
- package/src/common/bottomSheet/BottomSheet.story.tsx +0 -55
- package/src/common/bottomSheet/BottomSheet.test.story.tsx +118 -2
- package/src/common/closeButton/CloseButton.less +1 -1
- package/src/common/panel/Panel.less +1 -1
- package/src/criticalBanner/CriticalCommsBanner.test.story.tsx +1 -1
- package/src/dateLookup/DateLookup.less +1 -1
- package/src/dateLookup/DateLookup.story.tsx +0 -18
- package/src/dateLookup/DateLookup.test.story.tsx +51 -1
- package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
- package/src/decision/Decision.less +1 -1
- package/src/definitionList/DefinitionList.less +1 -1
- package/src/dimmer/Dimmer.less +2 -2
- package/src/divider/Divider.story.tsx +0 -1
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.autofocus.docs.mdx +1 -1
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.story.tsx +0 -9
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.test.story.tsx +23 -0
- package/src/field/Field.story.tsx +1 -34
- package/src/field/Field.test.story.tsx +56 -0
- package/src/flowNavigation/FlowNavigation.less +1 -1
- package/src/flowNavigation/FlowNavigation.test.js +7 -0
- package/src/flowNavigation/FlowNavigation.tsx +5 -2
- package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
- package/src/header/Header.test.story.tsx +1 -1
- package/src/info/Info.less +1 -1
- package/src/info/Info.story.tsx +1 -34
- package/src/info/Info.test.story.tsx +53 -0
- package/src/inputWithDisplayFormat/InputWithDisplayFormat.story.tsx +0 -12
- package/src/inputWithDisplayFormat/InputWithDisplayFormat.test.story.tsx +33 -0
- package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +1 -1
- package/src/inputs/SelectInput/Options/SelectInputOptions.less +1 -1
- package/src/inputs/SelectInput/SelectInput.less +1 -1
- package/src/inputs/_common.less +1 -1
- package/src/legacylistItem/LegacyListItem.test.story.tsx +1 -1
- package/src/link/Link.less +2 -2
- package/src/listItem/ListItem.less +1 -1
- package/src/listItem/_stories/Breakpoints/ListItem.noMedia.test.story.tsx +1 -1
- package/src/listItem/_stories/Breakpoints/ListItem.sideMedia.test.story.tsx +1 -1
- package/src/listItem/_stories/Breakpoints/ListItem.stackedMedia.test.story.tsx +1 -1
- package/src/listItem/_stories/ListItem.focus.test.story.tsx +1 -1
- package/src/listItem/_stories/ListItem.layout.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.brightGreen.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.dark.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.forestGreen.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.medium.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.neutral.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.personal.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.rtl.test.story.tsx +1 -1
- package/src/listItem/_stories/variants/ListItem.small.test.story.tsx +1 -1
- package/src/logo/Logo.story.tsx +0 -6
- package/src/logo/Logo.test.story.tsx +20 -0
- package/src/main.css +27004 -7
- package/src/main.less +2 -0
- package/src/modal/Modal.story.tsx +0 -26
- package/src/modal/Modal.test.story.tsx +125 -0
- package/src/moneyInput/MoneyInput.less +2 -2
- package/src/moneyInput/MoneyInput.test.story.tsx +1 -1
- package/src/navigationOption/NavigationOption.less +3 -3
- package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
- package/src/overlayHeader/OverlayHeader.less +1 -1
- package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
- package/src/popover/Popover.less +1 -1
- package/src/prompt/ActionPrompt/ActionPrompt.story.tsx +0 -43
- package/src/prompt/ActionPrompt/ActionPrompt.test.story.tsx +45 -1
- package/src/radioGroup/RadioGroup.test.story.tsx +1 -1
- package/src/select/Select.less +5 -5
- package/src/slidingPanel/SlidingPanel.less +2 -2
- package/src/snackbar/Snackbar.less +3 -3
- package/src/stepper/Stepper.less +3 -3
- package/src/stepper/Stepper.test.story.tsx +1 -1
- package/src/styles/fonts/TW-Averta-Bold.woff +0 -0
- package/src/styles/fonts/TW-Averta-Bold.woff2 +0 -0
- package/src/styles/fonts/TW-Averta-Regular.woff +0 -0
- package/src/styles/fonts/TW-Averta-Regular.woff2 +0 -0
- package/src/styles/fonts/TW-Averta-Semibold.woff +0 -0
- package/src/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
- package/src/styles/fonts/TransferWise-IconFont.svg +81 -0
- package/src/styles/fonts/TransferWise-IconFont.woff +0 -0
- package/src/styles/fonts/WiseSans-Heavy.woff2 +0 -0
- package/src/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
- package/src/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
- package/src/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
- package/src/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
- package/src/styles/img/bg-dark.svg +31 -0
- package/src/styles/img/bg-light.svg +26 -0
- package/src/styles/less/accordion.css +255 -0
- package/src/styles/less/accordion.less +15 -0
- package/src/styles/less/addons/_background-utilities.less +82 -0
- package/src/styles/less/addons/_border.less +3 -0
- package/src/styles/less/addons/_display-utilities.less +159 -0
- package/src/styles/less/addons/_spacing-utilities.less +73 -0
- package/src/styles/less/addons/_utilities.less +147 -0
- package/src/styles/less/alerts.css +751 -0
- package/src/styles/less/alerts.less +252 -0
- package/src/styles/less/background.css +20 -0
- package/src/styles/less/background.less +24 -0
- package/src/styles/less/badge.css +90 -0
- package/src/styles/less/badge.less +85 -0
- package/src/styles/less/border-radius.css +3 -0
- package/src/styles/less/border-radius.less +3 -0
- package/src/styles/less/breadcrumbs.css +20 -0
- package/src/styles/less/breadcrumbs.less +27 -0
- package/src/styles/less/button-groups.css +495 -0
- package/src/styles/less/button-groups.less +424 -0
- package/src/styles/less/buttons.css +1390 -0
- package/src/styles/less/buttons.less +738 -0
- package/src/styles/less/chevron.css +35 -0
- package/src/styles/less/chevron.less +39 -0
- package/src/styles/less/circles.css +248 -0
- package/src/styles/less/circles.less +233 -0
- package/src/styles/less/close.css +47 -0
- package/src/styles/less/close.less +48 -0
- package/src/styles/less/column-layout.css +164 -0
- package/src/styles/less/column-layout.less +167 -0
- package/src/styles/less/components/_component-animations.less +43 -0
- package/src/styles/less/core/_fonts.less +97 -0
- package/src/styles/less/core/_scaffolding.less +380 -0
- package/src/styles/less/core/_typography-utilities.less +255 -0
- package/src/styles/less/core/_typography.less +575 -0
- package/src/styles/less/core/viewport-themes.css +59 -0
- package/src/styles/less/core/viewport-themes.less +65 -0
- package/src/styles/less/currency-flags.css +46 -0
- package/src/styles/less/currency-flags.less +42 -0
- package/src/styles/less/decision.css +136 -0
- package/src/styles/less/decision.less +98 -0
- package/src/styles/less/dropdowns.css +472 -0
- package/src/styles/less/dropdowns.less +365 -0
- package/src/styles/less/droppable.css +221 -0
- package/src/styles/less/droppable.less +213 -0
- package/src/styles/less/flex.css +598 -0
- package/src/styles/less/flex.less +113 -0
- package/src/styles/less/footer.css +129 -0
- package/src/styles/less/footer.less +113 -0
- package/src/styles/less/forms/bootstrap-forms.css +2277 -0
- package/src/styles/less/forms/bootstrap-forms.less +1218 -0
- package/src/styles/less/forms/checkbox-radio.css +367 -0
- package/src/styles/less/forms/checkbox-radio.less +330 -0
- package/src/styles/less/grid.css +2369 -0
- package/src/styles/less/grid.less +187 -0
- package/src/styles/less/input-groups.css +2740 -0
- package/src/styles/less/input-groups.less +298 -0
- package/src/styles/less/link-callout.css +20 -0
- package/src/styles/less/link-callout.less +17 -0
- package/src/styles/less/list-group.css +350 -0
- package/src/styles/less/list-group.less +260 -0
- package/src/styles/less/loaders.css +76 -0
- package/src/styles/less/loaders.less +91 -0
- package/src/styles/less/media.css +74 -0
- package/src/styles/less/media.less +68 -0
- package/src/styles/less/mixins/_alerts.less +39 -0
- package/src/styles/less/mixins/_arrows.less +52 -0
- package/src/styles/less/mixins/_border-radius.less +11 -0
- package/src/styles/less/mixins/_buttons.less +82 -0
- package/src/styles/less/mixins/_center-block.less +7 -0
- package/src/styles/less/mixins/_clearfix.less +23 -0
- package/src/styles/less/mixins/_flex.less +105 -0
- package/src/styles/less/mixins/_forms.less +130 -0
- package/src/styles/less/mixins/_grid-framework.less +104 -0
- package/src/styles/less/mixins/_grid.less +158 -0
- package/src/styles/less/mixins/_hide-text.less +20 -0
- package/src/styles/less/mixins/_links.less +7 -0
- package/src/styles/less/mixins/_list-group.less +23 -0
- package/src/styles/less/mixins/_logical-properties-IE-friendly.less +381 -0
- package/src/styles/less/mixins/_logical-properties-modern-browsers.less +226 -0
- package/src/styles/less/mixins/_logical-properties.less +5 -0
- package/src/styles/less/mixins/_nav-divider.less +10 -0
- package/src/styles/less/mixins/_nav-vertical-align.less +10 -0
- package/src/styles/less/mixins/_panels.less +23 -0
- package/src/styles/less/mixins/_physical-properties.less +110 -0
- package/src/styles/less/mixins/_reset-text.less +22 -0
- package/src/styles/less/mixins/_sequence.less +203 -0
- package/src/styles/less/mixins/_spacing.less +122 -0
- package/src/styles/less/mixins/_tab-focus.less +5 -0
- package/src/styles/less/mixins/_table-row.less +47 -0
- package/src/styles/less/mixins/_text-emphasis.less +39 -0
- package/src/styles/less/mixins/_text-overflow.less +8 -0
- package/src/styles/less/mixins/_theming.less +7 -0
- package/src/styles/less/modals.css +185 -0
- package/src/styles/less/modals.less +239 -0
- package/src/styles/less/navbar.css +2406 -0
- package/src/styles/less/navbar.less +1442 -0
- package/src/styles/less/navs.css +296 -0
- package/src/styles/less/navs.less +339 -0
- package/src/styles/less/neptune-social-media.css +144 -0
- package/src/styles/less/neptune-social-media.less +84 -0
- package/src/styles/less/neptune.bundle.less +63 -0
- package/src/styles/less/neptune.css +25724 -0
- package/src/styles/less/panels.css +528 -0
- package/src/styles/less/panels.less +410 -0
- package/src/styles/less/popovers.css +661 -0
- package/src/styles/less/popovers.less +379 -0
- package/src/styles/less/process.css +483 -0
- package/src/styles/less/process.less +426 -0
- package/src/styles/less/progress-bars.css +64 -0
- package/src/styles/less/progress-bars.less +55 -0
- package/src/styles/less/ring.css +55 -0
- package/src/styles/less/ring.less +51 -0
- package/src/styles/less/select.css +99 -0
- package/src/styles/less/select.less +88 -0
- package/src/styles/less/sequences.css +855 -0
- package/src/styles/less/sequences.less +511 -0
- package/src/styles/less/table.css +446 -0
- package/src/styles/less/table.less +385 -0
- package/src/styles/less/tick.css +32 -0
- package/src/styles/less/tick.less +37 -0
- package/src/styles/less/tooltip.css +160 -0
- package/src/styles/less/tooltip.less +130 -0
- package/src/styles/less/utilities.css +145 -0
- package/src/styles/less/utilities.less +153 -0
- package/src/styles/less/wells.css +74 -0
- package/src/styles/less/wells.less +37 -0
- package/src/styles/props/custom-media.css +11 -0
- package/src/styles/props/legacy-custom-props.css +69 -0
- package/src/styles/props/neptune-tokens.css +11 -0
- package/src/styles/variables/legacy-variables.css +0 -0
- package/src/styles/variables/legacy-variables.less +1299 -0
- package/src/styles/variables/neptune-tokens.css +0 -0
- package/src/styles/variables/neptune-tokens.less +12 -0
- package/src/styles/variables/zindex.css +0 -0
- package/src/styles/variables/zindex.less +17 -0
- package/src/summary/Summary.less +1 -1
- package/src/summary/Summary.test.story.tsx +1 -1
- package/src/switch/Switch.less +4 -4
- package/src/table/Table.less +1 -1
- package/src/tabs/Tabs.less +4 -4
- package/src/tile/Tile.less +1 -1
- package/src/tooltip/Tooltip.less +1 -1
- package/src/tooltip/Tooltip.story.tsx +0 -21
- package/src/tooltip/Tooltip.test.story.tsx +42 -0
- package/src/typeahead/Typeahead.less +2 -2
- package/src/typeahead/Typeahead.story.tsx +0 -52
- package/src/typeahead/Typeahead.test.story.tsx +73 -0
- package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
- package/src/upload/Upload.less +1 -1
- package/src/uploadInput/UploadInput.less +2 -2
- package/src/uploadInput/uploadItem/UploadItem.less +1 -1
|
@@ -0,0 +1,528 @@
|
|
|
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
|
+
}
|