-
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.
- Loading branch information
Showing
284 changed files
with
2,800 additions
and
3,170 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
import global_BackgroundColor_light_100 from '@patternfly/react-tokens/dist/js/global_BackgroundColor_light_100'; | ||
import global_spacer_lg from '@patternfly/react-tokens/dist/js/global_spacer_lg'; | ||
import global_spacer_md from '@patternfly/react-tokens/dist/js/global_spacer_md'; | ||
import global_spacer_sm from '@patternfly/react-tokens/dist/js/global_spacer_sm'; | ||
import t_global_background_color_100 from '@patternfly/react-tokens/dist/js/t_global_background_color_100'; | ||
import t_global_spacer_lg from '@patternfly/react-tokens/dist/js/t_global_spacer_lg'; | ||
import t_global_spacer_md from '@patternfly/react-tokens/dist/js/t_global_spacer_md'; | ||
import t_global_spacer_sm from '@patternfly/react-tokens/dist/js/t_global_spacer_sm'; | ||
import type React from 'react'; | ||
|
||
export const styles = { | ||
content: { | ||
paddingBottom: global_spacer_lg.value, | ||
paddingTop: global_spacer_lg.value, | ||
paddingBottom: t_global_spacer_lg.value, | ||
paddingTop: t_global_spacer_lg.value, | ||
}, | ||
exportsIcon: { | ||
marginLeft: global_spacer_md.value, | ||
marginRight: global_spacer_sm.value, | ||
marginLeft: t_global_spacer_md.value, | ||
marginRight: t_global_spacer_sm.value, | ||
}, | ||
exportsLink: { | ||
display: 'flex', | ||
alignItems: 'center', | ||
}, | ||
pagination: { | ||
backgroundColor: global_BackgroundColor_light_100.value, | ||
paddingBottom: global_spacer_md.value, | ||
paddingTop: global_spacer_md.value, | ||
backgroundColor: t_global_background_color_100.value, | ||
paddingBottom: t_global_spacer_md.value, | ||
paddingTop: t_global_spacer_md.value, | ||
}, | ||
toolbarContainer: { | ||
backgroundColor: global_BackgroundColor_light_100.value, | ||
paddingBottom: global_spacer_md.value, | ||
paddingTop: global_spacer_md.value, | ||
backgroundColor: t_global_background_color_100.value, | ||
paddingBottom: t_global_spacer_md.value, | ||
paddingTop: t_global_spacer_md.value, | ||
}, | ||
} as { [className: string]: React.CSSProperties }; |
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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
import global_BackgroundColor_light_100 from '@patternfly/react-tokens/dist/js/global_BackgroundColor_light_100'; | ||
import global_danger_color_200 from '@patternfly/react-tokens/dist/js/global_danger_color_200'; | ||
import global_FontSize_sm from '@patternfly/react-tokens/dist/js/global_FontSize_sm'; | ||
import global_spacer_md from '@patternfly/react-tokens/dist/js/global_spacer_md'; | ||
import global_spacer_xl from '@patternfly/react-tokens/dist/js/global_spacer_xl'; | ||
import t_global_background_color_100 from '@patternfly/react-tokens/dist/js/t_global_background_color_100'; | ||
import t_global_color_status_danger_200 from '@patternfly/react-tokens/dist/js/t_global_color_status_danger_200'; | ||
import t_global_font_size_sm from '@patternfly/react-tokens/dist/js/t_global_font_size_sm'; | ||
import t_global_spacer_md from '@patternfly/react-tokens/dist/js/t_global_spacer_md'; | ||
import t_global_spacer_xl from '@patternfly/react-tokens/dist/js/t_global_spacer_xl'; | ||
import type React from 'react'; | ||
|
||
export const styles = { | ||
emptyState: { | ||
backgroundColor: global_BackgroundColor_light_100.value, | ||
backgroundColor: t_global_background_color_100.value, | ||
display: 'flex', | ||
justifyContent: 'center', | ||
paddingTop: global_spacer_xl.value, | ||
paddingTop: t_global_spacer_xl.value, | ||
width: '100%', | ||
}, | ||
failed: { | ||
color: global_danger_color_200.value, | ||
color: t_global_color_status_danger_200.value, | ||
}, | ||
failedButton: { | ||
fontSize: global_FontSize_sm.value, | ||
fontSize: t_global_font_size_sm.value, | ||
}, | ||
failedHeader: { | ||
marginLeft: global_spacer_md.value, | ||
marginLeft: t_global_spacer_md.value, | ||
}, | ||
} as { [className: string]: React.CSSProperties }; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
@import url("~@patternfly/patternfly/base/patternfly-variables.css"); | ||
|
||
.alert { | ||
background-color: var(--pf-v5-global--BackgroundColor--light-100); | ||
padding-left: var(--pf-v5-global--spacer--lg); | ||
padding-right: var(--pf-v5-global--spacer--lg); | ||
padding-top: var(--pf-v5-global--spacer--lg); | ||
background-color: var(--pf-t--global--background--color--primary--default); | ||
padding-left: var(--pf-t--global--spacer--lg); | ||
padding-right: var(--pf-t--global--spacer--lg); | ||
padding-top: var(--pf-t--global--spacer--lg); | ||
} |
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
8 changes: 4 additions & 4 deletions
8
src/routes/components/charts/costExplorerChart/costExplorerChart.styles.ts
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
Oops, something went wrong.