Fixes #774. This matches the Review step with the updated mocks as per SPUR. The changes are following: 1. Target environment tab: - value of AWS `Account ID` aligned with GCP and Azure values 2. Registration tab: - `Subscription` changed to `Registration type` - `Organization ID` removed, will be added in a different place so it's clearer it's associated with an activation key 3. System configuration: - updated column name `Type` to `File system type` in partitions popover - updated the width of the column to accommodate the change - unified line spacing of `Image size` with the other rows - changes `Packages` to `Additional packages`
54 lines
1.2 KiB
SCSS
54 lines
1.2 KiB
SCSS
.pf-c-wizard__nav-list {
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.pf-c-popover[data-popper-reference-hidden="true"] {
|
|
font-weight: initial;
|
|
visibility: initial;
|
|
pointer-events: initial;
|
|
}
|
|
|
|
.pf-c-dual-list-selector__menu {
|
|
--pf-c-dual-list-selector__menu--MinHeight: 20.5rem
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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-c-select__menu-item.pf-m-load {
|
|
--pf-c-select__menu-item--Color: var(--pf-global--Color--100);
|
|
}
|
|
|
|
.pf-u-min-width {
|
|
--pf-u-min-width--MinWidth: 11ch;
|
|
}
|