@patternfly/patternfly 5.0.0-alpha.33 → 5.0.0-alpha.34

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 (105) hide show
  1. package/RELEASE-NOTES.md +1 -1
  2. package/assets/pficon/pficon.scss +1 -2
  3. package/base/_fa-icons.scss +1 -2
  4. package/base/_fonts.scss +5 -10
  5. package/base/_globals.scss +91 -85
  6. package/base/_variables.scss +3 -3
  7. package/base/patternfly-fa-icons.css +1 -1
  8. package/base/patternfly-fonts.css +5 -5
  9. package/base/patternfly-globals.css +35 -41
  10. package/base/patternfly-icons.css +2 -2
  11. package/base/patternfly-pf-icons.css +1 -1
  12. package/base/patternfly-themes.css +0 -42
  13. package/base/patternfly-variables.css +3 -3
  14. package/components/AboutModalBox/about-modal-box.css +0 -38
  15. package/components/Alert/alert.css +14 -5
  16. package/components/Alert/alert.scss +18 -4
  17. package/components/Alert/themes/dark/alert.scss +1 -1
  18. package/components/Banner/banner.css +0 -38
  19. package/components/Icon/icon.css +3 -3
  20. package/components/Icon/icon.scss +3 -3
  21. package/components/Label/label.css +6 -6
  22. package/components/Label/label.scss +4 -4
  23. package/components/Label/themes/dark/label.scss +2 -2
  24. package/components/LogViewer/log-viewer.css +0 -38
  25. package/components/Login/login.css +0 -40
  26. package/components/Masthead/masthead.css +0 -38
  27. package/components/ModalBox/modal-box.css +3 -3
  28. package/components/ModalBox/modal-box.scss +3 -3
  29. package/components/NotificationDrawer/notification-drawer.css +5 -5
  30. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  31. package/components/Page/page.css +0 -42
  32. package/components/Popover/popover.css +6 -6
  33. package/components/Popover/popover.scss +5 -5
  34. package/components/Popover/themes/dark/popover.scss +1 -1
  35. package/components/Wizard/wizard.css +0 -38
  36. package/docs/components/Alert/examples/Alert.md +15 -15
  37. package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
  38. package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
  39. package/docs/components/Check/examples/Check.md +1 -0
  40. package/docs/components/ContextSelector/examples/context-selector.md +1 -0
  41. package/docs/components/DatePicker/examples/DatePicker.md +1 -0
  42. package/docs/components/Dropdown/examples/Dropdown.md +1 -0
  43. package/docs/components/FileUpload/examples/FileUpload.md +2 -1
  44. package/docs/components/Form/examples/Form.md +1 -0
  45. package/docs/components/FormControl/examples/FormControl.md +1 -0
  46. package/docs/components/Icon/examples/Icon.md +2 -2
  47. package/docs/components/Menu/examples/Menu.md +1 -0
  48. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
  49. package/docs/components/ModalBox/examples/ModalBox.md +8 -8
  50. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
  51. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
  52. package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
  53. package/docs/components/Popover/examples/Popover.md +9 -9
  54. package/docs/components/Radio/examples/Radio.md +1 -0
  55. package/docs/components/Select/examples/Select.md +1 -0
  56. package/docs/demos/CardView/examples/CardView.md +1 -1
  57. package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
  58. package/docs/demos/Form/examples/BasicForms.md +1 -0
  59. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
  60. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  61. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -1
  62. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
  63. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  64. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  65. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  66. package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
  67. package/docs/utilities/Display/examples/Display.md +1 -1
  68. package/docs/utilities/Flex/examples/Flex.md +1 -1
  69. package/docs/utilities/Float/examples/Float.md +1 -1
  70. package/docs/utilities/Sizing/examples/Sizing.md +1 -1
  71. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  72. package/docs/utilities/Text/examples/Text.md +5 -5
  73. package/package.json +1 -1
  74. package/patternfly-addons.css +48 -48
  75. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
  76. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  77. package/patternfly-base.css +45 -72
  78. package/{patternfly-no-reset.css → patternfly-no-globals.css} +52 -1237
  79. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  80. package/patternfly.css +83 -1274
  81. package/patternfly.min.css +1 -1
  82. package/patternfly.min.css.map +1 -1
  83. package/sass-utilities/placeholders.scss +0 -23
  84. package/sass-utilities/scss-variables.scss +4 -5
  85. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  86. package/utilities/Text/text.css +48 -48
  87. package/utilities/Text/text.scss +6 -6
  88. package/utilities/Text/themes/dark/text.scss +2 -2
  89. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  90. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  91. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  92. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  93. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  94. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  95. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  96. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  97. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  98. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  99. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  100. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  101. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  102. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  103. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  104. package/assets/pficon/pficon.woff +0 -0
  105. 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;