|
@@ -110,15 +110,16 @@
|
110
|
110
|
</div>
|
111
|
111
|
<div class="col-md-6">
|
112
|
112
|
<label for="price">Price</label>
|
113
|
|
- <div class="property-price d-flex justify-content-center foo">
|
114
|
|
- <div class="card-header-c d-flex">
|
115
|
|
- <div class="card-box-ico">
|
116
|
|
- <span class="ion-money">R</span>
|
117
|
|
- </div>
|
118
|
|
- <div class="card-title-c align-self-center">
|
119
|
|
- <h5 class="title-c">{{ formatPrice(week.price) }}</h5>
|
120
|
|
- </div>
|
|
113
|
+ <div class="property-price d-flex">
|
|
114
|
+ <!-- <div class="card-header-c d-flex"> -->
|
|
115
|
+ <div style="width: 260px; height: 70px; border-style: solid; color: #60CBEB;">
|
|
116
|
+ <!-- <div class="card-title-c align-self-center"> -->
|
|
117
|
+ <a class="justify-content-center" style="color: black; font-size: 250%">
|
|
118
|
+ <b>R{{ formatPrice(week.price) }}</b>
|
|
119
|
+ </a>
|
|
120
|
+ <!-- </div> -->
|
121
|
121
|
</div>
|
|
122
|
+ <!-- </div> -->
|
122
|
123
|
</div>
|
123
|
124
|
</div>
|
124
|
125
|
</div>
|