made onboarding use bulma steps
This commit is contained in:
parent
d24fd41c53
commit
71c7ad4545
7 changed files with 878 additions and 80 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue