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-content id="onboard-tour-control" scroll="false">
|
||||
<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 class="text-center row">
|
||||
<p translate class="col col-75 tagline">
|
||||
|
|
|
|||
|
|
@ -64,16 +64,20 @@
|
|||
.list{
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
width: 75%;
|
||||
width: 100%;
|
||||
@include center-block();
|
||||
label{
|
||||
display: inline-block;
|
||||
margin-top: 0;
|
||||
padding-bottom: 1rem;
|
||||
.checkbox{
|
||||
left:0;
|
||||
margin-left:0;
|
||||
}
|
||||
.item-content{
|
||||
margin-left: 15%;
|
||||
top: .4rem;
|
||||
margin-left: 12%;
|
||||
position: relative;
|
||||
font-size:.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue