tweaks
This commit is contained in:
parent
3c9078c91b
commit
e88a4a29e4
@ -10,8 +10,8 @@
|
||||
<div ng-if="order.id">
|
||||
|
||||
<div class="col-box content-padding-desktop">
|
||||
<div class="two-col content-padding-mobile">
|
||||
<div class="order-bubble-wrap" ng-if="!order._new">
|
||||
<div class="two-col content-padding-mobile" ng-if="order._new">
|
||||
<div class="order-bubble-wrap">
|
||||
<div class="bubble-tail bubble-tail-green bubble-animated">
|
||||
<div class="text" ng-switch="cherryMessage">
|
||||
<span ng-switch-when="1" class="single-line">Yay! Food!</span>
|
||||
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="divider dots spacer-two-one" ng-if="!order._new"></div>
|
||||
<div class="divider dots spacer-two-one" ng-if="order._new"></div>
|
||||
|
||||
<div class="two-col content-padding-mobile">
|
||||
<div ng-hide="account.user.has_auth">
|
||||
@ -104,7 +104,7 @@
|
||||
<div class="hide-desktop">
|
||||
<p class="order-earn-mobile">Earn more free deliveries by inviting more friends</p>
|
||||
<a href="{{referral.sms}}">
|
||||
<button class="button green">
|
||||
<button class="button lightorange">
|
||||
<i class="fa fa-comment"></i> <span>Invite Friends</span>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<div class="hide-desktop">
|
||||
|
||||
<button class="button green button-invite" ng-click="navigation.link('/free-food','push')">
|
||||
<button class="button lightorange button-invite" ng-click="navigation.link('/free-food','push')">
|
||||
<span>Free food</span>
|
||||
</button>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user