@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.41
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/README.md +4 -4
- package/RELEASE-NOTES.md +18 -1
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/pfbg-icon.svg +1 -0
- package/assets/pficon/pficon.scss +7 -2
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_base.scss +0 -18
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/_fa-icons.scss +1 -2
- package/base/_fonts.scss +22 -27
- package/base/_globals.scss +92 -86
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +4 -4
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-globals.css +35 -41
- package/base/patternfly-icons.css +8 -22
- package/base/patternfly-pf-icons.css +6 -2
- package/base/patternfly-themes.css +0 -42
- package/base/patternfly-variables.css +3 -3
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +20 -50
- package/components/AboutModalBox/about-modal-box.scss +22 -14
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +17 -8
- package/components/Alert/alert.scss +21 -7
- package/components/Alert/themes/dark/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Avatar/avatar.scss +2 -2
- package/components/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/Banner/banner.css +14 -52
- package/components/Banner/banner.scss +9 -13
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +2 -2
- package/components/CalendarMonth/calendar-month.scss +3 -3
- package/components/Card/card.css +115 -50
- package/components/Card/card.scss +164 -63
- package/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +11 -5
- package/components/Content/content.scss +17 -9
- package/components/ContextSelector/context-selector.css +13 -6
- package/components/ContextSelector/context-selector.scss +14 -7
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +46 -40
- package/components/DataList/data-list.scss +37 -28
- package/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +15 -16
- package/components/Drawer/drawer.scss +2 -3
- package/components/Dropdown/dropdown.css +26 -25
- package/components/Dropdown/dropdown.scss +17 -18
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Form/form.css +14 -12
- package/components/Form/form.scss +9 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +3 -3
- package/components/Icon/icon.scss +3 -3
- package/components/InputGroup/input-group.css +61 -85
- package/components/InputGroup/input-group.scss +55 -61
- package/components/InputGroup/themes/dark/input-group.scss +11 -25
- package/components/Label/label.css +49 -36
- package/components/Label/label.scss +53 -38
- package/components/Label/themes/dark/label.scss +2 -2
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/LogViewer/log-viewer.css +0 -38
- package/components/Login/login.css +20 -60
- package/components/Login/login.scss +16 -18
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Masthead/masthead.css +4 -42
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +9 -6
- package/components/Menu/menu.scss +34 -31
- package/components/MenuToggle/menu-toggle.css +3 -1
- package/components/MenuToggle/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +12 -11
- package/components/ModalBox/modal-box.scss +14 -14
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +8 -8
- package/components/NotificationDrawer/notification-drawer.scss +8 -8
- package/components/OptionsMenu/options-menu.css +8 -10
- package/components/OptionsMenu/options-menu.scss +9 -11
- package/components/Page/page.css +101 -122
- package/components/Page/page.scss +49 -21
- package/components/Pagination/pagination.css +2 -110
- package/components/Pagination/pagination.scss +0 -6
- package/components/Popover/popover.css +31 -37
- package/components/Popover/popover.scss +32 -37
- package/components/Popover/themes/dark/popover.scss +3 -9
- package/components/Progress/progress.css +13 -10
- package/components/Progress/progress.scss +13 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +4 -2
- package/components/SearchInput/search-input.scss +4 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +69 -26
- package/components/Sidebar/sidebar.scss +84 -27
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -133
- package/components/Spinner/spinner.scss +4 -173
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-scrollable.css +31 -26
- package/components/Table/table-scrollable.scss +33 -28
- package/components/Table/table-tree-view.css +14 -4
- package/components/Table/table-tree-view.scss +15 -0
- package/components/Table/table.css +67 -65
- package/components/Table/table.scss +65 -62
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +6 -4
- package/components/TextInputGroup/text-input-group.scss +6 -5
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +78 -43
- package/components/Toolbar/toolbar.scss +50 -10
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +16 -39
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +29 -29
- package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
- package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +51 -55
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
- package/docs/components/Card/examples/Card.md +676 -116
- package/docs/components/Check/examples/Check.md +16 -19
- package/docs/components/Chip/examples/Chip.md +70 -52
- package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +87 -80
- package/docs/components/DataList/examples/DataList.md +239 -202
- package/docs/components/DatePicker/examples/DatePicker.md +139 -104
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +125 -100
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +150 -110
- package/docs/components/Form/examples/Form.md +152 -130
- package/docs/components/FormControl/examples/FormControl.md +21 -20
- package/docs/components/HelperText/examples/HelperText.md +24 -35
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +11 -12
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +229 -179
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +1427 -746
- package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +79 -74
- package/docs/components/Login/examples/Login.md +103 -181
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +93 -85
- package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
- package/docs/components/ModalBox/examples/ModalBox.md +113 -92
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
- package/docs/components/NumberInput/examples/NumberInput.md +311 -239
- package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +81 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +206 -149
- package/docs/components/Progress/examples/Progress.md +32 -61
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
- package/docs/components/Radio/examples/Radio.md +12 -11
- package/docs/components/SearchInput/examples/SearchInput.md +185 -148
- package/docs/components/Select/examples/Select.md +372 -318
- package/docs/components/Sidebar/examples/Sidebar.md +70 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +84 -62
- package/docs/components/Spinner/examples/Spinner.md +18 -67
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.css +4 -0
- package/docs/components/Table/examples/Table.md +5212 -5750
- package/docs/components/Tabs/examples/Tabs.md +155 -155
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
- package/docs/components/Tile/examples/Tile.md +16 -17
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +848 -726
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -5
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
- package/docs/demos/Alert/examples/Alert.md +118 -71
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -9
- package/docs/demos/Button/examples/Button.md +10 -5
- package/docs/demos/Card/examples/Card.md +246 -168
- package/docs/demos/CardView/examples/CardView.md +57 -30
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +61 -38
- package/docs/demos/DataList/examples/DataList.md +312 -255
- package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
- package/docs/demos/Drawer/examples/Drawer.md +24 -22
- package/docs/demos/Form/examples/BasicForms.md +220 -213
- package/docs/demos/HelperText/examples/HelperText.md +16 -14
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +302 -284
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
- package/docs/demos/Page/examples/Page.md +982 -51
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +3373 -1333
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
- package/docs/demos/Wizard/examples/Wizard.md +289 -266
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
- package/docs/utilities/Alignment/examples/Alignment.md +7 -7
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
- package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
- package/docs/utilities/Display/examples/Display.md +12 -12
- package/docs/utilities/Flex/examples/Flex.md +35 -35
- package/docs/utilities/Float/examples/Float.md +5 -5
- package/docs/utilities/Sizing/examples/Sizing.md +51 -51
- package/docs/utilities/Spacing/examples/Spacing.md +35 -35
- package/docs/utilities/Text/examples/Text.md +31 -31
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +7 -7
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +60 -66
- package/patternfly-addons.css +48 -48
- package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
- package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
- package/patternfly-base.css +63 -114
- package/{patternfly-no-reset.css → patternfly-no-globals.css} +1206 -2449
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +1234 -2483
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/placeholders.scss +0 -23
- package/sass-utilities/scss-variables.scss +5 -6
- package/sass-utilities/themes/dark/placeholders.scss +0 -22
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.css +48 -48
- package/utilities/Text/text.scss +6 -6
- package/utilities/Text/themes/dark/text.scss +2 -2
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
- package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
- package/assets/pficon/pficon.woff +0 -0
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
- package/sass-utilities/bs-variables.scss +0 -709
|
@@ -1,709 +0,0 @@
|
|
|
1
|
-
@import "./all";
|
|
2
|
-
|
|
3
|
-
// stylelint-disable
|
|
4
|
-
|
|
5
|
-
// Bootstrap overwrite
|
|
6
|
-
// Bootstrap overwrites from patternfly variables
|
|
7
|
-
|
|
8
|
-
// Colors
|
|
9
|
-
$white: $pf-color-white !default;
|
|
10
|
-
$gray-100: $pf-color-black-100 !default;
|
|
11
|
-
$gray-200: $pf-color-black-200 !default;
|
|
12
|
-
$gray-300: $pf-color-black-300 !default;
|
|
13
|
-
$gray-400: $pf-color-black-400 !default;
|
|
14
|
-
$gray-500: $pf-color-black-500 !default;
|
|
15
|
-
$gray-600: $pf-color-black-600 !default;
|
|
16
|
-
$gray-700: $pf-color-black-700 !default;
|
|
17
|
-
$gray-800: $pf-color-black-800 !default;
|
|
18
|
-
$gray-900: $pf-color-black-900 !default;
|
|
19
|
-
$black: $pf-color-black-1000 !default;
|
|
20
|
-
|
|
21
|
-
$blue: $pf-color-blue-400 !default;
|
|
22
|
-
$purple: $pf-color-purple-400 !default;
|
|
23
|
-
$red: $pf-color-red-100 !default;
|
|
24
|
-
$orange: $pf-color-orange-400 !default;
|
|
25
|
-
$yellow: $pf-color-gold-400 !default;
|
|
26
|
-
$green: $pf-color-green-400 !default;
|
|
27
|
-
$cyan: $pf-color-cyan-400 !default;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
// Options
|
|
31
|
-
//
|
|
32
|
-
// Quickly modify global styling by enabling or disabling optional features.
|
|
33
|
-
|
|
34
|
-
$enable-rounded: true !default;
|
|
35
|
-
$enable-shadows: true !default;
|
|
36
|
-
$enable-gradients: false !default;
|
|
37
|
-
$enable-hover-media-query: true !default;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
// Spacing
|
|
41
|
-
//
|
|
42
|
-
|
|
43
|
-
$spacer: $pf-global--spacer--xl !default;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
// Body
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
// Links
|
|
50
|
-
|
|
51
|
-
$link-color: $pf-global--link--Color !default;
|
|
52
|
-
|
|
53
|
-
// Paragraphs
|
|
54
|
-
//
|
|
55
|
-
// Style p element.
|
|
56
|
-
|
|
57
|
-
$paragraph-margin-bottom: $pf-global--spacer--xl !default;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
// Grid breakpoints
|
|
61
|
-
//
|
|
62
|
-
// Define the minimum dimensions at which your layout will change,
|
|
63
|
-
// adapting to different screen sizes, for use in media queries.
|
|
64
|
-
|
|
65
|
-
$grid-breakpoints: (
|
|
66
|
-
xs: $pf-global--breakpoint--xs,
|
|
67
|
-
sm: $pf-global--breakpoint--sm,
|
|
68
|
-
md: $pf-global--breakpoint--md,
|
|
69
|
-
lg: $pf-global--breakpoint--lg,
|
|
70
|
-
xl: $pf-global--breakpoint--xl,
|
|
71
|
-
2xl: $pf-global--breakpoint--2xl
|
|
72
|
-
) !default;
|
|
73
|
-
|
|
74
|
-
// Grid columns
|
|
75
|
-
//
|
|
76
|
-
// Set the number of columns and specify the width of the gutters.
|
|
77
|
-
|
|
78
|
-
$grid-gutter-width: $pf-global--spacer--xl !default;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
// Components
|
|
82
|
-
//
|
|
83
|
-
// Define common padding and border radius sizes and more.
|
|
84
|
-
|
|
85
|
-
$border-width: $pf-global--BorderWidth--md !default;
|
|
86
|
-
|
|
87
|
-
$border-radius: 0 !default;
|
|
88
|
-
$border-radius-lg: 0 !default;
|
|
89
|
-
$border-radius-sm: 0 !default;
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
$component-active-color: $pf-global--active-color--100 !default;
|
|
93
|
-
$component-active-bg: $pf-global--active-color--200 !default;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
// Fonts
|
|
97
|
-
//
|
|
98
|
-
// Font, line-height, and color for body text, headings, and more.
|
|
99
|
-
|
|
100
|
-
$font-family-sans-serif: $pf-global--FontFamily--sans-serif !default;
|
|
101
|
-
|
|
102
|
-
$font-family-monospace: $pf-global--FontFamily--monospace !default;
|
|
103
|
-
|
|
104
|
-
$font-size-base: $pf-global--FontSize--lg !default;
|
|
105
|
-
|
|
106
|
-
$font-weight-light: $pf-global--FontWeight--light !default;
|
|
107
|
-
$font-weight-normal: $pf-global--FontWeight--normal !default;
|
|
108
|
-
$font-weight-bold: $pf-global--FontWeight--bold !default;
|
|
109
|
-
|
|
110
|
-
$line-height-base: $pf-global--LineHeight--md !default;
|
|
111
|
-
|
|
112
|
-
$line-height-base: $pf-global--LineHeight--md !default;
|
|
113
|
-
|
|
114
|
-
$h1-font-size: $pf-global--FontSize--4xl !default;
|
|
115
|
-
$h2-font-size: $pf-global--FontSize--3xl !default;
|
|
116
|
-
$h3-font-size: $pf-global--FontSize--2xl !default;
|
|
117
|
-
$h4-font-size: $pf-global--FontSize--xl !default;
|
|
118
|
-
$h5-font-size: $pf-global--FontSize--lg !default;
|
|
119
|
-
$h6-font-size: $pf-global--FontSize--sm !default;
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
// Tables
|
|
123
|
-
//
|
|
124
|
-
// Customizes the `.table` component with basic values, each used across all table variations.
|
|
125
|
-
|
|
126
|
-
$table-cell-padding: $pf-global--spacer--lg !default;
|
|
127
|
-
$table-cell-padding-sm: $pf-global--spacer--sm !default;
|
|
128
|
-
|
|
129
|
-
// $table-bg: transparent !default;
|
|
130
|
-
// $table-accent-bg: rgba($black, .05) !default;
|
|
131
|
-
// $table-hover-bg: rgba($black, .075) !default;
|
|
132
|
-
// $table-active-bg: $table-hover-bg !default;
|
|
133
|
-
|
|
134
|
-
// $table-border-width: $border-width !default;
|
|
135
|
-
// $table-border-color: $gray-300 !default;
|
|
136
|
-
|
|
137
|
-
// $table-head-bg: $gray-200 !default;
|
|
138
|
-
// $table-head-color: $gray-700 !default;
|
|
139
|
-
|
|
140
|
-
// $table-dark-bg: $gray-900 !default;
|
|
141
|
-
// $table-dark-accent-bg: rgba($white, .05) !default;
|
|
142
|
-
// $table-dark-hover-bg: rgba($white, .075) !default;
|
|
143
|
-
// $table-dark-border-color: lighten($gray-900, 7.5%) !default;
|
|
144
|
-
// $table-dark-color: $body-bg !default;
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
// Buttons + forms
|
|
148
|
-
//
|
|
149
|
-
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
|
150
|
-
|
|
151
|
-
$input-btn-padding-y: $pf-global--spacer--sm !default;
|
|
152
|
-
$input-btn-padding-x: $pf-global--spacer--md !default;
|
|
153
|
-
|
|
154
|
-
// $input-btn-line-height: $line-height-base !default;
|
|
155
|
-
|
|
156
|
-
// $input-btn-focus-width: .2rem !default;
|
|
157
|
-
// $input-btn-focus-color: rgba(theme-color("primary"), .25) !default;
|
|
158
|
-
// $input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;
|
|
159
|
-
|
|
160
|
-
$input-btn-padding-y-sm: $pf-global--spacer--xs !default;
|
|
161
|
-
$input-btn-padding-x-sm: $pf-global--spacer--md !default;
|
|
162
|
-
|
|
163
|
-
// $input-btn-line-height-sm: $line-height-sm !default;
|
|
164
|
-
|
|
165
|
-
$input-btn-padding-y-lg: $pf-global--spacer--md !default;
|
|
166
|
-
$input-btn-padding-x-lg: $pf-global--spacer--xl !default;
|
|
167
|
-
|
|
168
|
-
// $input-btn-line-height-lg: $line-height-lg !default;
|
|
169
|
-
|
|
170
|
-
// $input-btn-border-width: $border-width !default;
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
// Buttons
|
|
174
|
-
//
|
|
175
|
-
// For each of Bootstrap's buttons, define text, background, and border color.
|
|
176
|
-
|
|
177
|
-
// $btn-padding-y: $input-btn-padding-y !default;
|
|
178
|
-
$btn-padding-x: $pf-global--spacer--3xl !default;
|
|
179
|
-
|
|
180
|
-
// $btn-line-height: $input-btn-line-height !default;
|
|
181
|
-
|
|
182
|
-
// $btn-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
183
|
-
// $btn-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
184
|
-
// $btn-line-height-sm: $input-btn-line-height-sm !default;
|
|
185
|
-
|
|
186
|
-
// $btn-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
187
|
-
// $btn-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
188
|
-
// $btn-line-height-lg: $input-btn-line-height-lg !default;
|
|
189
|
-
|
|
190
|
-
// $btn-border-width: $input-btn-border-width !default;
|
|
191
|
-
|
|
192
|
-
// $btn-font-weight: $font-weight-normal !default;
|
|
193
|
-
$btn-box-shadow: none !default;
|
|
194
|
-
|
|
195
|
-
// $btn-focus-width: $input-btn-focus-width !default;
|
|
196
|
-
// $btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
197
|
-
// $btn-disabled-opacity: .65 !default;
|
|
198
|
-
// $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
|
|
199
|
-
|
|
200
|
-
// $btn-link-disabled-color: $gray-600 !default;
|
|
201
|
-
|
|
202
|
-
$btn-block-spacing-y: $pf-global--spacer--md !default;
|
|
203
|
-
|
|
204
|
-
// Allows for customizing button radius independently from global border radius
|
|
205
|
-
$btn-border-radius: 10em !default;
|
|
206
|
-
$btn-border-radius-lg: $btn-border-radius !default;
|
|
207
|
-
$btn-border-radius-sm: $btn-border-radius !default;
|
|
208
|
-
|
|
209
|
-
// $btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
// Forms
|
|
213
|
-
|
|
214
|
-
// $input-padding-y: $input-btn-padding-y !default;
|
|
215
|
-
// $input-padding-x: $input-btn-padding-x !default;
|
|
216
|
-
// $input-line-height: $input-btn-line-height !default;
|
|
217
|
-
|
|
218
|
-
// $input-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
219
|
-
// $input-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
220
|
-
// $input-line-height-sm: $input-btn-line-height-sm !default;
|
|
221
|
-
|
|
222
|
-
// $input-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
223
|
-
// $input-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
224
|
-
// $input-line-height-lg: $input-btn-line-height-lg !default;
|
|
225
|
-
|
|
226
|
-
// $input-bg: $white !default;
|
|
227
|
-
$input-disabled-bg: $pf-global--disabled-color--200 !default;
|
|
228
|
-
|
|
229
|
-
// $input-color: $gray-700 !default;
|
|
230
|
-
// $input-border-color: $gray-400 !default;
|
|
231
|
-
// $input-border-width: $input-btn-border-width !default;
|
|
232
|
-
// $input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;
|
|
233
|
-
|
|
234
|
-
// $input-border-radius: $border-radius !default;
|
|
235
|
-
// $input-border-radius-lg: $border-radius-lg !default;
|
|
236
|
-
// $input-border-radius-sm: $border-radius-sm !default;
|
|
237
|
-
|
|
238
|
-
// $input-focus-bg: $input-bg !default;
|
|
239
|
-
// $input-focus-border-color: lighten(theme-color("primary"), 25%) !default;
|
|
240
|
-
// $input-focus-color: $input-color !default;
|
|
241
|
-
// $input-focus-width: $input-btn-focus-width !default;
|
|
242
|
-
// $input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
243
|
-
|
|
244
|
-
// $input-placeholder-color: $gray-600 !default;
|
|
245
|
-
|
|
246
|
-
// $input-height-border: $input-btn-border-width * 2 !default;
|
|
247
|
-
|
|
248
|
-
// $input-height-inner: ($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2) !default;
|
|
249
|
-
// $input-height: calc(#{$input-height-inner} + #{$input-height-border}) !default;
|
|
250
|
-
|
|
251
|
-
// $input-height-inner-sm: ($font-size-sm * $input-btn-line-height-sm) + ($input-btn-padding-y-sm * 2) !default;
|
|
252
|
-
// $input-height-sm: calc(#{$input-height-inner-sm} + #{$input-height-border}) !default;
|
|
253
|
-
|
|
254
|
-
// $input-height-inner-lg: ($font-size-lg * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;
|
|
255
|
-
// $input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height-border}) !default;
|
|
256
|
-
|
|
257
|
-
// $input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
258
|
-
|
|
259
|
-
$form-text-margin-top: $pf-global--spacer--sm !default;
|
|
260
|
-
|
|
261
|
-
// $form-check-input-gutter: 1.25rem !default;
|
|
262
|
-
// $form-check-input-margin-y: .3rem !default;
|
|
263
|
-
// $form-check-input-margin-x: .25rem !default;
|
|
264
|
-
//
|
|
265
|
-
// $form-check-inline-margin-x: .75rem !default;
|
|
266
|
-
// $form-check-inline-input-margin-x: .3125rem !default;
|
|
267
|
-
//
|
|
268
|
-
// $form-group-margin-bottom: 1rem !default;
|
|
269
|
-
|
|
270
|
-
// $input-group-addon-color: $input-color !default;
|
|
271
|
-
// $input-group-addon-bg: $gray-200 !default;
|
|
272
|
-
// $input-group-addon-border-color: $input-border-color !default;
|
|
273
|
-
|
|
274
|
-
// $custom-control-gutter: 1.5rem !default;
|
|
275
|
-
// $custom-control-spacer-x: 1rem !default;
|
|
276
|
-
//
|
|
277
|
-
// $custom-control-indicator-size: 1rem !default;
|
|
278
|
-
// $custom-control-indicator-bg: $gray-300 !default;
|
|
279
|
-
// $custom-control-indicator-bg-size: 50% 50% !default;
|
|
280
|
-
// $custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
|
|
281
|
-
//
|
|
282
|
-
// $custom-control-indicator-disabled-bg: $gray-200 !default;
|
|
283
|
-
// $custom-control-label-disabled-color: $gray-600 !default;
|
|
284
|
-
//
|
|
285
|
-
// $custom-control-indicator-checked-color: $white !default;
|
|
286
|
-
// $custom-control-indicator-checked-bg: theme-color("primary") !default;
|
|
287
|
-
// $custom-control-indicator-checked-box-shadow: none !default;
|
|
288
|
-
//
|
|
289
|
-
// $custom-control-indicator-focus-box-shadow: 0 0 0 1px $body-bg, $input-btn-focus-box-shadow !default;
|
|
290
|
-
//
|
|
291
|
-
// $custom-control-indicator-active-color: $white !default;
|
|
292
|
-
// $custom-control-indicator-active-bg: lighten(theme-color("primary"), 35%) !default;
|
|
293
|
-
// $custom-control-indicator-active-box-shadow: none !default;
|
|
294
|
-
//
|
|
295
|
-
// $custom-checkbox-indicator-border-radius: $border-radius !default;
|
|
296
|
-
// $custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
297
|
-
//
|
|
298
|
-
// $custom-checkbox-indicator-indeterminate-bg: theme-color("primary") !default;
|
|
299
|
-
// $custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
|
|
300
|
-
// $custom-checkbox-indicator-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
301
|
-
// $custom-checkbox-indicator-indeterminate-box-shadow: none !default;
|
|
302
|
-
//
|
|
303
|
-
// $custom-radio-indicator-border-radius: 50% !default;
|
|
304
|
-
// $custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
305
|
-
//
|
|
306
|
-
// $custom-select-padding-y: .375rem !default;
|
|
307
|
-
// $custom-select-padding-x: .75rem !default;
|
|
308
|
-
// $custom-select-height: $input-height !default;
|
|
309
|
-
// $custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
|
|
310
|
-
// $custom-select-line-height: $input-btn-line-height !default;
|
|
311
|
-
// $custom-select-color: $input-color !default;
|
|
312
|
-
// $custom-select-disabled-color: $gray-600 !default;
|
|
313
|
-
// $custom-select-bg: $white !default;
|
|
314
|
-
// $custom-select-disabled-bg: $gray-200 !default;
|
|
315
|
-
// $custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
|
|
316
|
-
// $custom-select-indicator-color: $gray-800 !default;
|
|
317
|
-
// $custom-select-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
318
|
-
// $custom-select-border-width: $input-btn-border-width !default;
|
|
319
|
-
// $custom-select-border-color: $input-border-color !default;
|
|
320
|
-
// $custom-select-border-radius: $border-radius !default;
|
|
321
|
-
//
|
|
322
|
-
// $custom-select-focus-border-color: $input-focus-border-color !default;
|
|
323
|
-
// $custom-select-focus-box-shadow: inset 0 1px 2px rgba($black, .075), $input-btn-focus-box-shadow !default;
|
|
324
|
-
//
|
|
325
|
-
// $custom-select-font-size-sm: 75% !default;
|
|
326
|
-
// $custom-select-height-sm: $input-height-sm !default;
|
|
327
|
-
//
|
|
328
|
-
// $custom-select-font-size-lg: 125% !default;
|
|
329
|
-
// $custom-select-height-lg: $input-height-lg !default;
|
|
330
|
-
//
|
|
331
|
-
// $custom-file-height: $input-height !default;
|
|
332
|
-
// $custom-file-focus-border-color: $input-focus-border-color !default;
|
|
333
|
-
// $custom-file-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
334
|
-
//
|
|
335
|
-
// $custom-file-padding-y: $input-btn-padding-y !default;
|
|
336
|
-
// $custom-file-padding-x: $input-btn-padding-x !default;
|
|
337
|
-
// $custom-file-line-height: $input-btn-line-height !default;
|
|
338
|
-
// $custom-file-color: $input-color !default;
|
|
339
|
-
// $custom-file-bg: $input-bg !default;
|
|
340
|
-
// $custom-file-border-width: $input-btn-border-width !default;
|
|
341
|
-
// $custom-file-border-color: $input-border-color !default;
|
|
342
|
-
// $custom-file-border-radius: $input-border-radius !default;
|
|
343
|
-
// $custom-file-box-shadow: $input-box-shadow !default;
|
|
344
|
-
// $custom-file-button-color: $custom-file-color !default;
|
|
345
|
-
// $custom-file-button-bg: $input-group-addon-bg !default;
|
|
346
|
-
// $custom-file-text: (
|
|
347
|
-
// en: "Browse"
|
|
348
|
-
// ) !default;
|
|
349
|
-
//
|
|
350
|
-
//
|
|
351
|
-
// // Form validation
|
|
352
|
-
// $form-feedback-margin-top: $form-text-margin-top !default;
|
|
353
|
-
// $form-feedback-font-size: $small-font-size !default;
|
|
354
|
-
// $form-feedback-valid-color: theme-color("success") !default;
|
|
355
|
-
// $form-feedback-invalid-color: theme-color("danger") !default;
|
|
356
|
-
//
|
|
357
|
-
//
|
|
358
|
-
// // Dropdowns
|
|
359
|
-
// //
|
|
360
|
-
// // Dropdown menu container and contents.
|
|
361
|
-
//
|
|
362
|
-
// $dropdown-min-width: 10rem !default;
|
|
363
|
-
// $dropdown-padding-y: .5rem !default;
|
|
364
|
-
// $dropdown-spacer: .125rem !default;
|
|
365
|
-
// $dropdown-bg: $white !default;
|
|
366
|
-
// $dropdown-border-color: rgba($black, .15) !default;
|
|
367
|
-
// $dropdown-border-radius: $border-radius !default;
|
|
368
|
-
// $dropdown-border-width: $border-width !default;
|
|
369
|
-
// $dropdown-divider-bg: $gray-200 !default;
|
|
370
|
-
// $dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;
|
|
371
|
-
//
|
|
372
|
-
// $dropdown-link-color: $gray-900 !default;
|
|
373
|
-
// $dropdown-link-hover-color: darken($gray-900, 5%) !default;
|
|
374
|
-
// $dropdown-link-hover-bg: $gray-100 !default;
|
|
375
|
-
//
|
|
376
|
-
// $dropdown-link-active-color: $component-active-color !default;
|
|
377
|
-
// $dropdown-link-active-bg: $component-active-bg !default;
|
|
378
|
-
//
|
|
379
|
-
// $dropdown-link-disabled-color: $gray-600 !default;
|
|
380
|
-
//
|
|
381
|
-
// $dropdown-item-padding-y: .25rem !default;
|
|
382
|
-
// $dropdown-item-padding-x: 1.5rem !default;
|
|
383
|
-
//
|
|
384
|
-
// $dropdown-header-color: $gray-600 !default;
|
|
385
|
-
//
|
|
386
|
-
//
|
|
387
|
-
// // Z-index master list
|
|
388
|
-
// //
|
|
389
|
-
// // Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
390
|
-
// // of components dependent on the z-axis and are designed to all work together.
|
|
391
|
-
//
|
|
392
|
-
// $zindex-dropdown: 1000 !default;
|
|
393
|
-
// $zindex-sticky: 1020 !default;
|
|
394
|
-
// $zindex-fixed: 1030 !default;
|
|
395
|
-
// $zindex-modal-backdrop: 1040 !default;
|
|
396
|
-
// $zindex-modal: 1050 !default;
|
|
397
|
-
// $zindex-popover: 1060 !default;
|
|
398
|
-
// $zindex-tooltip: 1070 !default;
|
|
399
|
-
//
|
|
400
|
-
// // Navs
|
|
401
|
-
//
|
|
402
|
-
// $nav-link-padding-y: .5rem !default;
|
|
403
|
-
// $nav-link-padding-x: 1rem !default;
|
|
404
|
-
// $nav-link-disabled-color: $gray-600 !default;
|
|
405
|
-
//
|
|
406
|
-
// $nav-tabs-border-color: $gray-300 !default;
|
|
407
|
-
// $nav-tabs-border-width: $border-width !default;
|
|
408
|
-
// $nav-tabs-border-radius: $border-radius !default;
|
|
409
|
-
// $nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
|
|
410
|
-
// $nav-tabs-link-active-color: $gray-700 !default;
|
|
411
|
-
// $nav-tabs-link-active-bg: $body-bg !default;
|
|
412
|
-
// $nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
|
|
413
|
-
//
|
|
414
|
-
$nav-pills-border-radius: 10em !default;
|
|
415
|
-
|
|
416
|
-
// $nav-pills-link-active-color: $component-active-color !default;
|
|
417
|
-
// $nav-pills-link-active-bg: $component-active-bg !default;
|
|
418
|
-
//
|
|
419
|
-
// // Navbar
|
|
420
|
-
//
|
|
421
|
-
// $navbar-padding-y: ($spacer / 2) !default;
|
|
422
|
-
// $navbar-padding-x: $spacer !default;
|
|
423
|
-
//
|
|
424
|
-
// $navbar-brand-font-size: $font-size-lg !default;
|
|
425
|
-
// // Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
|
|
426
|
-
// $nav-link-height: ($font-size-base * $line-height-base + $nav-link-padding-y * 2) !default;
|
|
427
|
-
// $navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
|
|
428
|
-
// $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
|
|
429
|
-
//
|
|
430
|
-
// $navbar-toggler-padding-y: .25rem !default;
|
|
431
|
-
// $navbar-toggler-padding-x: .75rem !default;
|
|
432
|
-
// $navbar-toggler-font-size: $font-size-lg !default;
|
|
433
|
-
// $navbar-toggler-border-radius: $btn-border-radius !default;
|
|
434
|
-
//
|
|
435
|
-
// $navbar-dark-color: rgba($white, .5) !default;
|
|
436
|
-
// $navbar-dark-hover-color: rgba($white, .75) !default;
|
|
437
|
-
// $navbar-dark-active-color: $white !default;
|
|
438
|
-
// $navbar-dark-disabled-color: rgba($white, .25) !default;
|
|
439
|
-
// $navbar-dark-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
440
|
-
// $navbar-dark-toggler-border-color: rgba($white, .1) !default;
|
|
441
|
-
//
|
|
442
|
-
// $navbar-light-color: rgba($black, .5) !default;
|
|
443
|
-
// $navbar-light-hover-color: rgba($black, .7) !default;
|
|
444
|
-
// $navbar-light-active-color: rgba($black, .9) !default;
|
|
445
|
-
// $navbar-light-disabled-color: rgba($black, .3) !default;
|
|
446
|
-
// $navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
447
|
-
// $navbar-light-toggler-border-color: rgba($black, .1) !default;
|
|
448
|
-
//
|
|
449
|
-
// // Pagination
|
|
450
|
-
//
|
|
451
|
-
$pagination-padding-y: $pf-global--spacer--md !default;
|
|
452
|
-
$pagination-padding-x: $pf-global--spacer--lg !default;
|
|
453
|
-
$pagination-padding-y-sm: $pf-global--spacer--sm !default;
|
|
454
|
-
$pagination-padding-x-sm: $pf-global--spacer--md !default;
|
|
455
|
-
$pagination-padding-y-lg: $pf-global--spacer--lg !default;
|
|
456
|
-
$pagination-padding-x-lg: $pf-global--spacer--2xl !default;
|
|
457
|
-
|
|
458
|
-
// $pagination-line-height: 1.25 !default;
|
|
459
|
-
//
|
|
460
|
-
// $pagination-color: $link-color !default;
|
|
461
|
-
// $pagination-bg: $white !default;
|
|
462
|
-
// $pagination-border-width: $border-width !default;
|
|
463
|
-
// $pagination-border-color: $gray-300 !default;
|
|
464
|
-
//
|
|
465
|
-
// $pagination-hover-color: $link-hover-color !default;
|
|
466
|
-
// $pagination-hover-bg: $gray-200 !default;
|
|
467
|
-
// $pagination-hover-border-color: $gray-300 !default;
|
|
468
|
-
//
|
|
469
|
-
// $pagination-active-color: $white !default;
|
|
470
|
-
// $pagination-active-bg: theme-color("primary") !default;
|
|
471
|
-
// $pagination-active-border-color: theme-color("primary") !default;
|
|
472
|
-
//
|
|
473
|
-
// $pagination-disabled-color: $gray-600 !default;
|
|
474
|
-
// $pagination-disabled-bg: $white !default;
|
|
475
|
-
// $pagination-disabled-border-color: $gray-300 !default;
|
|
476
|
-
//
|
|
477
|
-
//
|
|
478
|
-
// // Jumbotron
|
|
479
|
-
//
|
|
480
|
-
// $jumbotron-padding: 2rem !default;
|
|
481
|
-
// $jumbotron-bg: $gray-200 !default;
|
|
482
|
-
//
|
|
483
|
-
//
|
|
484
|
-
// // Cards
|
|
485
|
-
//
|
|
486
|
-
// $card-spacer-y: .75rem !default;
|
|
487
|
-
// $card-spacer-x: 1.25rem !default;
|
|
488
|
-
// $card-border-width: $border-width !default;
|
|
489
|
-
// $card-border-radius: $border-radius !default;
|
|
490
|
-
// $card-border-color: rgba($black, .125) !default;
|
|
491
|
-
// $card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
|
|
492
|
-
// $card-cap-bg: rgba($black, .03) !default;
|
|
493
|
-
// $card-bg: $white !default;
|
|
494
|
-
//
|
|
495
|
-
// $card-img-overlay-padding: 1.25rem !default;
|
|
496
|
-
//
|
|
497
|
-
// $card-group-margin: ($grid-gutter-width / 2) !default;
|
|
498
|
-
// $card-deck-margin: $card-group-margin !default;
|
|
499
|
-
//
|
|
500
|
-
// $card-columns-count: 3 !default;
|
|
501
|
-
// $card-columns-gap: 1.25rem !default;
|
|
502
|
-
// $card-columns-margin: $card-spacer-y !default;
|
|
503
|
-
//
|
|
504
|
-
//
|
|
505
|
-
// // Tooltips
|
|
506
|
-
//
|
|
507
|
-
// $tooltip-max-width: 200px !default;
|
|
508
|
-
// $tooltip-color: $white !default;
|
|
509
|
-
// $tooltip-bg: $black !default;
|
|
510
|
-
// $tooltip-opacity: .9 !default;
|
|
511
|
-
// $tooltip-padding-y: .25rem !default;
|
|
512
|
-
// $tooltip-padding-x: .5rem !default;
|
|
513
|
-
// $tooltip-margin: 0 !default;
|
|
514
|
-
//
|
|
515
|
-
// $tooltip-arrow-width: .8rem !default;
|
|
516
|
-
// $tooltip-arrow-height: .4rem !default;
|
|
517
|
-
// $tooltip-arrow-color: $tooltip-bg !default;
|
|
518
|
-
//
|
|
519
|
-
//
|
|
520
|
-
// // Popovers
|
|
521
|
-
//
|
|
522
|
-
// $popover-bg: $white !default;
|
|
523
|
-
// $popover-max-width: 276px !default;
|
|
524
|
-
// $popover-border-width: $border-width !default;
|
|
525
|
-
// $popover-border-color: rgba($black, .2) !default;
|
|
526
|
-
// $popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;
|
|
527
|
-
//
|
|
528
|
-
// $popover-header-bg: darken($popover-bg, 3%) !default;
|
|
529
|
-
// $popover-header-color: $headings-color !default;
|
|
530
|
-
// $popover-header-padding-y: .5rem !default;
|
|
531
|
-
// $popover-header-padding-x: .75rem !default;
|
|
532
|
-
//
|
|
533
|
-
// $popover-body-color: $body-color !default;
|
|
534
|
-
// $popover-body-padding-y: $popover-header-padding-y !default;
|
|
535
|
-
// $popover-body-padding-x: $popover-header-padding-x !default;
|
|
536
|
-
//
|
|
537
|
-
// $popover-arrow-width: 1rem !default;
|
|
538
|
-
// $popover-arrow-height: .5rem !default;
|
|
539
|
-
// $popover-arrow-color: $popover-bg !default;
|
|
540
|
-
//
|
|
541
|
-
// $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
|
|
542
|
-
//
|
|
543
|
-
//
|
|
544
|
-
// // Badges
|
|
545
|
-
//
|
|
546
|
-
// $badge-font-size: 75% !default;
|
|
547
|
-
// $badge-font-weight: $font-weight-bold !default;
|
|
548
|
-
// $badge-padding-y: .25em !default;
|
|
549
|
-
// $badge-padding-x: .4em !default;
|
|
550
|
-
// $badge-border-radius: $border-radius !default;
|
|
551
|
-
//
|
|
552
|
-
// $badge-pill-padding-x: .6em !default;
|
|
553
|
-
// // Use a higher than normal value to ensure completely rounded edges when
|
|
554
|
-
// // customizing padding or font-size on labels.
|
|
555
|
-
// $badge-pill-border-radius: 10rem !default;
|
|
556
|
-
//
|
|
557
|
-
//
|
|
558
|
-
// // Modals
|
|
559
|
-
//
|
|
560
|
-
// // Padding applied to the modal body
|
|
561
|
-
// $modal-inner-padding: 1rem !default;
|
|
562
|
-
//
|
|
563
|
-
// $modal-dialog-margin: .5rem !default;
|
|
564
|
-
// $modal-dialog-margin-y-sm-up: 1.75rem !default;
|
|
565
|
-
//
|
|
566
|
-
// $modal-title-line-height: $line-height-base !default;
|
|
567
|
-
//
|
|
568
|
-
// $modal-content-bg: $white !default;
|
|
569
|
-
// $modal-content-border-color: rgba($black, .2) !default;
|
|
570
|
-
// $modal-content-border-width: $border-width !default;
|
|
571
|
-
// $modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;
|
|
572
|
-
// $modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;
|
|
573
|
-
//
|
|
574
|
-
// $modal-backdrop-bg: $black !default;
|
|
575
|
-
// $modal-backdrop-opacity: .5 !default;
|
|
576
|
-
// $modal-header-border-color: $gray-200 !default;
|
|
577
|
-
// $modal-footer-border-color: $modal-header-border-color !default;
|
|
578
|
-
// $modal-header-border-width: $modal-content-border-width !default;
|
|
579
|
-
// $modal-footer-border-width: $modal-header-border-width !default;
|
|
580
|
-
// $modal-header-padding: 1rem !default;
|
|
581
|
-
//
|
|
582
|
-
// $modal-lg: 800px !default;
|
|
583
|
-
// $modal-md: 500px !default;
|
|
584
|
-
// $modal-sm: 300px !default;
|
|
585
|
-
//
|
|
586
|
-
// $modal-transition: transform .3s ease-out !default;
|
|
587
|
-
//
|
|
588
|
-
//
|
|
589
|
-
// // Alerts
|
|
590
|
-
// //
|
|
591
|
-
// // Define alert colors, border radius, and padding.
|
|
592
|
-
//
|
|
593
|
-
// $alert-padding-y: .75rem !default;
|
|
594
|
-
// $alert-padding-x: 1.25rem !default;
|
|
595
|
-
// $alert-margin-bottom: 1rem !default;
|
|
596
|
-
// $alert-border-radius: $border-radius !default;
|
|
597
|
-
// $alert-link-font-weight: $font-weight-bold !default;
|
|
598
|
-
// $alert-border-width: $border-width !default;
|
|
599
|
-
//
|
|
600
|
-
//
|
|
601
|
-
// // Progress bars
|
|
602
|
-
//
|
|
603
|
-
// $progress-height: 1rem !default;
|
|
604
|
-
// $progress-font-size: ($font-size-base * .75) !default;
|
|
605
|
-
// $progress-bg: $gray-200 !default;
|
|
606
|
-
// $progress-border-radius: $border-radius !default;
|
|
607
|
-
// $progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;
|
|
608
|
-
// $progress-bar-color: $white !default;
|
|
609
|
-
// $progress-bar-bg: theme-color("primary") !default;
|
|
610
|
-
// $progress-bar-animation-timing: 1s linear infinite !default;
|
|
611
|
-
// $progress-bar-transition: width .6s ease !default;
|
|
612
|
-
//
|
|
613
|
-
// // List group
|
|
614
|
-
//
|
|
615
|
-
// $list-group-bg: $white !default;
|
|
616
|
-
// $list-group-border-color: rgba($black, .125) !default;
|
|
617
|
-
// $list-group-border-width: $border-width !default;
|
|
618
|
-
// $list-group-border-radius: $border-radius !default;
|
|
619
|
-
//
|
|
620
|
-
// $list-group-item-padding-y: .75rem !default;
|
|
621
|
-
// $list-group-item-padding-x: 1.25rem !default;
|
|
622
|
-
//
|
|
623
|
-
// $list-group-hover-bg: $gray-100 !default;
|
|
624
|
-
// $list-group-active-color: $component-active-color !default;
|
|
625
|
-
// $list-group-active-bg: $component-active-bg !default;
|
|
626
|
-
// $list-group-active-border-color: $list-group-active-bg !default;
|
|
627
|
-
//
|
|
628
|
-
// $list-group-disabled-color: $gray-600 !default;
|
|
629
|
-
// $list-group-disabled-bg: $list-group-bg !default;
|
|
630
|
-
//
|
|
631
|
-
// $list-group-action-color: $gray-700 !default;
|
|
632
|
-
// $list-group-action-hover-color: $list-group-action-color !default;
|
|
633
|
-
//
|
|
634
|
-
// $list-group-action-active-color: $body-color !default;
|
|
635
|
-
// $list-group-action-active-bg: $gray-200 !default;
|
|
636
|
-
//
|
|
637
|
-
//
|
|
638
|
-
// // Image thumbnails
|
|
639
|
-
//
|
|
640
|
-
// $thumbnail-padding: .25rem !default;
|
|
641
|
-
// $thumbnail-bg: $body-bg !default;
|
|
642
|
-
// $thumbnail-border-width: $border-width !default;
|
|
643
|
-
// $thumbnail-border-color: $gray-300 !default;
|
|
644
|
-
// $thumbnail-border-radius: $border-radius !default;
|
|
645
|
-
// $thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;
|
|
646
|
-
//
|
|
647
|
-
//
|
|
648
|
-
// // Figures
|
|
649
|
-
//
|
|
650
|
-
// $figure-caption-font-size: 90% !default;
|
|
651
|
-
// $figure-caption-color: $gray-600 !default;
|
|
652
|
-
//
|
|
653
|
-
//
|
|
654
|
-
// // Breadcrumbs
|
|
655
|
-
//
|
|
656
|
-
// $breadcrumb-padding-y: .75rem !default;
|
|
657
|
-
// $breadcrumb-padding-x: 1rem !default;
|
|
658
|
-
// $breadcrumb-item-padding: .5rem !default;
|
|
659
|
-
//
|
|
660
|
-
// $breadcrumb-margin-bottom: 1rem !default;
|
|
661
|
-
//
|
|
662
|
-
// $breadcrumb-bg: $gray-200 !default;
|
|
663
|
-
// $breadcrumb-divider-color: $gray-600 !default;
|
|
664
|
-
// $breadcrumb-active-color: $gray-600 !default;
|
|
665
|
-
// $breadcrumb-divider: "/" !default;
|
|
666
|
-
//
|
|
667
|
-
//
|
|
668
|
-
// // Carousel
|
|
669
|
-
//
|
|
670
|
-
// $carousel-control-color: $white !default;
|
|
671
|
-
// $carousel-control-width: 15% !default;
|
|
672
|
-
// $carousel-control-opacity: .5 !default;
|
|
673
|
-
//
|
|
674
|
-
// $carousel-indicator-width: 30px !default;
|
|
675
|
-
// $carousel-indicator-height: 3px !default;
|
|
676
|
-
// $carousel-indicator-spacer: 3px !default;
|
|
677
|
-
// $carousel-indicator-active-bg: $white !default;
|
|
678
|
-
//
|
|
679
|
-
// $carousel-caption-width: 70% !default;
|
|
680
|
-
// $carousel-caption-color: $white !default;
|
|
681
|
-
//
|
|
682
|
-
// $carousel-control-icon-width: 20px !default;
|
|
683
|
-
//
|
|
684
|
-
// $carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
685
|
-
// $carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
686
|
-
//
|
|
687
|
-
// $carousel-transition: transform .6s ease !default;
|
|
688
|
-
//
|
|
689
|
-
//
|
|
690
|
-
// // Close
|
|
691
|
-
//
|
|
692
|
-
// $close-font-size: $font-size-base * 1.5 !default;
|
|
693
|
-
// $close-font-weight: $font-weight-bold !default;
|
|
694
|
-
// $close-color: $black !default;
|
|
695
|
-
// $close-text-shadow: 0 1px 0 $white !default;
|
|
696
|
-
//
|
|
697
|
-
// // Code
|
|
698
|
-
//
|
|
699
|
-
// $code-font-size: 87.5% !default;
|
|
700
|
-
// $code-color: $pink !default;
|
|
701
|
-
//
|
|
702
|
-
// $kbd-padding-y: .2rem !default;
|
|
703
|
-
// $kbd-padding-x: .4rem !default;
|
|
704
|
-
// $kbd-font-size: $code-font-size !default;
|
|
705
|
-
// $kbd-color: $white !default;
|
|
706
|
-
// $kbd-bg: $gray-900 !default;
|
|
707
|
-
//
|
|
708
|
-
// $pre-color: $gray-900 !default;
|
|
709
|
-
// $pre-scrollable-max-height: 340px !default;
|