mirror of
https://github.com/fleetdm/fleet
synced 2026-04-26 07:57:29 +00:00
18 lines
286 B
SCSS
18 lines
286 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;
|
||
|
|
}
|
||
|
|
}
|