Merge pull request #136 from jamal-jackson/feature/andoid_onboarding_fixes
Mobile related fixes
This commit is contained in:
commit
ce213d011f
5 changed files with 54 additions and 4 deletions
|
|
@ -17,8 +17,8 @@
|
||||||
<input type="email" id="email" name="email" ng-model="email" placeholder="satoshi@example.com" required></input>
|
<input type="email" id="email" name="email" ng-model="email" placeholder="satoshi@example.com" required></input>
|
||||||
</label>
|
</label>
|
||||||
</form>
|
</form>
|
||||||
<ion-list>
|
<ion-list id="news-updates" class="row">
|
||||||
<ion-checkbox ng-model="data.accept"><span translate>Get news and updates from Bitpay</span></ion-checkbox>
|
<ion-checkbox ng-model="data.accept" class="col col-80"><span translate>Get news and updates from Bitpay</span></ion-checkbox>
|
||||||
</ion-list>
|
</ion-list>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="confirmation">
|
<div ng-if="confirmation">
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,25 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#news-updates{
|
||||||
|
padding-top:0;
|
||||||
|
.list{
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: center;
|
||||||
|
width: 75%;
|
||||||
|
@include center-block();
|
||||||
|
label{
|
||||||
|
display: inline-block;
|
||||||
|
margin-top: 0;
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
.item-content{
|
||||||
|
margin-left: 15%;
|
||||||
|
top: .4rem;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,11 @@
|
||||||
border-color: rgb(19, 229, 182);
|
border-color: rgb(19, 229, 182);
|
||||||
top:20%;
|
top:20%;
|
||||||
left:11%;
|
left:11%;
|
||||||
|
@media (min-width:450px){
|
||||||
|
&{
|
||||||
|
left: 20%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.item-content {
|
.item-content {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
@ -60,6 +65,12 @@
|
||||||
p{
|
p{
|
||||||
color:rgb(58,58,58);
|
color:rgb(58,58,58);
|
||||||
}
|
}
|
||||||
|
@media (min-width:450px){
|
||||||
|
p{
|
||||||
|
position: relative;
|
||||||
|
top: .6rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
.checkbox input:before,
|
.checkbox input:before,
|
||||||
.checkbox .checkbox-icon:before{
|
.checkbox .checkbox-icon:before{
|
||||||
border-color:$soft-blue;
|
border-color:$soft-blue;
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 400px){
|
@media (max-width: 359px){
|
||||||
#onboard-tour{
|
#onboard-tour{
|
||||||
&-secure, &-currency, &-control{
|
&-secure, &-currency, &-control{
|
||||||
#cta{
|
#cta{
|
||||||
|
|
@ -39,6 +39,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 450px){
|
||||||
|
#onboard-tour{
|
||||||
|
&-secure, &-currency, &-control{
|
||||||
|
#cta{
|
||||||
|
height: 26rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 1000px){
|
@media (min-width: 1000px){
|
||||||
#onboard-tour{
|
#onboard-tour{
|
||||||
p, h2, h3{
|
p, h2, h3{
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.bar.bar-stable{
|
||||||
|
border-color: transparent;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
ion-content {
|
ion-content {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.scroll{
|
.scroll{
|
||||||
|
|
@ -50,6 +54,12 @@
|
||||||
button {
|
button {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 450px){
|
||||||
|
p{
|
||||||
|
font-size: 1.1rem;
|
||||||
|
line-height: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.col {
|
.col {
|
||||||
@include center-block(.5rem);
|
@include center-block(.5rem);
|
||||||
|
|
@ -77,7 +87,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 400px){
|
@media (min-width: 400px){
|
||||||
.onboarding{
|
.onboarding{
|
||||||
ion-content{
|
ion-content{
|
||||||
h2{
|
h2{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue