Wizard: Remove unused styling

We don't use the `Tile` component anymore. I believe we can remove this styling.
This commit is contained in:
regexowl 2025-06-16 16:26:50 +02:00 committed by Lucas Garfield
parent c59cde1ab9
commit cb8c8a3d5c

View file

@ -17,27 +17,6 @@
--pf-c-form__group-label--PaddingBottom: var(--pf-v6-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-v6-global--Color--100);
--pf-c-tile--before--BorderWidth: var(--pf-v6-global--BorderWidth--sm);
--pf-c-tile--before--BorderColor: var(--pf-v6-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: 3.5em;
height: 3.5em;