-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1107 from bipuladh/pf5
Upgrade to Patternfly 5
- Loading branch information
Showing
216 changed files
with
2,763 additions
and
2,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ plugins/**/dist | |
plugins/**/.cache-loader | ||
plugins/**/cypress.config.ts | ||
yarn-error.log | ||
test-report.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
packages/mco/components/create-dr-policy/create-dr-policy.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
.mco-create-data-policy { | ||
margin: var(--pf-global--spacer--lg); | ||
margin: var(--pf-v5-global--spacer--lg); | ||
max-width: 700px; | ||
.pf-c-form.pf-m-limit-width { | ||
max-width: 33rem; | ||
} | ||
} | ||
|
||
.mco-create-data-policy__action-group { | ||
margin-bottom: var(--pf-global--spacer--md); | ||
margin-bottom: var(--pf-v5-global--spacer--md); | ||
} | ||
|
||
.mco-create-data-policy__description { | ||
margin-bottom: var(--pf-global--spacer--sm); | ||
margin-bottom: var(--pf-v5-global--spacer--sm); | ||
} | ||
|
||
.mco-create-data-policy__flex { | ||
margin-right: var(--pf-global--spacer--lg); | ||
margin-bottom: var(--pf-global--spacer--md); | ||
margin-right: var(--pf-v5-global--spacer--lg); | ||
margin-bottom: var(--pf-v5-global--spacer--md); | ||
} | ||
|
||
.mco-create-data-policy__dropdown { | ||
width: 12rem; | ||
} | ||
|
||
.mco-create-data-policy__alert { | ||
margin-bottom: var(--pf-global--spacer--xs); | ||
--pf-global--FontSize--md: 0.8rem; | ||
margin-bottom: var(--pf-v5-global--spacer--xs); | ||
--pf-v5-global--FontSize--md: 0.8rem; | ||
} |
Oops, something went wrong.