Merge pull request #125 from jamal-jackson/feature/iPhone_5_fixes
fix backup cta button and screenshot warning view cta button positions
This commit is contained in:
commit
6b13d89b24
2 changed files with 9 additions and 6 deletions
|
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
.cta-buttons{
|
||||
float:none;
|
||||
bottom:46px;
|
||||
bottom:65px;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
bottom: 45px;
|
||||
bottom: 65px;
|
||||
button {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
.select-word {
|
||||
background: #fff;
|
||||
box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.37);
|
||||
margin: .25rem 0 .25rem;
|
||||
margin: .1rem 0;
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
width: 100%;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 43px;
|
||||
bottom: 65px;
|
||||
padding-bottom: 20px;
|
||||
padding: .5rem .5rem .9rem;
|
||||
p {
|
||||
|
|
@ -75,8 +75,11 @@
|
|||
}
|
||||
}
|
||||
ion-content.has-tabs{
|
||||
.cta-buttons, #select-phrase{
|
||||
bottom:91px;
|
||||
.cta-buttons{
|
||||
bottom:110px;
|
||||
}
|
||||
#select-phrase{
|
||||
bottom:100px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue