@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/RELEASE-NOTES.md +18 -1
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/images/pfbg-icon.svg +1 -0
  4. package/assets/pficon/pficon.scss +7 -2
  5. package/assets/pficon/pficon.woff2 +0 -0
  6. package/base/_base.scss +0 -18
  7. package/base/_chart-globals.scss +0 -4
  8. package/base/_common.scss +0 -22
  9. package/base/_fa-icons.scss +1 -2
  10. package/base/_fonts.scss +22 -27
  11. package/base/_globals.scss +92 -86
  12. package/base/_icons.scss +1 -28
  13. package/base/_svg-icons.scss +6 -0
  14. package/base/_variables.scss +4 -4
  15. package/base/patternfly-common.css +0 -10
  16. package/base/patternfly-fa-icons.css +1 -1
  17. package/base/patternfly-fonts.css +17 -17
  18. package/base/patternfly-globals.css +35 -41
  19. package/base/patternfly-icons.css +8 -22
  20. package/base/patternfly-pf-icons.css +6 -2
  21. package/base/patternfly-themes.css +0 -42
  22. package/base/patternfly-variables.css +3 -3
  23. package/base/themes/dark/_globals.scss +1 -1
  24. package/base/themes/dark/_variables.scss +1 -1
  25. package/components/AboutModalBox/about-modal-box.css +20 -50
  26. package/components/AboutModalBox/about-modal-box.scss +22 -14
  27. package/components/Accordion/accordion.css +2 -0
  28. package/components/Accordion/accordion.scss +2 -0
  29. package/components/Alert/alert.css +17 -8
  30. package/components/Alert/alert.scss +21 -7
  31. package/components/Alert/themes/dark/alert.scss +1 -1
  32. package/components/AppLauncher/app-launcher.css +2 -0
  33. package/components/AppLauncher/app-launcher.scss +2 -0
  34. package/components/Avatar/avatar.scss +2 -2
  35. package/components/BackgroundImage/background-image.css +8 -35
  36. package/components/BackgroundImage/background-image.scss +17 -43
  37. package/components/Banner/banner.css +14 -52
  38. package/components/Banner/banner.scss +9 -13
  39. package/components/Breadcrumb/breadcrumb.css +2 -0
  40. package/components/Breadcrumb/breadcrumb.scss +2 -0
  41. package/components/CalendarMonth/calendar-month.css +2 -2
  42. package/components/CalendarMonth/calendar-month.scss +3 -3
  43. package/components/Card/card.css +115 -50
  44. package/components/Card/card.scss +164 -63
  45. package/components/Chip/chip.css +33 -24
  46. package/components/Chip/chip.scss +40 -31
  47. package/components/ChipGroup/chip-group.css +27 -17
  48. package/components/ChipGroup/chip-group.scss +36 -22
  49. package/components/Content/content.css +11 -5
  50. package/components/Content/content.scss +17 -9
  51. package/components/ContextSelector/context-selector.css +13 -6
  52. package/components/ContextSelector/context-selector.scss +14 -7
  53. package/components/DataList/data-list-grid.css +7 -7
  54. package/components/DataList/data-list-grid.scss +1 -1
  55. package/components/DataList/data-list.css +46 -40
  56. package/components/DataList/data-list.scss +37 -28
  57. package/components/DatePicker/date-picker.css +0 -8
  58. package/components/DatePicker/date-picker.scss +0 -9
  59. package/components/DescriptionList/description-list.css +7 -7
  60. package/components/DescriptionList/description-list.scss +7 -7
  61. package/components/Divider/divider.css +2 -2
  62. package/components/Divider/divider.scss +3 -3
  63. package/components/Drawer/drawer.css +15 -16
  64. package/components/Drawer/drawer.scss +2 -3
  65. package/components/Dropdown/dropdown.css +26 -25
  66. package/components/Dropdown/dropdown.scss +17 -18
  67. package/components/DualListSelector/dual-list-selector.css +1 -1
  68. package/components/DualListSelector/dual-list-selector.scss +1 -1
  69. package/components/EmptyState/empty-state.css +46 -52
  70. package/components/EmptyState/empty-state.scss +58 -57
  71. package/components/ExpandableSection/expandable-section.css +2 -0
  72. package/components/ExpandableSection/expandable-section.scss +2 -0
  73. package/components/Form/form.css +14 -12
  74. package/components/Form/form.scss +9 -7
  75. package/components/FormControl/form-control.css +2 -5
  76. package/components/FormControl/themes/dark/form-control.scss +2 -6
  77. package/components/HelperText/helper-text.css +4 -0
  78. package/components/HelperText/helper-text.scss +5 -0
  79. package/components/Hint/hint.css +2 -2
  80. package/components/Hint/hint.scss +2 -2
  81. package/components/Icon/icon.css +3 -3
  82. package/components/Icon/icon.scss +3 -3
  83. package/components/InputGroup/input-group.css +61 -85
  84. package/components/InputGroup/input-group.scss +55 -61
  85. package/components/InputGroup/themes/dark/input-group.scss +11 -25
  86. package/components/Label/label.css +49 -36
  87. package/components/Label/label.scss +53 -38
  88. package/components/Label/themes/dark/label.scss +2 -2
  89. package/components/LabelGroup/label-group.css +26 -22
  90. package/components/LabelGroup/label-group.scss +31 -26
  91. package/components/LogViewer/log-viewer.css +0 -38
  92. package/components/Login/login.css +20 -60
  93. package/components/Login/login.scss +16 -18
  94. package/components/Login/themes/dark/login.scss +4 -0
  95. package/components/Masthead/masthead.css +4 -42
  96. package/components/Masthead/masthead.scss +4 -4
  97. package/components/Menu/menu.css +9 -6
  98. package/components/Menu/menu.scss +34 -31
  99. package/components/MenuToggle/menu-toggle.css +3 -1
  100. package/components/MenuToggle/menu-toggle.scss +3 -1
  101. package/components/ModalBox/modal-box.css +12 -11
  102. package/components/ModalBox/modal-box.scss +14 -14
  103. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  104. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  105. package/components/Nav/nav.css +1 -1
  106. package/components/Nav/nav.scss +2 -2
  107. package/components/NotificationDrawer/notification-drawer.css +8 -8
  108. package/components/NotificationDrawer/notification-drawer.scss +8 -8
  109. package/components/OptionsMenu/options-menu.css +8 -10
  110. package/components/OptionsMenu/options-menu.scss +9 -11
  111. package/components/Page/page.css +101 -122
  112. package/components/Page/page.scss +49 -21
  113. package/components/Pagination/pagination.css +2 -110
  114. package/components/Pagination/pagination.scss +0 -6
  115. package/components/Popover/popover.css +31 -37
  116. package/components/Popover/popover.scss +32 -37
  117. package/components/Popover/themes/dark/popover.scss +3 -9
  118. package/components/Progress/progress.css +13 -10
  119. package/components/Progress/progress.scss +13 -10
  120. package/components/ProgressStepper/progress-stepper.css +5 -5
  121. package/components/ProgressStepper/progress-stepper.scss +5 -5
  122. package/components/SearchInput/search-input.css +4 -2
  123. package/components/SearchInput/search-input.scss +4 -2
  124. package/components/Select/select.css +1 -1
  125. package/components/Select/select.scss +1 -1
  126. package/components/Sidebar/sidebar.css +69 -26
  127. package/components/Sidebar/sidebar.scss +84 -27
  128. package/components/SimpleList/simple-list.css +1 -1
  129. package/components/SimpleList/simple-list.scss +2 -2
  130. package/components/Spinner/spinner.css +4 -4
  131. package/components/Spinner/spinner.scss +4 -4
  132. package/components/Table/table-grid.css +28 -28
  133. package/components/Table/table-scrollable.css +31 -26
  134. package/components/Table/table-scrollable.scss +33 -28
  135. package/components/Table/table-tree-view.css +14 -4
  136. package/components/Table/table-tree-view.scss +15 -0
  137. package/components/Table/table.css +67 -65
  138. package/components/Table/table.scss +65 -62
  139. package/components/Tabs/tabs.css +0 -4
  140. package/components/Tabs/tabs.scss +0 -7
  141. package/components/TextInputGroup/text-input-group.css +6 -4
  142. package/components/TextInputGroup/text-input-group.scss +6 -5
  143. package/components/Tile/tile.css +1 -1
  144. package/components/Tile/tile.scss +1 -1
  145. package/components/Timestamp/timestamp.css +3 -3
  146. package/components/Timestamp/timestamp.scss +3 -3
  147. package/components/Toolbar/toolbar.css +78 -43
  148. package/components/Toolbar/toolbar.scss +50 -10
  149. package/components/Tooltip/themes/dark/tooltip.scss +1 -11
  150. package/components/Tooltip/tooltip.css +7 -12
  151. package/components/Tooltip/tooltip.scss +6 -3
  152. package/components/TreeView/tree-view.css +7 -15
  153. package/components/TreeView/tree-view.scss +7 -18
  154. package/components/Wizard/wizard.css +16 -39
  155. package/components/Wizard/wizard.scss +20 -2
  156. package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
  157. package/docs/components/Accordion/examples/Accordion.md +12 -12
  158. package/docs/components/ActionList/examples/ActionList.md +6 -6
  159. package/docs/components/Alert/examples/Alert.md +29 -29
  160. package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
  161. package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
  162. package/docs/components/Avatar/examples/Avatar.md +11 -11
  163. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  164. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  165. package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
  166. package/docs/components/Badge/examples/Badge.md +5 -5
  167. package/docs/components/Banner/examples/Banner.md +8 -8
  168. package/docs/components/Brand/examples/Brand.md +9 -9
  169. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  170. package/docs/components/Button/examples/Button.md +35 -35
  171. package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
  172. package/docs/components/Card/examples/Card.md +676 -116
  173. package/docs/components/Check/examples/Check.md +16 -19
  174. package/docs/components/Chip/examples/Chip.md +70 -52
  175. package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
  176. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  177. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  178. package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
  179. package/docs/components/Content/examples/Content.md +37 -9
  180. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  181. package/docs/components/ContextSelector/examples/context-selector.md +87 -80
  182. package/docs/components/DataList/examples/DataList.md +239 -202
  183. package/docs/components/DatePicker/examples/DatePicker.md +139 -104
  184. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  185. package/docs/components/Divider/examples/Divider.md +10 -10
  186. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  187. package/docs/components/Drawer/examples/Drawer.md +43 -43
  188. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  189. package/docs/components/Dropdown/examples/Dropdown.md +125 -100
  190. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  191. package/docs/components/EmptyState/examples/EmptyState.md +130 -82
  192. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  193. package/docs/components/FileUpload/examples/FileUpload.md +146 -105
  194. package/docs/components/Form/examples/Form.md +152 -130
  195. package/docs/components/FormControl/examples/FormControl.md +21 -20
  196. package/docs/components/HelperText/examples/HelperText.md +24 -35
  197. package/docs/components/Hint/examples/Hint.md +7 -7
  198. package/docs/components/Icon/examples/Icon.md +11 -12
  199. package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
  200. package/docs/components/InputGroup/examples/InputGroup.md +229 -179
  201. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  202. package/docs/components/Label/examples/Label.md +1427 -746
  203. package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
  204. package/docs/components/List/examples/List.md +18 -18
  205. package/docs/components/LogViewer/examples/LogViewer.md +79 -74
  206. package/docs/components/Login/examples/Login.md +103 -181
  207. package/docs/components/Masthead/examples/masthead.md +9 -9
  208. package/docs/components/Menu/examples/Menu.md +83 -80
  209. package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
  210. package/docs/components/ModalBox/examples/ModalBox.md +113 -92
  211. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
  212. package/docs/components/Nav/examples/Navigation.md +69 -69
  213. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  214. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
  215. package/docs/components/NumberInput/examples/NumberInput.md +311 -239
  216. package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
  217. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  218. package/docs/components/Page/examples/Page.css +7 -1
  219. package/docs/components/Page/examples/Page.md +81 -54
  220. package/docs/components/Pagination/examples/Pagination.md +27 -27
  221. package/docs/components/Panel/examples/Panel.md +10 -10
  222. package/docs/components/Popover/examples/Popover.md +206 -149
  223. package/docs/components/Progress/examples/Progress.md +32 -61
  224. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
  225. package/docs/components/Radio/examples/Radio.md +12 -11
  226. package/docs/components/SearchInput/examples/SearchInput.md +185 -148
  227. package/docs/components/Select/examples/Select.md +368 -313
  228. package/docs/components/Sidebar/examples/Sidebar.md +70 -14
  229. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  230. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  231. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  232. package/docs/components/Slider/examples/Slider.md +84 -62
  233. package/docs/components/Spinner/examples/Spinner.md +24 -24
  234. package/docs/components/Switch/examples/Switch.md +19 -19
  235. package/docs/components/TabContent/examples/TabContent.md +13 -13
  236. package/docs/components/Table/examples/Table.css +4 -0
  237. package/docs/components/Table/examples/Table.md +5212 -5750
  238. package/docs/components/Tabs/examples/Tabs.md +155 -155
  239. package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
  240. package/docs/components/Tile/examples/Tile.md +16 -17
  241. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  242. package/docs/components/Title/examples/Title.md +17 -17
  243. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  244. package/docs/components/Toolbar/examples/Toolbar.md +848 -726
  245. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  246. package/docs/components/TreeView/examples/TreeView.md +34 -34
  247. package/docs/components/Truncate/examples/Truncate.md +4 -5
  248. package/docs/components/Wizard/examples/Wizard.md +119 -127
  249. package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
  250. package/docs/demos/Alert/examples/Alert.md +118 -71
  251. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  252. package/docs/demos/Banner/examples/Banner.md +8 -9
  253. package/docs/demos/Card/examples/Card.md +216 -153
  254. package/docs/demos/CardView/examples/CardView.md +57 -30
  255. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  256. package/docs/demos/Dashboard/examples/Dashboard.md +51 -33
  257. package/docs/demos/DataList/examples/DataList.md +312 -255
  258. package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
  259. package/docs/demos/Drawer/examples/Drawer.md +24 -22
  260. package/docs/demos/Form/examples/BasicForms.md +220 -213
  261. package/docs/demos/HelperText/examples/HelperText.md +16 -14
  262. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  263. package/docs/demos/Masthead/examples/Masthead.md +302 -284
  264. package/docs/demos/Modal/examples/Modal.md +54 -66
  265. package/docs/demos/Nav/examples/Nav.md +47 -47
  266. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
  267. package/docs/demos/Page/examples/Page.md +982 -51
  268. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
  269. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
  270. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
  271. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  272. package/docs/demos/Table/examples/Table.md +3323 -1288
  273. package/docs/demos/Tabs/examples/Tabs.md +141 -90
  274. package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
  275. package/docs/demos/Wizard/examples/Wizard.md +289 -266
  276. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  277. package/docs/layouts/Flex/examples/Flex.md +98 -98
  278. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  279. package/docs/layouts/Grid/examples/Grid.md +9 -9
  280. package/docs/layouts/Level/examples/Level.md +5 -5
  281. package/docs/layouts/Split/examples/Split.md +7 -7
  282. package/docs/layouts/Stack/examples/Stack.md +6 -6
  283. package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
  284. package/docs/utilities/Alignment/examples/Alignment.md +7 -7
  285. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
  286. package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
  287. package/docs/utilities/Display/examples/Display.md +12 -12
  288. package/docs/utilities/Flex/examples/Flex.md +35 -35
  289. package/docs/utilities/Float/examples/Float.md +5 -5
  290. package/docs/utilities/Sizing/examples/Sizing.md +51 -51
  291. package/docs/utilities/Spacing/examples/Spacing.md +35 -35
  292. package/docs/utilities/Text/examples/Text.md +31 -31
  293. package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
  294. package/layouts/Gallery/gallery.css +1 -1
  295. package/layouts/Gallery/gallery.scss +1 -1
  296. package/layouts/Grid/grid.css +7 -7
  297. package/layouts/Grid/grid.scss +2 -2
  298. package/package.json +59 -65
  299. package/patternfly-addons.css +48 -48
  300. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
  301. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  302. package/patternfly-base.css +63 -114
  303. package/{patternfly-no-reset.css → patternfly-no-globals.css} +1179 -2293
  304. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  305. package/patternfly.css +1207 -2327
  306. package/patternfly.min.css +1 -1
  307. package/patternfly.min.css.map +1 -1
  308. package/sass-utilities/functions.scss +8 -24
  309. package/sass-utilities/mixins.scss +15 -39
  310. package/sass-utilities/placeholders.scss +0 -23
  311. package/sass-utilities/scss-variables.scss +5 -6
  312. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  313. package/sass-utilities/themes/dark/scss-variables.scss +1 -1
  314. package/utilities/Spacing/spacing.scss +2 -2
  315. package/utilities/Text/text.css +48 -48
  316. package/utilities/Text/text.scss +6 -6
  317. package/utilities/Text/themes/dark/text.scss +2 -2
  318. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  319. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  320. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  321. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  322. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  323. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  324. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  325. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  326. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  327. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  328. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  329. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  330. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  331. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  332. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  333. package/assets/pficon/pficon.woff +0 -0
  334. package/base/_shield-inheritable.scss +0 -69
  335. package/base/_shield-noninheritable.scss +0 -13
  336. package/base/patternfly-shield-inheritable.css +0 -66
  337. package/base/patternfly-shield-inheritable.scss +0 -4
  338. package/base/patternfly-shield-noninheritable.css +0 -9
  339. package/base/patternfly-shield-noninheritable.scss +0 -4
  340. package/sass-utilities/bs-variables.scss +0 -709
