fix style issues with discomainer view and collect email, mostly checkbox related

This commit is contained in:
Jamal Jackson 2016-09-19 14:18:51 -04:00
commit 4ec7f08e1e
3 changed files with 32 additions and 2 deletions

View file

@ -17,8 +17,8 @@
<input type="email" id="email" name="email" ng-model="email" placeholder="satoshi@example.com" required></input>
</label>
</form>
<ion-list>
<ion-checkbox ng-model="data.accept"><span translate>Get news and updates from Bitpay</span></ion-checkbox>
<ion-list id="news-updates" class="row">
<ion-checkbox ng-model="data.accept" class="col col-80"><span translate>Get news and updates from Bitpay</span></ion-checkbox>
</ion-list>
</div>
<div ng-if="confirmation">

View file

@ -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 {
border: none;

View file

@ -33,6 +33,11 @@
border-color: rgb(19, 229, 182);
top:20%;
left:11%;
@media (min-width:450px){
&{
left: 20%;
}
}
}
.item-content {
width: 90%;
@ -60,6 +65,12 @@
p{
color:rgb(58,58,58);
}
@media (min-width:450px){
p{
position: relative;
top: .6rem;
}
}
.checkbox input:before,
.checkbox .checkbox-icon:before{
border-color:$soft-blue;