skip button now shown properly on iphone x
This commit is contained in:
parent
ca1212ea8a
commit
4744076b85
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
.button-clear{
|
.button-clear{
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-skip {
|
||||||
|
padding-top: 15px !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="overlay collect-overlay">
|
<div class="overlay collect-overlay">
|
||||||
<button class="button button-stable button-clear" ng-click="goNextView()">
|
<button class="button button-stable button-clear button-skip" ng-click="goNextView()">
|
||||||
{{'Skip' | translate}}
|
{{'Skip' | translate}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue