1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
documize/gui/app/styles/core/view/onboard.scss

28 lines
391 B
SCSS
Raw Normal View History

.onboarding-container {
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
.stage-1 {
2016-07-07 18:54:16 -07:00
display: block;
}
.stage-2 {
2016-07-07 18:54:16 -07:00
display: none;
}
.stage-3 {
2016-07-07 18:54:16 -07:00
display: none;
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
}
}