debian-image-builder-frontend/src/Components/LandingPage/LandingPage.scss
2025-05-28 09:08:52 -05:00

16 lines
316 B
SCSS

.pf-c-form__group-label-help {
color: var(--pf-v6-global--icon--Color--light);
}
.pf-c-form__group-label-help:active {
color: var(--pf-v6-global--icon--Color--dark);
}
.expand-section {
background-color: var(--pf-v6-global--palette--white);
}
.sidebar-panel {
height: 750px;
overflow: auto;
}