@transferwise/components 46.130.3 → 46.131.0
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/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/package.json +9 -5
- 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/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,20 @@
|
|
|
1
|
+
.link-callout > .tw-icon-chevron-up {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
margin-left: 8px;
|
|
4
|
+
margin-left: var(--size-8);
|
|
5
|
+
pointer-events: none;
|
|
6
|
+
transition: transform 0.2s ease-in-out;
|
|
7
|
+
transform: rotate(90deg);
|
|
8
|
+
}
|
|
9
|
+
[dir="rtl"] .link-callout > .tw-icon-chevron-up {
|
|
10
|
+
margin-right: 8px;
|
|
11
|
+
margin-right: var(--size-8);
|
|
12
|
+
margin-left: 0;
|
|
13
|
+
margin-left: initial;
|
|
14
|
+
}
|
|
15
|
+
.link-callout:hover > .tw-icon-chevron-up,
|
|
16
|
+
.link-callout:focus > .tw-icon-chevron-up,
|
|
17
|
+
.callout-container:hover .link-callout > .tw-icon-chevron-up,
|
|
18
|
+
.callout-container:focus .link-callout > .tw-icon-chevron-up {
|
|
19
|
+
transform: translateX(4px) rotate(90deg);
|
|
20
|
+
}
|
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
.list-group {
|
|
2
|
+
list-style-type: none;
|
|
3
|
+
margin-bottom: 20px;
|
|
4
|
+
padding-left: 0;
|
|
5
|
+
border-left: 1px solid rgba(0,0,0,0.10196);
|
|
6
|
+
border-left: 1px solid var(--color-border-neutral);
|
|
7
|
+
border-right: 1px solid rgba(0,0,0,0.10196);
|
|
8
|
+
border-right: 1px solid var(--color-border-neutral);
|
|
9
|
+
}
|
|
10
|
+
[dir="rtl"] .list-group {
|
|
11
|
+
padding-right: 0;
|
|
12
|
+
padding-left: 0;
|
|
13
|
+
padding-left: initial;
|
|
14
|
+
}
|
|
15
|
+
.list-group-item {
|
|
16
|
+
display: block;
|
|
17
|
+
padding: 16px 16px 16px 14px;
|
|
18
|
+
background-color: #ffffff;
|
|
19
|
+
background-color: var(--color-background-screen);
|
|
20
|
+
margin-top: 1px;
|
|
21
|
+
line-height: 1.5;
|
|
22
|
+
line-height: var(--line-height-body);
|
|
23
|
+
transition: all ease 0.15s;
|
|
24
|
+
}
|
|
25
|
+
[dir="rtl"] .list-group-item {
|
|
26
|
+
padding: 16px 14px 16px 16px;
|
|
27
|
+
}
|
|
28
|
+
[dir="rtl"] .list-group-item {
|
|
29
|
+
border-right: 2px solid transparent;
|
|
30
|
+
}
|
|
31
|
+
html:not([dir="rtl"]) .list-group-item {
|
|
32
|
+
border-left: 2px solid transparent;
|
|
33
|
+
}
|
|
34
|
+
.panel-group .list-group-item {
|
|
35
|
+
margin-top: 0;
|
|
36
|
+
}
|
|
37
|
+
@media (min-width: 576px) {
|
|
38
|
+
.list-group-item {
|
|
39
|
+
padding: 24px 24px 24px 22px;
|
|
40
|
+
}
|
|
41
|
+
[dir="rtl"] .list-group-item {
|
|
42
|
+
padding: 24px 22px 24px 24px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
@media (min-width: 992px) {
|
|
46
|
+
.list-group-item {
|
|
47
|
+
padding: 32px 32px 32px 30px;
|
|
48
|
+
}
|
|
49
|
+
[dir="rtl"] .list-group-item {
|
|
50
|
+
padding: 32px 30px 32px 32px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
.list-group-item-heading {
|
|
54
|
+
margin-bottom: 0;
|
|
55
|
+
margin: 0;
|
|
56
|
+
line-height: 1.2;
|
|
57
|
+
line-height: var(--line-height-title);
|
|
58
|
+
letter-spacing: 0;
|
|
59
|
+
font-weight: 500;
|
|
60
|
+
font-weight: var(--font-weight-medium);
|
|
61
|
+
font-size: 0.875rem;
|
|
62
|
+
font-size: var(--font-size-14);
|
|
63
|
+
letter-spacing: -0.006em;
|
|
64
|
+
line-height: 140%;
|
|
65
|
+
color: #37517e;
|
|
66
|
+
color: var(--color-content-primary);
|
|
67
|
+
}
|
|
68
|
+
@supports (hyphenate-limit-chars: 1) {
|
|
69
|
+
.list-group-item-heading {
|
|
70
|
+
hyphens: auto;
|
|
71
|
+
hyphenate-limit-chars: 7 3;
|
|
72
|
+
}
|
|
73
|
+
@media (min-width: 768px) {
|
|
74
|
+
.list-group-item-heading {
|
|
75
|
+
hyphenate-limit-chars: 8 3;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
@media (min-width: 992px) {
|
|
79
|
+
.list-group-item-heading {
|
|
80
|
+
hyphenate-limit-chars: 10 4 3;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
@supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
|
|
85
|
+
.list-group-item-heading {
|
|
86
|
+
hyphens: auto;
|
|
87
|
+
-webkit-hyphenate-limit-before: 3;
|
|
88
|
+
-webkit-hyphenate-limit-after: 3;
|
|
89
|
+
}
|
|
90
|
+
@media (min-width: 992px) {
|
|
91
|
+
.list-group-item-heading {
|
|
92
|
+
-webkit-hyphenate-limit-before: 4;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.list-group-item-heading + p,
|
|
97
|
+
.list-group-item-heading + ul:not(.list-unstyled),
|
|
98
|
+
.list-group-item-heading + ol:not(.list-unstyled) {
|
|
99
|
+
margin-top: 8px;
|
|
100
|
+
margin-top: var(--size-8);
|
|
101
|
+
}
|
|
102
|
+
.list-group-item-text {
|
|
103
|
+
margin-bottom: 0;
|
|
104
|
+
color: #5d7079;
|
|
105
|
+
color: var(--color-content-secondary);
|
|
106
|
+
}
|
|
107
|
+
a.list-group-item {
|
|
108
|
+
color: #0097c7;
|
|
109
|
+
color: var(--color-content-accent);
|
|
110
|
+
-webkit-text-decoration: none;
|
|
111
|
+
text-decoration: none;
|
|
112
|
+
}
|
|
113
|
+
a.list-group-item .list-group-item-heading {
|
|
114
|
+
color: #0097c7;
|
|
115
|
+
color: var(--color-content-accent);
|
|
116
|
+
}
|
|
117
|
+
a.list-group-item:not(.disabled):not(:disabled):hover,
|
|
118
|
+
a.list-group-item:not(.disabled):not(:disabled):focus {
|
|
119
|
+
-webkit-text-decoration: none;
|
|
120
|
+
text-decoration: none;
|
|
121
|
+
color: #0084b3;
|
|
122
|
+
color: var(--color-content-accent-hover);
|
|
123
|
+
background-color: rgba(134,167,189,0.10196);
|
|
124
|
+
background-color: var(--color-background-neutral);
|
|
125
|
+
}
|
|
126
|
+
.list-group-item[ng-click] {
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
}
|
|
129
|
+
.list-group-item[ng-click]:hover {
|
|
130
|
+
will-change: margin, contents;
|
|
131
|
+
}
|
|
132
|
+
.list-group-item.active {
|
|
133
|
+
z-index: 2;
|
|
134
|
+
background-color: #ffffff;
|
|
135
|
+
background-color: var(--color-background-elevated);
|
|
136
|
+
box-shadow: 0 1px 10px rgba(0,0,0,0.10196);
|
|
137
|
+
box-shadow: 0 1px 10px var(--color-border-neutral);
|
|
138
|
+
margin-top: 24px;
|
|
139
|
+
margin-top: var(--size-24);
|
|
140
|
+
margin-bottom: 24px;
|
|
141
|
+
margin-bottom: var(--size-24);
|
|
142
|
+
}
|
|
143
|
+
.list-group-item.active:first-child {
|
|
144
|
+
margin-top: 1px;
|
|
145
|
+
}
|
|
146
|
+
.list-group-item.active:last-child {
|
|
147
|
+
margin-bottom: 0;
|
|
148
|
+
}
|
|
149
|
+
.np-theme-personal--forest-green .list-group-item.active,
|
|
150
|
+
.np-theme-personal--bright-green .list-group-item.active,
|
|
151
|
+
.np-theme-personal--dark .list-group-item.active {
|
|
152
|
+
box-shadow: none;
|
|
153
|
+
}
|
|
154
|
+
@media (min-width: 768px) {
|
|
155
|
+
.list-group-item.active {
|
|
156
|
+
margin-left: -12px;
|
|
157
|
+
margin-right: -12px;
|
|
158
|
+
}
|
|
159
|
+
.list-group-item .media-body {
|
|
160
|
+
transition: padding ease 0.15s;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
.list-group-inactive .list-group-item {
|
|
164
|
+
background-color: transparent;
|
|
165
|
+
margin-top: 0;
|
|
166
|
+
}
|
|
167
|
+
.list-group-inactive .list-group-item:hover,
|
|
168
|
+
.list-group-inactive .list-group-item.active {
|
|
169
|
+
background-color: #ffffff;
|
|
170
|
+
background-color: var(--color-background-screen);
|
|
171
|
+
}
|
|
172
|
+
@media (min-width: 576px) {
|
|
173
|
+
.list-group-inactive .list-group-item:hover .circle,
|
|
174
|
+
.list-group-inactive .list-group-item.active .circle {
|
|
175
|
+
background-color: rgba(134,167,189,0.10196);
|
|
176
|
+
background-color: var(--color-background-neutral);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
.list-group-inactive .list-group-item.active {
|
|
180
|
+
margin-top: 24px;
|
|
181
|
+
margin-top: var(--size-24);
|
|
182
|
+
}
|
|
183
|
+
[dir="rtl"] .list-group-item-success {
|
|
184
|
+
border-right: 3px solid #008026;
|
|
185
|
+
border-right: 3px solid var(--color-content-positive);
|
|
186
|
+
}
|
|
187
|
+
html:not([dir="rtl"]) .list-group-item-success {
|
|
188
|
+
border-left: 3px solid #008026;
|
|
189
|
+
border-left: 3px solid var(--color-content-positive);
|
|
190
|
+
}
|
|
191
|
+
.list-group-item.list-group-item-success {
|
|
192
|
+
background-color: #ffffff;
|
|
193
|
+
background-color: var(--color-background-screen);
|
|
194
|
+
}
|
|
195
|
+
.list-group-item-success .list-group-item-text {
|
|
196
|
+
color: #008026;
|
|
197
|
+
color: var(--color-content-positive);
|
|
198
|
+
}
|
|
199
|
+
a.list-group-item-success {
|
|
200
|
+
color: #008026;
|
|
201
|
+
color: var(--color-content-positive);
|
|
202
|
+
}
|
|
203
|
+
a.list-group-item-success:hover {
|
|
204
|
+
color: #008026;
|
|
205
|
+
color: var(--color-content-positive);
|
|
206
|
+
}
|
|
207
|
+
[dir="rtl"] .list-group-item-info {
|
|
208
|
+
border-right: 3px solid #0097c7;
|
|
209
|
+
border-right: 3px solid var(--color-content-accent);
|
|
210
|
+
}
|
|
211
|
+
html:not([dir="rtl"]) .list-group-item-info {
|
|
212
|
+
border-left: 3px solid #0097c7;
|
|
213
|
+
border-left: 3px solid var(--color-content-accent);
|
|
214
|
+
}
|
|
215
|
+
.list-group-item.list-group-item-info {
|
|
216
|
+
background-color: #ffffff;
|
|
217
|
+
background-color: var(--color-background-screen);
|
|
218
|
+
}
|
|
219
|
+
.list-group-item-info .list-group-item-text {
|
|
220
|
+
color: #0097c7;
|
|
221
|
+
color: var(--color-content-accent);
|
|
222
|
+
}
|
|
223
|
+
a.list-group-item-info {
|
|
224
|
+
color: #0097c7;
|
|
225
|
+
color: var(--color-content-accent);
|
|
226
|
+
}
|
|
227
|
+
a.list-group-item-info:hover {
|
|
228
|
+
color: #0097c7;
|
|
229
|
+
color: var(--color-content-accent);
|
|
230
|
+
}
|
|
231
|
+
[dir="rtl"] .list-group-item-warning {
|
|
232
|
+
border-right: 3px solid #9a6500;
|
|
233
|
+
border-right: 3px solid var(--color-content-warning);
|
|
234
|
+
}
|
|
235
|
+
html:not([dir="rtl"]) .list-group-item-warning {
|
|
236
|
+
border-left: 3px solid #9a6500;
|
|
237
|
+
border-left: 3px solid var(--color-content-warning);
|
|
238
|
+
}
|
|
239
|
+
.list-group-item.list-group-item-warning {
|
|
240
|
+
background-color: #ffffff;
|
|
241
|
+
background-color: var(--color-background-screen);
|
|
242
|
+
}
|
|
243
|
+
.list-group-item-warning .list-group-item-text {
|
|
244
|
+
color: #9a6500;
|
|
245
|
+
color: var(--color-content-warning);
|
|
246
|
+
}
|
|
247
|
+
a.list-group-item-warning {
|
|
248
|
+
color: #9a6500;
|
|
249
|
+
color: var(--color-content-warning);
|
|
250
|
+
}
|
|
251
|
+
a.list-group-item-warning:hover {
|
|
252
|
+
color: #9a6500;
|
|
253
|
+
color: var(--color-content-warning);
|
|
254
|
+
}
|
|
255
|
+
[dir="rtl"] .list-group-item-danger {
|
|
256
|
+
border-right: 3px solid #cf2929;
|
|
257
|
+
border-right: 3px solid var(--color-content-negative);
|
|
258
|
+
}
|
|
259
|
+
html:not([dir="rtl"]) .list-group-item-danger {
|
|
260
|
+
border-left: 3px solid #cf2929;
|
|
261
|
+
border-left: 3px solid var(--color-content-negative);
|
|
262
|
+
}
|
|
263
|
+
.list-group-item.list-group-item-danger {
|
|
264
|
+
background-color: #ffffff;
|
|
265
|
+
background-color: var(--color-background-screen);
|
|
266
|
+
}
|
|
267
|
+
.list-group-item-danger .list-group-item-text {
|
|
268
|
+
color: #cf2929;
|
|
269
|
+
color: var(--color-content-negative);
|
|
270
|
+
}
|
|
271
|
+
a.list-group-item-danger {
|
|
272
|
+
color: #cf2929;
|
|
273
|
+
color: var(--color-content-negative);
|
|
274
|
+
}
|
|
275
|
+
a.list-group-item-danger:hover {
|
|
276
|
+
color: #cf2929;
|
|
277
|
+
color: var(--color-content-negative);
|
|
278
|
+
}
|
|
279
|
+
.list-group:hover .list-group-item:not(.active) {
|
|
280
|
+
background-color: #fbfcfd;
|
|
281
|
+
}
|
|
282
|
+
.list-group:hover .list-group-item:not(.active) .media {
|
|
283
|
+
opacity: 0.94;
|
|
284
|
+
}
|
|
285
|
+
.list-group:hover .list-group-item:hover {
|
|
286
|
+
background-color: #ffffff;
|
|
287
|
+
background-color: var(--color-background-screen);
|
|
288
|
+
}
|
|
289
|
+
.list-group:hover .list-group-item:hover .media {
|
|
290
|
+
opacity: 1;
|
|
291
|
+
}
|
|
292
|
+
.list-group-inactive:hover .list-group-item:not(.active) {
|
|
293
|
+
background-color: rgba(134,167,189,0.10196);
|
|
294
|
+
background-color: var(--color-background-neutral);
|
|
295
|
+
}
|
|
296
|
+
.list-group-inactive:hover .list-group-item:hover {
|
|
297
|
+
background-color: #ffffff;
|
|
298
|
+
background-color: var(--color-background-screen);
|
|
299
|
+
}
|
|
300
|
+
@keyframes listSlideOver {
|
|
301
|
+
0% {
|
|
302
|
+
transform: translateX(100vw);
|
|
303
|
+
}
|
|
304
|
+
100% {
|
|
305
|
+
transform: translateX(0);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
@media (max-width: 767px) {
|
|
309
|
+
.list-group-slide-out .list-group-item .collapse {
|
|
310
|
+
position: fixed;
|
|
311
|
+
top: 0;
|
|
312
|
+
left: 0;
|
|
313
|
+
width: 100vw;
|
|
314
|
+
height: 100vh;
|
|
315
|
+
height: 100dvh;
|
|
316
|
+
margin: 0;
|
|
317
|
+
overflow-y: auto;
|
|
318
|
+
background-color: #fff;
|
|
319
|
+
animation: listSlideOver 0.15s ease-out forwards;
|
|
320
|
+
z-index: 3;
|
|
321
|
+
}
|
|
322
|
+
[dir="rtl"] .list-group-slide-out .list-group-item .collapse {
|
|
323
|
+
right: 0;
|
|
324
|
+
left: auto;
|
|
325
|
+
left: initial;
|
|
326
|
+
}
|
|
327
|
+
.list-group-slide-out .list-group-item .collapse .media-left {
|
|
328
|
+
display: none;
|
|
329
|
+
}
|
|
330
|
+
.list-group-slide-out .list-group-item .collapse .well {
|
|
331
|
+
border-radius: 0;
|
|
332
|
+
margin-bottom: 0;
|
|
333
|
+
}
|
|
334
|
+
.list-group-slide-out .list-group-item.active,
|
|
335
|
+
.list-group-slide-out .list-group-inactive .list-group-item.active {
|
|
336
|
+
margin-top: 1px;
|
|
337
|
+
margin-bottom: 0;
|
|
338
|
+
box-shadow: none !important;
|
|
339
|
+
}
|
|
340
|
+
.list-group-slide-out .list-group-item.active .collapse {
|
|
341
|
+
height: 100vh;
|
|
342
|
+
height: 100dvh;
|
|
343
|
+
overflow-y: auto;
|
|
344
|
+
padding-bottom: 72px;
|
|
345
|
+
}
|
|
346
|
+
.list-group-slide-out .list-group-item.active .collapse .well {
|
|
347
|
+
padding-bottom: 72px;
|
|
348
|
+
margin-bottom: -72px;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
.loader {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
height: 160px;
|
|
5
|
+
width: 160px;
|
|
6
|
+
}
|
|
7
|
+
.loader .loader-flag {
|
|
8
|
+
top: 58px;
|
|
9
|
+
left: 52px;
|
|
10
|
+
position: relative;
|
|
11
|
+
height: 52px;
|
|
12
|
+
width: 52px;
|
|
13
|
+
}
|
|
14
|
+
.loader .loader-flag-stroke {
|
|
15
|
+
animation: loaderStroke 3.5s infinite;
|
|
16
|
+
}
|
|
17
|
+
.loader .loader-flag-fill {
|
|
18
|
+
display: block;
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 1px;
|
|
21
|
+
opacity: 1;
|
|
22
|
+
animation: loaderFill 3.5s infinite;
|
|
23
|
+
}
|
|
24
|
+
.loader .loader-spinner {
|
|
25
|
+
width: 160px;
|
|
26
|
+
height: 160px;
|
|
27
|
+
position: absolute;
|
|
28
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjU0IC01NCAxNjAgMTYwIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTA4LjY2MiIgeTE9IjUyLjE3NSIgeDI9IjEwNy42NjIiIHkyPSI1Mi4xNzUiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTYwIDAgMCAtODAgLTE3MTcyIDQxNjApIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMwMDk3YzciLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMDk3YzciIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTIxNCAyNmMwLTQ0LjItMzUuOC04MC04MC04MFM1NC0xOC4yIDU0IDI2aDJjMC00My4xIDM0LjktNzggNzgtNzhzNzggMzQuOSA3OCA3OGgyeiIvPjwvc3ZnPg==");
|
|
29
|
+
animation: rotating 1.4s linear infinite;
|
|
30
|
+
}
|
|
31
|
+
.loader .loader-flag-fill,
|
|
32
|
+
.loader .loader-flag-outline {
|
|
33
|
+
width: 52px;
|
|
34
|
+
height: 52px;
|
|
35
|
+
}
|
|
36
|
+
/* Animations */
|
|
37
|
+
@keyframes loaderStroke {
|
|
38
|
+
30% {
|
|
39
|
+
stroke-dashoffset: 300;
|
|
40
|
+
opacity: 0;
|
|
41
|
+
}
|
|
42
|
+
40% {
|
|
43
|
+
stroke-dashoffset: 300;
|
|
44
|
+
opacity: 1;
|
|
45
|
+
}
|
|
46
|
+
70% {
|
|
47
|
+
stroke-dashoffset: 0;
|
|
48
|
+
opacity: 1;
|
|
49
|
+
}
|
|
50
|
+
100% {
|
|
51
|
+
stroke-dashoffset: 0;
|
|
52
|
+
opacity: 0;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
@keyframes loaderFill {
|
|
56
|
+
0% {
|
|
57
|
+
opacity: 1;
|
|
58
|
+
}
|
|
59
|
+
30% {
|
|
60
|
+
opacity: 0;
|
|
61
|
+
}
|
|
62
|
+
70% {
|
|
63
|
+
opacity: 0;
|
|
64
|
+
}
|
|
65
|
+
100% {
|
|
66
|
+
opacity: 1;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
@keyframes rotating {
|
|
70
|
+
from {
|
|
71
|
+
transform: rotate(0deg);
|
|
72
|
+
}
|
|
73
|
+
to {
|
|
74
|
+
transform: rotate(360deg);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
.media {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
}
|
|
5
|
+
.media-body {
|
|
6
|
+
flex: 1;
|
|
7
|
+
}
|
|
8
|
+
.media-body > *:last-child {
|
|
9
|
+
margin-bottom: 0;
|
|
10
|
+
}
|
|
11
|
+
.media-middle {
|
|
12
|
+
align-self: center;
|
|
13
|
+
}
|
|
14
|
+
.media-bottom {
|
|
15
|
+
align-self: flex-end;
|
|
16
|
+
}
|
|
17
|
+
/* Images/elements as the media anchor */
|
|
18
|
+
.media-object {
|
|
19
|
+
display: block;
|
|
20
|
+
}
|
|
21
|
+
/* Alignment */
|
|
22
|
+
.media-right {
|
|
23
|
+
padding-left: 16px;
|
|
24
|
+
padding-left: var(--size-16);
|
|
25
|
+
}
|
|
26
|
+
[dir="rtl"] .media-right {
|
|
27
|
+
padding-right: 16px;
|
|
28
|
+
padding-right: var(--size-16);
|
|
29
|
+
padding-left: 0;
|
|
30
|
+
padding-left: initial;
|
|
31
|
+
}
|
|
32
|
+
.media-left {
|
|
33
|
+
padding-right: 16px;
|
|
34
|
+
padding-right: var(--size-16);
|
|
35
|
+
}
|
|
36
|
+
[dir="rtl"] .media-left {
|
|
37
|
+
padding-left: 16px;
|
|
38
|
+
padding-left: var(--size-16);
|
|
39
|
+
padding-right: 0;
|
|
40
|
+
padding-right: initial;
|
|
41
|
+
}
|
|
42
|
+
@media (max-width: 320px) {
|
|
43
|
+
.media-right,
|
|
44
|
+
.media-left {
|
|
45
|
+
padding-left: 32px;
|
|
46
|
+
padding-left: var(--size-32);
|
|
47
|
+
}
|
|
48
|
+
[dir="rtl"] .media-right,
|
|
49
|
+
[dir="rtl"] .media-left {
|
|
50
|
+
padding-right: 32px;
|
|
51
|
+
padding-right: var(--size-32);
|
|
52
|
+
padding-left: 0;
|
|
53
|
+
padding-left: initial;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
/* Headings */
|
|
57
|
+
.media-heading {
|
|
58
|
+
margin-top: 0;
|
|
59
|
+
margin-bottom: 0;
|
|
60
|
+
}
|
|
61
|
+
/* Media list variation */
|
|
62
|
+
.media-list {
|
|
63
|
+
padding-left: 0;
|
|
64
|
+
list-style: none;
|
|
65
|
+
}
|
|
66
|
+
[dir="rtl"] .media-list {
|
|
67
|
+
padding-right: 0;
|
|
68
|
+
padding-left: 0;
|
|
69
|
+
padding-left: initial;
|
|
70
|
+
}
|
|
71
|
+
/* Fix text-ellipsis issue with text in dropdown */
|
|
72
|
+
.dropdown-menu .media-body {
|
|
73
|
+
overflow: hidden;
|
|
74
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
.modal-open {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
}
|
|
4
|
+
.modal {
|
|
5
|
+
display: none;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
position: fixed;
|
|
8
|
+
top: 0;
|
|
9
|
+
right: 0;
|
|
10
|
+
bottom: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
z-index: 1050;
|
|
13
|
+
-webkit-overflow-scrolling: touch;
|
|
14
|
+
outline: 0;
|
|
15
|
+
}
|
|
16
|
+
.modal.fade .modal-dialog {
|
|
17
|
+
transform: translate(0, -25%);
|
|
18
|
+
transition: transform 0.3s ease-out;
|
|
19
|
+
}
|
|
20
|
+
.modal.in .modal-dialog {
|
|
21
|
+
transform: translate(0, 0);
|
|
22
|
+
}
|
|
23
|
+
.modal-open .modal {
|
|
24
|
+
overflow-x: hidden;
|
|
25
|
+
overflow-y: auto;
|
|
26
|
+
}
|
|
27
|
+
.modal-dialog {
|
|
28
|
+
position: relative;
|
|
29
|
+
width: auto;
|
|
30
|
+
margin: 16px;
|
|
31
|
+
margin: var(--size-16);
|
|
32
|
+
}
|
|
33
|
+
.modal-content {
|
|
34
|
+
position: relative;
|
|
35
|
+
background-color: #ffffff;
|
|
36
|
+
background-color: var(--color-background-screen);
|
|
37
|
+
border: 1px solid rgba(134,167,189,0.10196);
|
|
38
|
+
border: 1px solid var(--color-background-neutral);
|
|
39
|
+
border-radius: 3px;
|
|
40
|
+
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
41
|
+
background-clip: padding-box;
|
|
42
|
+
outline: 0;
|
|
43
|
+
}
|
|
44
|
+
.np-theme-personal--forest-green .modal-content,
|
|
45
|
+
.np-theme-personal--bright-green .modal-content,
|
|
46
|
+
.np-theme-personal--dark .modal-content {
|
|
47
|
+
box-shadow: none;
|
|
48
|
+
}
|
|
49
|
+
.np-theme-personal .modal-content {
|
|
50
|
+
border-radius: 10px;
|
|
51
|
+
border-radius: var(--radius-small);
|
|
52
|
+
}
|
|
53
|
+
.modal-backdrop {
|
|
54
|
+
position: fixed;
|
|
55
|
+
top: 0;
|
|
56
|
+
right: 0;
|
|
57
|
+
bottom: 0;
|
|
58
|
+
left: 0;
|
|
59
|
+
z-index: 1040;
|
|
60
|
+
background-color: #37517e;
|
|
61
|
+
}
|
|
62
|
+
.modal-backdrop.fade {
|
|
63
|
+
opacity: 0;
|
|
64
|
+
}
|
|
65
|
+
.modal-backdrop.in {
|
|
66
|
+
opacity: 0.8;
|
|
67
|
+
}
|
|
68
|
+
.np-theme-personal .modal-backdrop {
|
|
69
|
+
background-color: rgba(14, 15, 12, 0.4);
|
|
70
|
+
}
|
|
71
|
+
.np-theme-personal--dark .modal-backdrop {
|
|
72
|
+
background-color: rgba(243, 245, 241, 0.25);
|
|
73
|
+
}
|
|
74
|
+
.np-theme-personal--forest-green .modal-backdrop,
|
|
75
|
+
.np-theme-personal--bright-green .modal-backdrop {
|
|
76
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
77
|
+
}
|
|
78
|
+
.modal-header {
|
|
79
|
+
padding: 24px;
|
|
80
|
+
border-bottom: 1px solid rgba(0,0,0,0.10196);
|
|
81
|
+
border-bottom: 1px solid var(--color-border-neutral);
|
|
82
|
+
min-height: calc(24px + 24px);
|
|
83
|
+
min-height: calc(24px + var(--size-24));
|
|
84
|
+
}
|
|
85
|
+
.modal-header .close {
|
|
86
|
+
margin-top: -2px;
|
|
87
|
+
}
|
|
88
|
+
.modal-title {
|
|
89
|
+
margin: 0;
|
|
90
|
+
line-height: 1.2;
|
|
91
|
+
line-height: var(--line-height-title);
|
|
92
|
+
}
|
|
93
|
+
.modal-body {
|
|
94
|
+
position: relative;
|
|
95
|
+
padding: 24px;
|
|
96
|
+
}
|
|
97
|
+
.modal-footer {
|
|
98
|
+
padding: 16px 24px;
|
|
99
|
+
padding: var(--size-16) 24px;
|
|
100
|
+
text-align: right;
|
|
101
|
+
border-top: 1px solid rgba(0,0,0,0.10196);
|
|
102
|
+
border-top: 1px solid var(--color-border-neutral);
|
|
103
|
+
}
|
|
104
|
+
[dir="rtl"] .modal-footer {
|
|
105
|
+
text-align: left;
|
|
106
|
+
}
|
|
107
|
+
.modal-footer .btn + .btn {
|
|
108
|
+
margin-left: 8px;
|
|
109
|
+
margin-left: var(--size-8);
|
|
110
|
+
margin-bottom: 0;
|
|
111
|
+
}
|
|
112
|
+
[dir="rtl"] .modal-footer .btn + .btn {
|
|
113
|
+
margin-right: 8px;
|
|
114
|
+
margin-right: var(--size-8);
|
|
115
|
+
margin-left: 0;
|
|
116
|
+
margin-left: initial;
|
|
117
|
+
}
|
|
118
|
+
.modal-footer .btn-group .btn + .btn {
|
|
119
|
+
margin-left: -1px;
|
|
120
|
+
}
|
|
121
|
+
[dir="rtl"] .modal-footer .btn-group .btn + .btn {
|
|
122
|
+
margin-right: -1px;
|
|
123
|
+
margin-left: 0;
|
|
124
|
+
margin-left: initial;
|
|
125
|
+
}
|
|
126
|
+
.modal-footer .btn-block + .btn-block {
|
|
127
|
+
margin-left: 0;
|
|
128
|
+
}
|
|
129
|
+
[dir="rtl"] .modal-footer .btn-block + .btn-block {
|
|
130
|
+
margin-right: 0;
|
|
131
|
+
margin-left: 0;
|
|
132
|
+
margin-left: initial;
|
|
133
|
+
}
|
|
134
|
+
.modal-scrollbar-measure {
|
|
135
|
+
position: absolute;
|
|
136
|
+
top: -9999px;
|
|
137
|
+
width: 50px;
|
|
138
|
+
height: 50px;
|
|
139
|
+
overflow: scroll;
|
|
140
|
+
}
|
|
141
|
+
@media (min-width: 576px) {
|
|
142
|
+
.modal-dialog {
|
|
143
|
+
width: 540px;
|
|
144
|
+
margin: 32px auto;
|
|
145
|
+
}
|
|
146
|
+
.modal-content {
|
|
147
|
+
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
148
|
+
}
|
|
149
|
+
.np-theme-personal--forest-green .modal-content,
|
|
150
|
+
.np-theme-personal--bright-green .modal-content,
|
|
151
|
+
.np-theme-personal--dark .modal-content {
|
|
152
|
+
box-shadow: none;
|
|
153
|
+
}
|
|
154
|
+
.modal-header {
|
|
155
|
+
padding: 28px 32px;
|
|
156
|
+
min-height: calc(28px + 24px);
|
|
157
|
+
min-height: calc(28px + var(--size-24));
|
|
158
|
+
}
|
|
159
|
+
.modal-body {
|
|
160
|
+
padding: 32px;
|
|
161
|
+
}
|
|
162
|
+
.modal-footer {
|
|
163
|
+
padding: 16px 32px;
|
|
164
|
+
padding: var(--size-16) 32px;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
@media (min-width: 576px) {
|
|
168
|
+
.modal-sm,
|
|
169
|
+
.modal-lg {
|
|
170
|
+
width: auto;
|
|
171
|
+
margin: 32px 24px;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
@media (min-width: 332px) {
|
|
175
|
+
.modal-sm {
|
|
176
|
+
width: 300px;
|
|
177
|
+
margin: 32px auto;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
@media (min-width: 768px) {
|
|
181
|
+
.modal-lg {
|
|
182
|
+
width: 720px;
|
|
183
|
+
margin: 32px auto;
|
|
184
|
+
}
|
|
185
|
+
}
|