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{
|
.cta-buttons{
|
||||||
float:none;
|
float:none;
|
||||||
bottom:46px;
|
bottom:65px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 45px;
|
bottom: 65px;
|
||||||
button {
|
button {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
.select-word {
|
.select-word {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.37);
|
box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.37);
|
||||||
margin: .25rem 0 .25rem;
|
margin: .1rem 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 43px;
|
bottom: 65px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
padding: .5rem .5rem .9rem;
|
padding: .5rem .5rem .9rem;
|
||||||
p {
|
p {
|
||||||
|
|
@ -75,8 +75,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ion-content.has-tabs{
|
ion-content.has-tabs{
|
||||||
.cta-buttons, #select-phrase{
|
.cta-buttons{
|
||||||
bottom:91px;
|
bottom:110px;
|
||||||
|
}
|
||||||
|
#select-phrase{
|
||||||
|
bottom:100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue