Wizard: Remove unused styling
We don't use the `Tile` component anymore. I believe we can remove this styling.
This commit is contained in:
parent
c59cde1ab9
commit
cb8c8a3d5c
1 changed files with 0 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue