-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update to latest PF prereleases
- Loading branch information
1 parent
e608338
commit 51546cb
Showing
55 changed files
with
354 additions
and
420 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Binary file removed
BIN
-26.5 KB
...ocs/generated/extensions/quick-starts/Basic-Quick-Starts/fullscreen-example.png
Binary file not shown.
Binary file removed
BIN
-17.8 KB
...nfly-docs/generated/extensions/quick-starts/In-App-Documentation/fullscreen.png
Binary file not shown.
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
20 changes: 10 additions & 10 deletions
20
packages/module/src/ConsoleShared/src/components/layout/PageLayout.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 @@ | ||
.pfext-page-layout { | ||
&__content { | ||
padding: var(--pf-global--spacer--lg); | ||
padding: var(--pf-v5-global--spacer--lg); | ||
flex: 1; | ||
} | ||
|
||
&__header { | ||
padding-top: 1px; | ||
background-color: var(--pf-global--BackgroundColor--light-100); | ||
background-color: var(--pf-v5-global--BackgroundColor--light-100); | ||
} | ||
|
||
&__hint { | ||
padding-left: var(--pf-global--spacer--lg); | ||
padding-right: var(--pf-global--spacer--lg); | ||
padding-bottom: var(--pf-global--spacer--md); | ||
padding-left: var(--pf-v5-global--spacer--lg); | ||
padding-right: var(--pf-v5-global--spacer--lg); | ||
padding-bottom: var(--pf-v5-global--spacer--md); | ||
font-size: 14px; | ||
} | ||
|
||
&__title { | ||
padding-left: var(--pf-global--spacer--lg); | ||
padding-right: var(--pf-global--spacer--lg); | ||
font-size: var(--pf-global--FontSize--2xl); | ||
padding-left: var(--pf-v5-global--spacer--lg); | ||
padding-right: var(--pf-v5-global--spacer--lg); | ||
font-size: var(--pf-v5-global--FontSize--2xl); | ||
margin-top: 23px; | ||
margin-bottom: 11.5px; | ||
font-family: var(--pf-global--FontFamily--heading--sans-serif); | ||
font-weight: var(--pf-global--FontWeight--normal); | ||
font-family: var(--pf-v5-global--FontFamily--heading--sans-serif); | ||
font-weight: var(--pf-v5-global--FontWeight--normal); | ||
line-height: 1.1; | ||
} | ||
} |
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
Oops, something went wrong.