src: Rename "V2" folders to just Wizard
This replaces all occurences of "CreateImageWizardV2" with just "CreateImageWizard" as it is the only version now.
This commit is contained in:
parent
b1e5a8c7c6
commit
4fb37c187e
93 changed files with 20 additions and 22 deletions
94
src/Components/CreateImageWizard/CreateImageWizard.scss
Normal file
94
src/Components/CreateImageWizard/CreateImageWizard.scss
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
.pf-v5-c-wizard__nav-list {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.pf-v5-c-wizard__nav {
|
||||
overflow-y: unset;
|
||||
}
|
||||
|
||||
.pf-c-popover[data-popper-reference-hidden="true"] {
|
||||
font-weight: initial;
|
||||
visibility: initial;
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
.pf-v5-c-dual-list-selector {
|
||||
--pf-v5-c-dual-list-selector__menu--MinHeight: 18rem;
|
||||
--pf-v5-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max: 100vw;
|
||||
}
|
||||
|
||||
.pf-c-form {
|
||||
--pf-c-form--GridGap: var(--pf-global--spacer--md);
|
||||
}
|
||||
|
||||
.pf-c-form__group-label {
|
||||
--pf-c-form__group-label--PaddingBottom: var(--pf-global--spacer--xs);
|
||||
}
|
||||
|
||||
.tiles {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.tile {
|
||||
flex: 1 0 0px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.pf-c-tile:focus {
|
||||
--pf-c-tile__title--Color: var(--pf-c-tile__title--Color);
|
||||
--pf-c-tile__icon--Color: var(---pf-global--Color--100);
|
||||
--pf-c-tile--before--BorderWidth: var(--pf-global--BorderWidth--sm);
|
||||
--pf-c-tile--before--BorderColor: var(--pf-global--BorderColor--100);
|
||||
}
|
||||
|
||||
.pf-c-tile.pf-m-selected:focus {
|
||||
--pf-c-tile__title--Color: var(--pf-c-tile--focus__title--Color);
|
||||
--pf-c-tile__icon--Color: var(--pf-c-tile--focus__icon--Color);
|
||||
}
|
||||
|
||||
.provider-icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.pf-u-min-width {
|
||||
--pf-u-min-width--MinWidth: 18ch;
|
||||
}
|
||||
|
||||
.pf-u-max-width {
|
||||
--pf-u-max-width--MaxWidth: 26rem;
|
||||
}
|
||||
|
||||
ul.pf-m-plain {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.not-available {
|
||||
color: #6a6e73;
|
||||
}
|
||||
|
||||
.panel-border {
|
||||
--pf-v5-c-panel--before--BorderColor: #BEE1F4;
|
||||
}
|
||||
|
||||
// Targets the alert within the Reviewsteps > content dropdown
|
||||
// Removes excess top margin padding
|
||||
div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
|
||||
margin-top: 18px;
|
||||
|
||||
h4 {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// This is to fix the pagination UI bug, when patternfly updates this it can be removed!
|
||||
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-menu-toggle {
|
||||
display: flex
|
||||
}
|
||||
|
||||
// Fixes min height issues on the main wizard container
|
||||
.pf-v5-c-wizard__outer-wrap {
|
||||
min-height: 602px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue