mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
27 lines
391 B
SCSS
27 lines
391 B
SCSS
.onboarding-container {
|
|
p {
|
|
margin: 1rem 0 5rem 0;
|
|
font-size: 1.3rem;
|
|
font-weight: 500;
|
|
color: map-get($green-shades, 700);
|
|
}
|
|
|
|
.stage-1 {
|
|
display: block;
|
|
}
|
|
|
|
.stage-2 {
|
|
display: none;
|
|
}
|
|
|
|
.stage-3 {
|
|
display: none;
|
|
|
|
p.wait {
|
|
margin: 5rem 0 0 0;
|
|
font-size: 2rem;
|
|
font-weight: 600;
|
|
color: map-get($yellow-shades, 800);
|
|
}
|
|
}
|
|
}
|