onboarding backup desktop stylings updates

This commit is contained in:
Jamal Jackson 2016-09-09 13:47:27 -04:00
commit 91a216cf0d
5 changed files with 59 additions and 7 deletions

View file

@ -10,8 +10,9 @@
}
.cta-buttons{
width:100%;
float:left;
position: relative;
float:none;
position: absolute;
bottom: 0;
}
}
@ -33,6 +34,9 @@
float:none;
bottom:0;
position: absolute;
button{
max-width: 400px;
}
}
}
}
@ -43,4 +47,11 @@
position: relative;
}
}
}
@media (min-height: 980px){
#onboarding-backup-request{
#arrow-down{
margin-top: 15rem;
}
}
}