fix get new and updates positioning
This commit is contained in:
parent
fc4ca9e08a
commit
6d0d82b04f
2 changed files with 8 additions and 4 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
<ion-slide-page>
|
<ion-slide-page>
|
||||||
<ion-content id="onboard-tour-control" scroll="false">
|
<ion-content id="onboard-tour-control" scroll="false">
|
||||||
<div class="text-center row">
|
<div class="text-center row">
|
||||||
<h2 translate class="col col-75">You control your bitcoin</h2>
|
<h2 translate class="col col-80">You control your bitcoin</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center row">
|
<div class="text-center row">
|
||||||
<p translate class="col col-75 tagline">
|
<p translate class="col col-75 tagline">
|
||||||
|
|
|
||||||
|
|
@ -64,16 +64,20 @@
|
||||||
.list{
|
.list{
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 75%;
|
width: 100%;
|
||||||
@include center-block();
|
@include center-block();
|
||||||
label{
|
label{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
.checkbox{
|
||||||
|
left:0;
|
||||||
|
margin-left:0;
|
||||||
|
}
|
||||||
.item-content{
|
.item-content{
|
||||||
margin-left: 15%;
|
margin-left: 12%;
|
||||||
top: .4rem;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-size:.8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue