debian-image-builder-frontend/src/Components/CreateImageWizard/WizardStepUploadGoogle.scss
Jacob Kozol e624c9a1fe CreateImageWizard: improve google step
The Google Cloud Platform step's description is improved, the radio
fields have more space seperating them, and the text input is width
limited now.
2021-05-25 11:39:30 +02:00

8 lines
172 B
SCSS

.pf-c-radio {
--pf-c-radio__label--LineHeight: 32px;
--pf-c-radio__input--Height: 32px;
}
.textcontent-google {
margin-bottom: var(--pf-global--spacer--lg);
}