added a grey bg to preload bgs
This commit is contained in:
parent
65f9885dff
commit
90ddce58a1
@ -6,7 +6,7 @@
|
||||
|
||||
<div class="restaurant-pad"></div>
|
||||
|
||||
<div ng-if="restaurant.image">
|
||||
<div ng-if="restaurant.image" class="restaurant-pic-wrapper">
|
||||
|
||||
<div class="restaurant-pic" style="background: url({{restaurant.img}});"><div class="restaurant-pic-overlay"></div></div>
|
||||
<div class="restaurant-name">
|
||||
|
||||
@ -3307,4 +3307,7 @@ select {
|
||||
}
|
||||
.order-item-wrap:active {
|
||||
opacity: .8;
|
||||
}
|
||||
.restaurant-pic-wrapper {
|
||||
background: #505050;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user