made onboarding use bulma steps

This commit is contained in:
Kevin Froman 2020-03-26 02:26:00 -05:00
parent d24fd41c53
commit 71c7ad4545
7 changed files with 878 additions and 80 deletions

View file

@ -22,4 +22,27 @@ form{
noscript{
font-size: 2em;
color: yellow;
}
p{
font-size: 1.3em;
}
.formBtn{
margin-top: 1em;
}
.steps-content{
min-height: 200px;
}
.step-content .box{
padding: 2em;
}
.step-content .box span{
text-decoration: underline;
}
.steps-content input[type='checkbox'] {
margin-right: 10px;
}