mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
set of tests for some important UI flows of the setup experience install software and scripts.
22 lines
362 B
SCSS
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;
|
|
}
|
|
}
|