@patternfly/patternfly 5.0.0-alpha.51 → 5.0.0-alpha.52
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/base/patternfly-variables.css +2 -2
- package/components/AboutModalBox/about-modal-box.css +1 -20
- package/components/AboutModalBox/about-modal-box.scss +3 -24
- package/components/BackgroundImage/background-image.css +1 -2
- package/components/BackgroundImage/background-image.scss +1 -2
- package/components/FormControl/form-control.css +0 -7
- package/components/FormControl/form-control.scss +7 -7
- package/components/Icon/icon.css +25 -24
- package/components/Icon/icon.scss +30 -31
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +7 -9
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +7 -11
- package/docs/components/Login/examples/Login.md +20 -5
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +2 -2
- package/patternfly-base.css +2 -2
- package/patternfly-no-globals.css +29 -55
- package/patternfly.css +29 -55
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +2 -5
|
@@ -129,9 +129,6 @@ $fa-font-path: "./assets/fonts/webfonts" !default;
|
|
|
129
129
|
// FontIcon path
|
|
130
130
|
$pf-v5-global--fonticon-path: "./assets/pficon" !default;
|
|
131
131
|
|
|
132
|
-
// Imagepath
|
|
133
|
-
$pf-v5-global--image-path: "./assets/images" !default;
|
|
134
|
-
|
|
135
132
|
// Spacers
|
|
136
133
|
$pf-v5-global--spacer--xs: pf-size-prem(4px) !default; // Orange
|
|
137
134
|
$pf-v5-global--spacer--sm: pf-size-prem(8px) !default; // Light green
|
|
@@ -188,8 +185,8 @@ $pf-v5-global--BorderRadius--lg: 30em !default; // This is a sufficiently
|
|
|
188
185
|
// Icons
|
|
189
186
|
$pf-v5-global--icon--Color--light: $pf-v5-color-black-600 !default;
|
|
190
187
|
$pf-v5-global--icon--Color--dark: $pf-v5-color-black-900 !default;
|
|
191
|
-
$pf-v5-global--icon--FontSize--sm: pf-font-prem(
|
|
192
|
-
$pf-v5-global--icon--FontSize--md: pf-font-prem(
|
|
188
|
+
$pf-v5-global--icon--FontSize--sm: pf-font-prem(12px) !default;
|
|
189
|
+
$pf-v5-global--icon--FontSize--md: pf-font-prem(16px) !default;
|
|
193
190
|
$pf-v5-global--icon--FontSize--lg: pf-font-prem(24px) !default;
|
|
194
191
|
$pf-v5-global--icon--FontSize--xl: pf-font-prem(54px) !default;
|
|
195
192
|
|