skip button now shown properly on iphone x

This commit is contained in:
Kadir Sekha 2017-12-29 15:32:17 +00:00
commit 4744076b85
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
.button-clear{ .button-clear{
background: none !important; background: none !important;
} }
.button-skip {
padding-top: 15px !important;
}

View file

@ -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>