Kobus 5 years ago
parent
commit
fc7c2ff4f9

+ 6
- 5
src/components/property/propertyPage.vue View File

@@ -66,15 +66,16 @@
66 66
               </div>
67 67
               <div class="col-md-5 col-lg-4">
68 68
                 <div class="property-price d-flex justify-content-center foo">
69
-                  <div class="card-header-c d-flex">
70
-                    <div class="card-box-ico">
71
-                      <span class="ion-money">R</span>
72
-                    </div>
69
+                  <!-- <div class="card-header-c d-flex"> -->
70
+                  <div style="width: 300px; height: 80px; border-style: solid; color: #60CBEB;">
71
+                    <!-- <span class="ion-money">R</span> -->
72
+
73 73
                     <div class="card-title-c align-self-center">
74
-                      <h5 class="title-c">{{ formatPrice(property.price) }}</h5>
74
+                      <h5 class="title-c">R{{ formatPrice(property.price) }}</h5>
75 75
                       <h6 v-if="property.pricePer">Per {{property.pricePer}}</h6>
76 76
                     </div>
77 77
                   </div>
78
+                  <!-- </div> -->
78 79
                 </div>
79 80
                 <div class="property-summary">
80 81
                   <div class="row">

+ 9
- 8
src/components/timeshare/resort/unitPage.vue View File

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

Loading…
Cancel
Save