@@ -43,19 +43,13 @@
43
43
  @if length($map-items) == 0 {
44
44
  $map: ("base": null);
45
45
  $map: map-merge($map, $pf-global--breakpoint-name-map);
46
- }
47
-
48
- @else {
46
+ } @else {
49
47
  @each $breakpoint in $map-items {
50
48
  @if not map-has-key($pf-global--breakpoint-name-map, $breakpoint) and $breakpoint != "base" {
51
49
  $map: map-merge($map, ("invalid breakpoint #{$breakpoint}": null));
52
- }
53
-
54
- @else if $breakpoint == "base" {
50
+ } @else if $breakpoint == "base" {
55
51
  $map: map-merge($map, ($breakpoint: null));
56
- }
57
-
58
- @else {
52
+ } @else {
59
53
  $map: map-merge($map, ($breakpoint: map-get($pf-global--breakpoint-name-map, #{$breakpoint})));
60
54
  }
61
55
  }
@@ -72,19 +66,13 @@
72
66
  @if length($map-items) == 0 {
73
67
  $map: ("base": null);
74
68
  $map: map-merge($map, $pf-global--height-breakpoint-name-map);
75
- }
76
-
77
- @else {
69
+ } @else {
78
70
  @each $breakpoint in $map-items {
79
71
  @if not map-has-key($pf-global--height-breakpoint-name-map, $breakpoint) and $breakpoint != "base" {
80
72
  $map: map-merge($map, ("invalid breakpoint #{$breakpoint}": null));
81
- }
82
-
83
- @else if $breakpoint == "base" {
73
+ } @else if $breakpoint == "base" {
84
74
  $map: map-merge($map, ($breakpoint: null));
85
- }
86
-
87
- @else {
75
+ } @else {
88
76
  $map: map-merge($map, ($breakpoint: map-get($pf-global--height-breakpoint-name-map, #{$breakpoint})));
89
77
  }
90
78
  }
@@ -107,13 +95,9 @@
107
95
  @each $spacer in $map-items {
108
96
  @if not map-has-key($pf-global--spacer-map, $spacer) and $spacer != "none" {
109
97
  $map: map-merge($map, ("invalid spacer #{$spacer}": null));
110
- }
111
-
112
- @else if $spacer == "none" {
98
+ } @else if $spacer == "none" {
113
99
  $map: map-merge($map, ($spacer: 0));
114
- }
115
-
116
- @else {
100
+ } @else {
117
101
  $map: map-merge($map, ($spacer: map-get($pf-global--spacer-map, #{$spacer})));
118
102
  }
119
103
  }
@@ -2,33 +2,23 @@
2
2
  @mixin pf-media-query($point) {
3
3
  @if $point == "" or not $point or $point == "base" {
4
4
  @content;
5
- }
6
-
7
- @else if $point == "sm" {
5
+ } @else if $point == "sm" {
8
6
  @media screen and (min-width: $pf-global--breakpoint--sm) {
9
7
  @content;
10
8
  }
11
- }
12
-
13
- @else if $point == "md" {
9
+ } @else if $point == "md" {
14
10
  @media screen and (min-width: $pf-global--breakpoint--md) {
15
11
  @content;
16
12
  }
17
- }
18
-
19
- @else if $point == "lg" {
13
+ } @else if $point == "lg" {
20
14
  @media screen and (min-width: $pf-global--breakpoint--lg) {
21
15
  @content;
22
16
  }
23
- }
24
-
25
- @else if $point == "xl" {
17
+ } @else if $point == "xl" {
26
18
  @media screen and (min-width: $pf-global--breakpoint--xl) {
27
19
  @content;
28
20
  }
29
- }
30
-
31
- @else if $point == "2xl" {
21
+ } @else if $point == "2xl" {
32
22
  @media screen and (min-width: $pf-global--breakpoint--2xl) {
33
23
  @content;
34
24
  }
@@ -39,33 +29,23 @@
39
29
  @mixin pf-height-media-query($point) {
40
30
  @if $point == "" or not $point or $point == "base" {
41
31
  @content;
42
- }
43
-
44
- @else if $point == "sm" {
32
+ } @else if $point == "sm" {
45
33
  @media screen and (min-height: $pf-global--height-breakpoint--sm) {
46
34
  @content;
47
35
  }
48
- }
49
-
50
- @else if $point == "md" {
36
+ } @else if $point == "md" {
51
37
  @media screen and (min-height: $pf-global--height-breakpoint--md) {
52
38
  @content;
53
39
  }
54
- }
55
-
56
- @else if $point == "lg" {
40
+ } @else if $point == "lg" {
57
41
  @media screen and (min-height: $pf-global--height-breakpoint--lg) {
58
42
  @content;
59
43
  }
60
- }
61
-
62
- @else if $point == "xl" {
44
+ } @else if $point == "xl" {
63
45
  @media screen and (min-height: $pf-global--height-breakpoint--xl) {
64
46
  @content;
65
47
  }
66
- }
67
-
68
- @else if $point == "2xl" {
48
+ } @else if $point == "2xl" {
69
49
  @media screen and (min-height: $pf-global--height-breakpoint--2xl) {
70
50
  @content;
71
51
  }
@@ -75,7 +55,7 @@
75
55
  // Create single prop / value classes, optionally add responsive suffix
76
56
  // @group mixins
77
57
  // @moduleType mixin
78
- // @parameter: {Suffix} xs, sm, md, lg, xl, base or null
58
+ // @parameter: [Suffix] xs, sm, md, lg, xl, base or null
79
59
  // @usage: @include pf-utility-builder(class-name, base sm md lg xl);
80
60
  // ===============================================================================================
81
61
 
@@ -232,11 +212,9 @@
232
212
 
233
213
  // Apply media query if value is passed
234
214
  @mixin pf-apply-breakpoint($breakpoint) {
235
- @if ($breakpoint == "null" or $breakpoint == "base" or $breakpoint == "") {
215
+ @if $breakpoint == "null" or $breakpoint == "base" or $breakpoint == "" {
236
216
  @content;
237
- }
238
-
239
- @else {
217
+ } @else {
240
218
  $breakpoint: pf-breakpoint-value($breakpoint);
241
219
 
242
220
  @media (min-width: $breakpoint) {
@@ -247,11 +225,9 @@
247
225
 
248
226
  // Apply height media query if value is passed
249
227
  @mixin pf-apply-height-breakpoint($breakpoint) {
250
- @if ($breakpoint == "null" or $breakpoint == "base" or $breakpoint == "") {
228
+ @if $breakpoint == "null" or $breakpoint == "base" or $breakpoint == "" {
251
229
  @content;
252
- }
253
-
254
- @else {
230
+ } @else {
255
231
  $breakpoint: pf-height-breakpoint-value($breakpoint);
256
232
 
257
233
  @media (min-height: $breakpoint) {
@@ -16,29 +16,6 @@
16
16
  --pf-global--link--Color: var(--pf-global--link--Color--light);
17
17
  --pf-global--link--Color--hover: var(--pf-global--link--Color--light);
18
18
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
19
-
20
- .pf-c-card {
21
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
22
- }
23
-
24
- .pf-c-button {
25
- --pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
26
- --pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
27
- --pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
28
- --pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
29
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
30
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
31
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
32
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
33
- --pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
34
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
35
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
36
- --pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
37
- --pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
38
- --pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
39
- --pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
40
- --pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
41
- }
42
19
  }
43
20
 
44
21
  // stylelint-disable
@@ -8,11 +8,9 @@
8
8
 
9
9
  // Quickly modify global styling by enabling or disabling optional features.
10
10
  $pf-global--enable-reset: true !default;
11
+ $pf-global--enable-normalize: true !default;
11
12
  $pf-global--enable-fontawesome-cdn: false !default;
12
13
  $pf-global--disable-fontawesome: false !default;
13
- $pf-global--load-pf-3: false !default;
14
- $pf-global--enable-shield: false !default;
15
- $pf-global--unset-root-font-size: true !default;
16
14
 
17
15
  // Patternfly uses the default root size of the browser, it assumes a 16px base
18
16
  // since most browser root size is 16. This variables is just to make the
@@ -72,9 +70,9 @@ $pf-global--disabled-color--300: $pf-color-black-200 !default;
72
70
  $pf-global--primary-color--100: $pf-color-blue-400 !default;
73
71
  $pf-global--primary-color--200: $pf-color-blue-500 !default;
74
72
  $pf-global--secondary-color--100: $pf-color-black-600 !default;
75
- $pf-global--default-color--100: $pf-color-cyan-200 !default;
76
- $pf-global--default-color--200: $pf-color-cyan-300 !default;
77
- $pf-global--default-color--300: $pf-color-cyan-500 !default;
73
+ $pf-global--custom-color--100: $pf-color-cyan-200 !default;
74
+ $pf-global--custom-color--200: $pf-color-cyan-300 !default;
75
+ $pf-global--custom-color--300: $pf-color-cyan-500 !default;
78
76
  $pf-global--success-color--100: $pf-color-green-500 !default;
79
77
  $pf-global--success-color--200: $pf-color-green-600 !default;
80
78
  $pf-global--info-color--100: $pf-color-blue-300 !default;
@@ -125,6 +123,7 @@ $pf-global--BoxShadow--inset: inset 0 0 pf-size-prem(10) 0 rgba($pf-color-black-
125
123
  $pf-global--font-path: "./assets/fonts" !default;
126
124
 
127
125
  // Iconpath
126
+ // stylelint-disable-next-line scss/dollar-variable-pattern
128
127
  $fa-font-path: "./assets/fonts/webfonts" !default;
129
128
 
130
129
  // FontIcon path
@@ -7,26 +7,4 @@
7
7
  --pf-global--link--Color: #{$pf-global--link--Color};
8
8
  --pf-global--link--Color--hover: #{$pf-global--link--Color--hover};
9
9
  --pf-global--BackgroundColor--100: #{$pf-global--BackgroundColor--100};
10
-
11
- .pf-c-card {
12
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
13
- }
14
-
15
- .pf-c-button {
16
- // primary button
17
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
18
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
19
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
20
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
21
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
22
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
23
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
24
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
25
-
26
- // secondary button
27
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
28
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
29
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
30
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
31
- }
32
10
  }
@@ -25,7 +25,7 @@ $pf-global--link--Color--hover: $pf-color-blue-200;
25
25
  $pf-global--link--Color--visited: $pf-color-purple-300;
26
26
  $pf-global--disabled-color--100: $pf-color-black-400; // disabled text on regular background color
27
27
  $pf-global--disabled-color--200: $pf-color-black-500; // disabled background color
28
- $pf-global--disabled-color--300: $pf-color-black-200; // disabled text on disabled background color
28
+ $pf-global--disabled-color--300: $pf-color-black-200; // disabled text on disabled background color - except form elements
29
29
 
30
30
  // icons
31
31
  $pf-global--icon--Color--light: $pf-color-black-300;
@@ -1,7 +1,7 @@
1
1
  // stylelint-disable
2
2
 
3
3
  // Build spacing values
4
- @mixin pf-spacer-builder() {
4
+ @mixin pf-spacer-builder {
5
5
 
6
6
  // Loop through breakpoints
7
7
  @each $breakpoint, $breakpoint-value in $pf-global--breakpoint-map {
@@ -54,4 +54,4 @@
54
54
  // stylelint-enable
55
55
 
56
56
  // Build spacing values
57
- @include pf-spacer-builder();
57
+ @include pf-spacer-builder;
@@ -315,16 +315,16 @@
315
315
  color: var(--pf-global--link--Color--visited) !important;
316
316
  }
317
317
 
318
- .pf-u-default-color-100 {
319
- color: var(--pf-global--default-color--100) !important;
318
+ .pf-u-custom-color-100 {
319
+ color: var(--pf-global--custom-color--100) !important;
320
320
  }
321
321
 
322
- .pf-u-default-color-200 {
323
- color: var(--pf-global--default-color--200) !important;
322
+ .pf-u-custom-color-200 {
323
+ color: var(--pf-global--custom-color--200) !important;
324
324
  }
325
325
 
326
- .pf-u-default-color-300 {
327
- color: var(--pf-global--default-color--300) !important;
326
+ .pf-u-custom-color-300 {
327
+ color: var(--pf-global--custom-color--300) !important;
328
328
  }
329
329
 
330
330
  .pf-u-success-color-100 {
@@ -428,14 +428,14 @@
428
428
  .pf-u-link-color-visited-on-sm {
429
429
  color: var(--pf-global--link--Color--visited) !important;
430
430
  }
431
- .pf-u-default-color-100-on-sm {
432
- color: var(--pf-global--default-color--100) !important;
431
+ .pf-u-custom-color-100-on-sm {
432
+ color: var(--pf-global--custom-color--100) !important;
433
433
  }
434
- .pf-u-default-color-200-on-sm {
435
- color: var(--pf-global--default-color--200) !important;
434
+ .pf-u-custom-color-200-on-sm {
435
+ color: var(--pf-global--custom-color--200) !important;
436
436
  }
437
- .pf-u-default-color-300-on-sm {
438
- color: var(--pf-global--default-color--300) !important;
437
+ .pf-u-custom-color-300-on-sm {
438
+ color: var(--pf-global--custom-color--300) !important;
439
439
  }
440
440
  .pf-u-success-color-100-on-sm {
441
441
  color: var(--pf-global--success-color--100) !important;
@@ -526,14 +526,14 @@
526
526
  .pf-u-link-color-visited-on-md {
527
527
  color: var(--pf-global--link--Color--visited) !important;
528
528
  }
529
- .pf-u-default-color-100-on-md {
530
- color: var(--pf-global--default-color--100) !important;
529
+ .pf-u-custom-color-100-on-md {
530
+ color: var(--pf-global--custom-color--100) !important;
531
531
  }
532
- .pf-u-default-color-200-on-md {
533
- color: var(--pf-global--default-color--200) !important;
532
+ .pf-u-custom-color-200-on-md {
533
+ color: var(--pf-global--custom-color--200) !important;
534
534
  }
535
- .pf-u-default-color-300-on-md {
536
- color: var(--pf-global--default-color--300) !important;
535
+ .pf-u-custom-color-300-on-md {
536
+ color: var(--pf-global--custom-color--300) !important;
537
537
  }
538
538
  .pf-u-success-color-100-on-md {
539
539
  color: var(--pf-global--success-color--100) !important;
@@ -624,14 +624,14 @@
624
624
  .pf-u-link-color-visited-on-lg {
625
625
  color: var(--pf-global--link--Color--visited) !important;
626
626
  }
627
- .pf-u-default-color-100-on-lg {
628
- color: var(--pf-global--default-color--100) !important;
627
+ .pf-u-custom-color-100-on-lg {
628
+ color: var(--pf-global--custom-color--100) !important;
629
629
  }
630
- .pf-u-default-color-200-on-lg {
631
- color: var(--pf-global--default-color--200) !important;
630
+ .pf-u-custom-color-200-on-lg {
631
+ color: var(--pf-global--custom-color--200) !important;
632
632
  }
633
- .pf-u-default-color-300-on-lg {
634
- color: var(--pf-global--default-color--300) !important;
633
+ .pf-u-custom-color-300-on-lg {
634
+ color: var(--pf-global--custom-color--300) !important;
635
635
  }
636
636
  .pf-u-success-color-100-on-lg {
637
637
  color: var(--pf-global--success-color--100) !important;
@@ -722,14 +722,14 @@
722
722
  .pf-u-link-color-visited-on-xl {
723
723
  color: var(--pf-global--link--Color--visited) !important;
724
724
  }
725
- .pf-u-default-color-100-on-xl {
726
- color: var(--pf-global--default-color--100) !important;
725
+ .pf-u-custom-color-100-on-xl {
726
+ color: var(--pf-global--custom-color--100) !important;
727
727
  }
728
- .pf-u-default-color-200-on-xl {
729
- color: var(--pf-global--default-color--200) !important;
728
+ .pf-u-custom-color-200-on-xl {
729
+ color: var(--pf-global--custom-color--200) !important;
730
730
  }
731
- .pf-u-default-color-300-on-xl {
732
- color: var(--pf-global--default-color--300) !important;
731
+ .pf-u-custom-color-300-on-xl {
732
+ color: var(--pf-global--custom-color--300) !important;
733
733
  }
734
734
  .pf-u-success-color-100-on-xl {
735
735
  color: var(--pf-global--success-color--100) !important;
@@ -820,14 +820,14 @@
820
820
  .pf-u-link-color-visited-on-2xl {
821
821
  color: var(--pf-global--link--Color--visited) !important;
822
822
  }
823
- .pf-u-default-color-100-on-2xl {
824
- color: var(--pf-global--default-color--100) !important;
823
+ .pf-u-custom-color-100-on-2xl {
824
+ color: var(--pf-global--custom-color--100) !important;
825
825
  }
826
- .pf-u-default-color-200-on-2xl {
827
- color: var(--pf-global--default-color--200) !important;
826
+ .pf-u-custom-color-200-on-2xl {
827
+ color: var(--pf-global--custom-color--200) !important;
828
828
  }
829
- .pf-u-default-color-300-on-2xl {
830
- color: var(--pf-global--default-color--300) !important;
829
+ .pf-u-custom-color-300-on-2xl {
830
+ color: var(--pf-global--custom-color--300) !important;
831
831
  }
832
832
  .pf-u-success-color-100-on-2xl {
833
833
  color: var(--pf-global--success-color--100) !important;
@@ -953,8 +953,8 @@
953
953
  :where(.pf-theme-dark) .pf-u-color-light-200 {
954
954
  color: var(--pf-global--Color-200) !important;
955
955
  }
956
- :where(.pf-theme-dark) .pf-u-default-color-300 {
957
- color: var(--pf-global--default-color--100) !important;
956
+ :where(.pf-theme-dark) .pf-u-custom-color-300 {
957
+ color: var(--pf-global--custom-color--100) !important;
958
958
  }
959
959
  :where(.pf-theme-dark) .pf-u-success-color-200 {
960
960
  color: var(--pf-global--success-color--100) !important;
@@ -978,8 +978,8 @@
978
978
  :where(.pf-theme-dark) .pf-u-color-light-200-on-sm {
979
979
  color: var(--pf-global--Color-200) !important;
980
980
  }
981
- :where(.pf-theme-dark) .pf-u-default-color-300-on-sm {
982
- color: var(--pf-global--default-color--100) !important;
981
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-sm {
982
+ color: var(--pf-global--custom-color--100) !important;
983
983
  }
984
984
  :where(.pf-theme-dark) .pf-u-success-color-200-on-sm {
985
985
  color: var(--pf-global--success-color--100) !important;
@@ -1004,8 +1004,8 @@
1004
1004
  :where(.pf-theme-dark) .pf-u-color-light-200-on-md {
1005
1005
  color: var(--pf-global--Color-200) !important;
1006
1006
  }
1007
- :where(.pf-theme-dark) .pf-u-default-color-300-on-md {
1008
- color: var(--pf-global--default-color--100) !important;
1007
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-md {
1008
+ color: var(--pf-global--custom-color--100) !important;
1009
1009
  }
1010
1010
  :where(.pf-theme-dark) .pf-u-success-color-200-on-md {
1011
1011
  color: var(--pf-global--success-color--100) !important;
@@ -1030,8 +1030,8 @@
1030
1030
  :where(.pf-theme-dark) .pf-u-color-light-200-on-lg {
1031
1031
  color: var(--pf-global--Color-200) !important;
1032
1032
  }
1033
- :where(.pf-theme-dark) .pf-u-default-color-300-on-lg {
1034
- color: var(--pf-global--default-color--100) !important;
1033
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-lg {
1034
+ color: var(--pf-global--custom-color--100) !important;
1035
1035
  }
1036
1036
  :where(.pf-theme-dark) .pf-u-success-color-200-on-lg {
1037
1037
  color: var(--pf-global--success-color--100) !important;
@@ -1056,8 +1056,8 @@
1056
1056
  :where(.pf-theme-dark) .pf-u-color-light-200-on-xl {
1057
1057
  color: var(--pf-global--Color-200) !important;
1058
1058
  }
1059
- :where(.pf-theme-dark) .pf-u-default-color-300-on-xl {
1060
- color: var(--pf-global--default-color--100) !important;
1059
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-xl {
1060
+ color: var(--pf-global--custom-color--100) !important;
1061
1061
  }
1062
1062
  :where(.pf-theme-dark) .pf-u-success-color-200-on-xl {
1063
1063
  color: var(--pf-global--success-color--100) !important;
@@ -1082,8 +1082,8 @@
1082
1082
  :where(.pf-theme-dark) .pf-u-color-light-200-on-2xl {
1083
1083
  color: var(--pf-global--Color-200) !important;
1084
1084
  }
1085
- :where(.pf-theme-dark) .pf-u-default-color-300-on-2xl {
1086
- color: var(--pf-global--default-color--100) !important;
1085
+ :where(.pf-theme-dark) .pf-u-custom-color-300-on-2xl {
1086
+ color: var(--pf-global--custom-color--100) !important;
1087
1087
  }
1088
1088
  :where(.pf-theme-dark) .pf-u-success-color-200-on-2xl {
1089
1089
  color: var(--pf-global--success-color--100) !important;
@@ -119,14 +119,14 @@ $pf-u-font-color-options: (
119
119
  link-color-visited: (
120
120
  color var(--pf-global--link--Color--visited)
121
121
  ),
122
- default-color-100: (
123
- color var(--pf-global--default-color--100)
122
+ custom-color-100: (
123
+ color var(--pf-global--custom-color--100)
124
124
  ),
125
- default-color-200: (
126
- color var(--pf-global--default-color--200)
125
+ custom-color-200: (
126
+ color var(--pf-global--custom-color--200)
127
127
  ),
128
- default-color-300: (
129
- color var(--pf-global--default-color--300)
128
+ custom-color-300: (
129
+ color var(--pf-global--custom-color--300)
130
130
  ),
131
131
  success-color-100: (
132
132
  color var(--pf-global--success-color--100)
@@ -12,8 +12,8 @@
12
12
  color-light-200: (
13
13
  color var(--pf-global--Color-200)
14
14
  ),
15
- default-color-300: (
16
- color var(--pf-global--default-color--100)
15
+ custom-color-300: (
16
+ color var(--pf-global--custom-color--100)
17
17
  ),
18
18
  success-color-200: (
19
19
  color var(--pf-global--success-color--100)
Binary file
@@ -1,69 +0,0 @@
1
- @mixin shield-inheritable {
2
- // CSS shield against PF 3
3
- .pf-c-about-modal-box,
4
- .pf-c-accordion,
5
- .pf-c-alert,
6
- .pf-c-alert-group,
7
- .pf-c-app-launcher,
8
- .pf-c-avatar,
9
- .pf-c-backdrop,
10
- .pf-c-background-image,
11
- .pf-c-badge,
12
- .pf-c-brand,
13
- .pf-c-breadcrumb,
14
- .pf-c-button,
15
- .pf-c-card,
16
- .pf-c-check,
17
- .pf-c-chip,
18
- .pf-c-chip-group,
19
- .pf-c-clipboard-copy,
20
- .pf-c-content,
21
- .pf-c-context-selector,
22
- .pf-c-data-list,
23
- .pf-c-toolbar,
24
- .pf-c-divider,
25
- .pf-c-drawer,
26
- .pf-c-dropdown,
27
- .pf-c-empty-state,
28
- .pf-c-expandable-section,
29
- .pf-c-form,
30
- .pf-c-form-control,
31
- .pf-c-input-group,
32
- .pf-c-label,
33
- .pf-c-list,
34
- .pf-c-login,
35
- .pf-c-modal-box,
36
- .pf-c-nav,
37
- .pf-c-notification-badge,
38
- .pf-c-options-menu,
39
- .pf-c-overflow-menu,
40
- .pf-c-page,
41
- .pf-c-pagination,
42
- .pf-c-popover,
43
- .pf-c-progress,
44
- .pf-c-radio,
45
- .pf-c-select,
46
- .pf-c-skip-to-content,
47
- .pf-c-spinner,
48
- .pf-c-switch,
49
- .pf-c-tab-content,
50
- .pf-c-table,
51
- .pf-c-tabs,
52
- .pf-c-title,
53
- .pf-c-tooltip,
54
- .pf-c-wizard,
55
- .pf-l-bullseye,
56
- .pf-l-flex,
57
- .pf-l-gallery,
58
- .pf-l-grid,
59
- .pf-l-level,
60
- .pf-l-split,
61
- .pf-l-stack {
62
- font-family: var(--pf-global--FontFamily--sans-serif);
63
- font-size: var(--pf-global--FontSize--md);
64
- font-weight: var(--pf-global--FontWeight--normal);
65
- line-height: var(--pf-global--LineHeight--md);
66
- color: var(--pf-global--Color--100); // this color rule is set here to be able to use themes
67
- text-rendering: optimizelegibility;
68
- }
69
- }
@@ -1,13 +0,0 @@
1
- @mixin shield-noninheritable {
2
- [class*="pf-c-"],
3
- [class*="pf-l-"] {
4
- &,
5
- &::before,
6
- &::after {
7
- box-sizing: border-box;
8
- padding: 0;
9
- margin: 0;
10
- background-color: transparent;
11
- }
12
- }
13
- }