@transferwise/components 0.0.0-experimental-1bc70dc → 0.0.0-experimental-cbe4279
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/alert/Alert.js +1 -4
- package/build/alert/Alert.js.map +1 -1
- package/build/alert/Alert.mjs +1 -4
- package/build/alert/Alert.mjs.map +1 -1
- package/build/criticalBanner/CriticalCommsBanner.js +4 -6
- package/build/criticalBanner/CriticalCommsBanner.js.map +1 -1
- package/build/criticalBanner/CriticalCommsBanner.mjs +4 -6
- package/build/criticalBanner/CriticalCommsBanner.mjs.map +1 -1
- package/build/main.css +27001 -16
- package/build/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
- package/build/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
- package/build/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
- package/build/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
- package/build/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
- package/build/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
- package/build/neptune-css/fonts/TransferWise-IconFont.svg +81 -0
- package/build/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
- package/build/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
- package/build/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
- package/build/neptune-css/img/bg-dark.svg +31 -0
- package/build/neptune-css/img/bg-light.svg +26 -0
- package/build/neptune-css/less/legacy-variables.less +1299 -0
- package/build/neptune-css/less/neptune-tokens.css +0 -0
- package/build/neptune-css/less/neptune-tokens.less +275 -0
- package/build/neptune-css/less/zindex.css +0 -0
- package/build/neptune-css/less/zindex.less +17 -0
- package/build/neptune-css/props/custom-media.css +11 -0
- package/build/neptune-css/props/legacy-custom-props.css +69 -0
- package/build/neptune-css/props/neptune-tokens.css +152 -0
- package/build/neptune.css +25724 -0
- package/build/styles/criticalBanner/CriticalCommsBanner.css +0 -9
- package/build/styles/main.css +27001 -16
- package/build/styles/neptune-css/less/accordion.css +255 -0
- package/build/styles/neptune-css/less/alerts.css +751 -0
- package/build/styles/neptune-css/less/background.css +20 -0
- package/build/styles/neptune-css/less/badge.css +90 -0
- package/build/styles/neptune-css/less/border-radius.css +3 -0
- package/build/styles/neptune-css/less/breadcrumbs.css +20 -0
- package/build/styles/neptune-css/less/button-groups.css +495 -0
- package/build/styles/neptune-css/less/buttons.css +1390 -0
- package/build/styles/neptune-css/less/chevron.css +35 -0
- package/build/styles/neptune-css/less/circles.css +248 -0
- package/build/styles/neptune-css/less/close.css +47 -0
- package/build/styles/neptune-css/less/column-layout.css +164 -0
- package/build/styles/neptune-css/less/core/viewport-themes.css +59 -0
- package/build/styles/neptune-css/less/currency-flags.css +46 -0
- package/build/styles/neptune-css/less/decision.css +136 -0
- package/build/styles/neptune-css/less/dropdowns.css +472 -0
- package/build/styles/neptune-css/less/droppable.css +221 -0
- package/build/styles/neptune-css/less/flex.css +598 -0
- package/build/styles/neptune-css/less/footer.css +129 -0
- package/build/styles/neptune-css/less/forms/bootstrap-forms.css +2277 -0
- package/build/styles/neptune-css/less/forms/checkbox-radio.css +367 -0
- package/build/styles/neptune-css/less/grid.css +2369 -0
- package/build/styles/neptune-css/less/input-groups.css +2740 -0
- package/build/styles/neptune-css/less/link-callout.css +20 -0
- package/build/styles/neptune-css/less/list-group.css +350 -0
- package/build/styles/neptune-css/less/loaders.css +76 -0
- package/build/styles/neptune-css/less/media.css +74 -0
- package/build/styles/neptune-css/less/modals.css +185 -0
- package/build/styles/neptune-css/less/navbar.css +2406 -0
- package/build/styles/neptune-css/less/navs.css +296 -0
- package/build/styles/neptune-css/less/neptune-addons.css +1857 -0
- package/build/styles/neptune-css/less/neptune-core.css +2049 -0
- package/build/styles/neptune-css/less/neptune-social-media.css +144 -0
- package/build/styles/neptune-css/less/neptune.css +25724 -0
- package/build/styles/neptune-css/less/panels.css +528 -0
- package/build/styles/neptune-css/less/popovers.css +661 -0
- package/build/styles/neptune-css/less/process.css +483 -0
- package/build/styles/neptune-css/less/progress-bars.css +64 -0
- package/build/styles/neptune-css/less/ring.css +55 -0
- package/build/styles/neptune-css/less/select.css +99 -0
- package/build/styles/neptune-css/less/sequences.css +855 -0
- package/build/styles/neptune-css/less/table.css +446 -0
- package/build/styles/neptune-css/less/tick.css +32 -0
- package/build/styles/neptune-css/less/tooltip.css +160 -0
- package/build/styles/neptune-css/less/utilities.css +145 -0
- package/build/styles/neptune-css/less/wells.css +74 -0
- package/build/styles/neptune-css/props/custom-media.css +11 -0
- package/build/styles/neptune-css/props/legacy-custom-props.css +69 -0
- package/build/styles/neptune-css/props/neptune-tokens.css +11 -0
- package/build/styles/neptune-css/variables/legacy-variables.css +0 -0
- package/build/styles/neptune-css/variables/neptune-tokens.css +0 -0
- package/build/styles/neptune-css/variables/zindex.css +0 -0
- package/build/types/alert/Alert.d.ts +0 -2
- package/build/types/alert/Alert.d.ts.map +1 -1
- package/build/types/criticalBanner/CriticalCommsBanner.d.ts +0 -1
- package/build/types/criticalBanner/CriticalCommsBanner.d.ts.map +1 -1
- package/package.json +9 -6
- package/src/accordion/Accordion.less +3 -3
- package/src/actionButton/ActionButton.less +1 -1
- package/src/alert/Alert.tsx +1 -6
- package/src/avatar/Avatar.less +3 -3
- package/src/badge/Badge.less +1 -1
- package/src/button/LegacyButton.less +1 -1
- package/src/card/Card.less +3 -3
- package/src/checkboxButton/CheckboxButton.less +2 -2
- package/src/chips/Chip.less +3 -3
- package/src/common/Option/Option.less +2 -2
- package/src/common/bottomSheet/BottomSheet.less +1 -1
- package/src/common/closeButton/CloseButton.less +1 -1
- package/src/common/panel/Panel.less +1 -1
- package/src/criticalBanner/CriticalCommsBanner.less +0 -13
- package/src/criticalBanner/CriticalCommsBanner.test.story.tsx +0 -15
- package/src/criticalBanner/CriticalCommsBanner.test.tsx +2 -28
- package/src/criticalBanner/CriticalCommsBanner.tsx +1 -10
- package/src/dateLookup/DateLookup.less +1 -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/flowNavigation/FlowNavigation.less +1 -1
- package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
- package/src/info/Info.less +1 -1
- package/src/inputs/SelectInput.less +1 -1
- package/src/inputs/_common.less +1 -1
- package/src/link/Link.less +2 -2
- package/src/listItem/ListItem.less +1 -1
- package/src/main.less +2 -0
- package/src/moneyInput/MoneyInput.less +2 -2
- package/src/navigationOption/NavigationOption.less +3 -3
- package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
- package/src/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
- package/src/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
- package/src/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
- package/src/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
- package/src/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
- package/src/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
- package/src/neptune-css/fonts/TransferWise-IconFont.svg +81 -0
- package/src/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
- package/src/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
- package/src/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
- package/src/neptune-css/img/bg-dark.svg +31 -0
- package/src/neptune-css/img/bg-light.svg +26 -0
- package/src/neptune-css/less/accordion.less +15 -0
- package/src/neptune-css/less/addons/_background-utilities.less +82 -0
- package/src/neptune-css/less/addons/_border.less +3 -0
- package/src/neptune-css/less/addons/_display-utilities.less +159 -0
- package/src/neptune-css/less/addons/_spacing-utilities.less +73 -0
- package/src/neptune-css/less/addons/_utilities.less +147 -0
- package/src/neptune-css/less/alerts.less +252 -0
- package/src/neptune-css/less/background.less +24 -0
- package/src/neptune-css/less/badge.less +85 -0
- package/src/neptune-css/less/border-radius.less +3 -0
- package/src/neptune-css/less/breadcrumbs.less +27 -0
- package/src/neptune-css/less/button-groups.less +424 -0
- package/src/neptune-css/less/buttons.less +738 -0
- package/src/neptune-css/less/chevron.less +39 -0
- package/src/neptune-css/less/circles.less +233 -0
- package/src/neptune-css/less/close.less +48 -0
- package/src/neptune-css/less/column-layout.less +167 -0
- package/src/neptune-css/less/components/_component-animations.less +43 -0
- package/src/neptune-css/less/core/_fonts.less +97 -0
- package/src/neptune-css/less/core/_scaffolding.less +380 -0
- package/src/neptune-css/less/core/_typography-utilities.less +255 -0
- package/src/neptune-css/less/core/_typography.less +575 -0
- package/src/neptune-css/less/core/viewport-themes.less +65 -0
- package/src/neptune-css/less/currency-flags.less +42 -0
- package/src/neptune-css/less/decision.less +98 -0
- package/src/neptune-css/less/dropdowns.less +365 -0
- package/src/neptune-css/less/droppable.less +213 -0
- package/src/neptune-css/less/flex.less +113 -0
- package/src/neptune-css/less/footer.less +113 -0
- package/src/neptune-css/less/forms/bootstrap-forms.less +1218 -0
- package/src/neptune-css/less/forms/checkbox-radio.less +330 -0
- package/src/neptune-css/less/grid.less +187 -0
- package/src/neptune-css/less/input-groups.less +298 -0
- package/src/neptune-css/less/link-callout.less +17 -0
- package/src/neptune-css/less/list-group.less +260 -0
- package/src/neptune-css/less/loaders.less +91 -0
- package/src/neptune-css/less/media.less +68 -0
- package/src/neptune-css/less/mixins/_alerts.less +39 -0
- package/src/neptune-css/less/mixins/_arrows.less +52 -0
- package/src/neptune-css/less/mixins/_border-radius.less +11 -0
- package/src/neptune-css/less/mixins/_buttons.less +82 -0
- package/src/neptune-css/less/mixins/_center-block.less +7 -0
- package/src/neptune-css/less/mixins/_clearfix.less +23 -0
- package/src/neptune-css/less/mixins/_flex.less +105 -0
- package/src/neptune-css/less/mixins/_forms.less +130 -0
- package/src/neptune-css/less/mixins/_grid-framework.less +104 -0
- package/src/neptune-css/less/mixins/_grid.less +158 -0
- package/src/neptune-css/less/mixins/_hide-text.less +20 -0
- package/src/neptune-css/less/mixins/_links.less +7 -0
- package/src/neptune-css/less/mixins/_list-group.less +23 -0
- package/src/neptune-css/less/mixins/_logical-properties-IE-friendly.less +381 -0
- package/src/neptune-css/less/mixins/_logical-properties-modern-browsers.less +226 -0
- package/src/neptune-css/less/mixins/_logical-properties.less +5 -0
- package/src/neptune-css/less/mixins/_nav-divider.less +10 -0
- package/src/neptune-css/less/mixins/_nav-vertical-align.less +10 -0
- package/src/neptune-css/less/mixins/_panels.less +23 -0
- package/src/neptune-css/less/mixins/_physical-properties.less +110 -0
- package/src/neptune-css/less/mixins/_reset-text.less +22 -0
- package/src/neptune-css/less/mixins/_sequence.less +203 -0
- package/src/neptune-css/less/mixins/_spacing.less +122 -0
- package/src/neptune-css/less/mixins/_tab-focus.less +5 -0
- package/src/neptune-css/less/mixins/_table-row.less +47 -0
- package/src/neptune-css/less/mixins/_text-emphasis.less +39 -0
- package/src/neptune-css/less/mixins/_text-overflow.less +8 -0
- package/src/neptune-css/less/mixins/_theming.less +7 -0
- package/src/neptune-css/less/modals.less +239 -0
- package/src/neptune-css/less/navbar.less +1442 -0
- package/src/neptune-css/less/navs.less +339 -0
- package/src/neptune-css/less/neptune-addons.less +4 -0
- package/src/neptune-css/less/neptune-core.less +4 -0
- package/src/neptune-css/less/neptune-social-media.less +84 -0
- package/src/neptune-css/less/neptune.bundle.less +65 -0
- package/src/neptune-css/less/panels.less +410 -0
- package/src/neptune-css/less/popovers.less +379 -0
- package/src/neptune-css/less/process.less +426 -0
- package/src/neptune-css/less/progress-bars.less +55 -0
- package/src/neptune-css/less/ring.less +51 -0
- package/src/neptune-css/less/select.less +88 -0
- package/src/neptune-css/less/sequences.less +511 -0
- package/src/neptune-css/less/table.less +385 -0
- package/src/neptune-css/less/tick.less +37 -0
- package/src/neptune-css/less/tooltip.less +130 -0
- package/src/neptune-css/less/utilities.less +153 -0
- package/src/neptune-css/less/wells.less +37 -0
- package/src/neptune-css/props/custom-media.css +11 -0
- package/src/neptune-css/props/legacy-custom-props.css +69 -0
- package/src/neptune-css/props/neptune-tokens.css +11 -0
- package/src/neptune-css/variables/legacy-variables.less +1299 -0
- package/src/neptune-css/variables/neptune-tokens.less +12 -0
- package/src/neptune-css/variables/zindex.less +17 -0
- package/src/overlayHeader/OverlayHeader.less +1 -1
- package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
- package/src/popover/Popover.less +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/summary/Summary.less +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/typeahead/Typeahead.less +2 -2
- 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
- package/src/accordion/Accordion.css +0 -74
- package/src/actionButton/ActionButton.css +0 -64
- package/src/actionOption/ActionOption.css +0 -4
- package/src/alert/Alert.css +0 -7
- package/src/avatar/Avatar.css +0 -250
- package/src/avatarLayout/AvatarLayout.css +0 -42
- package/src/avatarView/AvatarView.css +0 -44
- package/src/avatarView/Dot.css +0 -26
- package/src/badge/Badge.css +0 -65
- package/src/body/Body.css +0 -3
- package/src/button/Button.css +0 -246
- package/src/button/Button.vars.css +0 -46
- package/src/button/LegacyButton.css +0 -23
- package/src/card/Card.css +0 -100
- package/src/carousel/Carousel.css +0 -134
- package/src/checkboxButton/CheckboxButton.css +0 -43
- package/src/chips/Chip.css +0 -190
- package/src/circularButton/CircularButton.css +0 -34
- package/src/common/Option/Option.css +0 -122
- package/src/common/RadioButton/RadioButton.css +0 -4
- package/src/common/baseCard/BaseCard.css +0 -49
- package/src/common/bottomSheet/BottomSheet.css +0 -53
- package/src/common/circle/Circle.css +0 -43
- package/src/common/closeButton/CloseButton.css +0 -94
- package/src/common/panel/Panel.css +0 -73
- package/src/criticalBanner/CriticalCommsBanner.css +0 -63
- package/src/dateInput/DateInput.css +0 -16
- package/src/dateLookup/DateLookup.css +0 -93
- package/src/dateLookup/dateTrigger/DateTrigger.css +0 -29
- package/src/decision/Decision.css +0 -17
- package/src/definitionList/DefinitionList.css +0 -53
- package/src/dimmer/Dimmer.css +0 -70
- package/src/divider/Divider.css +0 -24
- package/src/drawer/Drawer.css +0 -56
- package/src/dropFade/DropFade.css +0 -19
- package/src/emphasis/Emphasis.css +0 -31
- package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -58
- package/src/expressiveMoneyInput/amountInput/AmountInput.css +0 -32
- package/src/expressiveMoneyInput/chevron/Chevron.css +0 -12
- package/src/expressiveMoneyInput/currencySelector/CurrencySelector.css +0 -6
- package/src/field/Field.css +0 -13
- package/src/flowNavigation/FlowNavigation.css +0 -76
- package/src/flowNavigation/animatedLabel/AnimatedLabel.css +0 -30
- package/src/header/Header.css +0 -33
- package/src/iconButton/IconButton.css +0 -82
- package/src/image/Image.css +0 -13
- package/src/info/Info.css +0 -9
- package/src/inputs/Input.css +0 -158
- package/src/inputs/InputGroup.css +0 -63
- package/src/inputs/SelectInput.css +0 -380
- package/src/inputs/TextArea.css +0 -161
- package/src/instructionsList/InstructionsList.css +0 -26
- package/src/legacylistItem/LegacyListItem.css +0 -6
- package/src/link/Link.css +0 -24
- package/src/listItem/ListItem.css +0 -659
- package/src/listItem/ListItem.grid.css +0 -384
- package/src/listItem/Prompt/ListItemPrompt.css +0 -4
- package/src/loader/Loader.css +0 -227
- package/src/logo/Logo.css +0 -26
- package/src/main.css +0 -7529
- package/src/modal/Modal.css +0 -95
- package/src/moneyInput/MoneyInput.css +0 -74
- package/src/navigationOption/NavigationOption.css +0 -69
- package/src/navigationOptionsList/NavigationOptionsList.css +0 -13
- package/src/nudge/Nudge.css +0 -206
- package/src/overlayHeader/OverlayHeader.css +0 -15
- package/src/phoneNumberInput/PhoneNumberInput.css +0 -23
- package/src/popover/Popover.css +0 -76
- package/src/progress/Progress.css +0 -43
- package/src/progressBar/ProgressBar.css +0 -14
- package/src/promoCard/PromoCard.css +0 -186
- package/src/prompt/ActionPrompt/ActionPrompt.css +0 -25
- package/src/prompt/InfoPrompt/InfoPrompt.css +0 -33
- package/src/prompt/InlinePrompt/InlinePrompt.css +0 -57
- package/src/prompt/PrimitivePrompt/PrimitivePrompt.css +0 -51
- package/src/radioGroup/RadioGroup.css +0 -3
- package/src/section/Section.css +0 -10
- package/src/segmentedControl/SegmentedControl.css +0 -101
- package/src/select/Select.css +0 -368
- package/src/sentimentSurface/SentimentSurface.css +0 -487
- package/src/slidingPanel/SlidingPanel.css +0 -105
- package/src/snackbar/Snackbar.css +0 -93
- package/src/statusIcon/StatusIcon.css +0 -6
- package/src/stepper/Stepper.css +0 -77
- package/src/summary/Summary.css +0 -81
- package/src/switch/Switch.css +0 -63
- package/src/switchOption/SwitchOption.css +0 -4
- package/src/table/Table.css +0 -274
- package/src/tabs/Tabs.css +0 -121
- package/src/tile/Tile.css +0 -68
- package/src/tooltip/Tooltip.css +0 -50
- package/src/typeahead/Typeahead.css +0 -187
- package/src/typeahead/typeaheadOption/TypeaheadOption.css +0 -9
- package/src/upload/Upload.css +0 -34
- package/src/uploadInput/UploadInput.css +0 -18
- package/src/uploadInput/uploadButton/UploadButton.css +0 -90
- package/src/uploadInput/uploadItem/UploadItem.css +0 -166
- /package/{src/listItem/ListItem.vars.css → build/neptune-css/less/legacy-variables.css} +0 -0
|
@@ -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
|
+
}
|