2017-03-21 11:57:42 +00:00
|
|
|
.onboarding-container {
|
2019-01-11 14:03:03 +00:00
|
|
|
p {
|
|
|
|
margin: 1rem 0 5rem 0;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 500;
|
|
|
|
color: map-get($green-shades, 700);
|
|
|
|
}
|
2016-07-07 18:54:16 -07:00
|
|
|
|
2019-01-11 14:03:03 +00:00
|
|
|
.stage-1 {
|
2016-07-07 18:54:16 -07:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2019-01-11 14:03:03 +00:00
|
|
|
.stage-2 {
|
2016-07-07 18:54:16 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-01-11 14:03:03 +00:00
|
|
|
.stage-3 {
|
2016-07-07 18:54:16 -07:00
|
|
|
display: none;
|
|
|
|
|
2019-01-11 14:03:03 +00:00
|
|
|
p.wait {
|
|
|
|
margin: 5rem 0 0 0;
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: 600;
|
|
|
|
color: map-get($yellow-shades, 800);
|
|
|
|
}
|
2016-07-07 18:54:16 -07:00
|
|
|
}
|
|
|
|
}
|