Commit 39061adc5125ee2f57121f6bd73673a774b26674

Authored by Shilpi Saini
1 parent 971f93c267
Exists in master

minor change

Showing 2 changed files with 7 additions and 4 deletions   Show diff stats
pages/caricatures.html
... ... @@ -146,9 +146,12 @@
146 146 <div class="stages card-align">
147 147 <div class="row">
148 148 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
149   - <div class="card1">
  149 + <div class="container">
150 150 <img class="card-img-top" src="images/Colombo.png">
151   - <img class="img-top" src="images/10 (1).png" ng-click="watch('Colombo')">
  151 + <!-- <img class="img-top" src="images/10 (1).png" ng-click="watch('Colombo')"> -->
  152 + <div class="overlay">
  153 + <div class="text">Sold Out</div>
  154 + </div>
152 155 </div>
153 156 <div class="txt">Likuid Spaces</div>
154 157 <div class="txt1">Colombo | October 5th, 2019</div>
... ...
... ... @@ -431,8 +431,8 @@
431 431 console.log("value2",value)
432 432 $scope.showval = false;
433 433 $scope.hideval = false;
434   - $scope.showvalue = false;
435   - $scope.hidevalue = true;
  434 + $scope.showvalue = true;
  435 + $scope.hidevalue = false;
436 436 }
437 437 }
438 438  
... ...