fleet/frontend/pages/ManageControlsPage/SetupExperience/cards/SetupExperienceScript/_styles.scss
Gabriel Hernandez d953350621
UI tests for setup experience (#22861)
set of tests for some important UI flows of the setup experience install
software and scripts.
2024-10-14 13:01:56 +01:00

22 lines
362 B
SCSS

.setup-experience-script {
&__content {
max-width: $break-xxl;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: $pad-xxlarge;
}
&__description {
margin: 0;
}
&__learn-how-link {
margin-bottom: $pad-large;
}
&__run-message {
margin: 0 0 $pad-small;
font-weight: $bold;
}
}