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{
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.button-skip {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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}}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue