Skip to content

Commit fb47250

Browse files
committed
Merge branch 'master' of https://github.com/ramwohlig/trip-task
2 parents c33b91a + 65adb30 commit fb47250

File tree

10 files changed

+53
-20
lines changed

10 files changed

+53
-20
lines changed

src/assets/imagesR/fb.png

6.57 KB
Loading

src/assets/imagesR/rss.png

9.64 KB
Loading

src/assets/imagesR/tt.png

8.84 KB
Loading

src/assets/imagesR/yt.png

10.3 KB
Loading

src/assets/scss/_rvariables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ $priceColor:#f13745;
1212
$mmtAssuredbg:#1d5089;
1313
$mmtAssuredTick:#eb3237;
1414
$footerbgcolor:#134697;
15+
$cardfont: 10px;
1516

src/components/listcomponents/BottomFooter.vue

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,30 @@
9898
<li><a href="#">Hotels in Macau</a></li>
9999
</ul></b-col
100100
>
101-
<b-col md="2" class="px-1 footer-text">Follow Us</b-col>
101+
<b-col md="2" class="px-1 footer-text">
102+
<div>
103+
<img
104+
class="social-icons mr-1"
105+
src="../../assets/imagesR/fb.png"
106+
alt=""
107+
/>
108+
<img
109+
class="social-icons mr-1"
110+
src="../../assets/imagesR/tt.png"
111+
alt=""
112+
/>
113+
<img
114+
class="social-icons mr-1"
115+
src="../../assets/imagesR/yt.png"
116+
alt=""
117+
/>
118+
<img
119+
class="social-icons mr-1"
120+
src="../../assets/imagesR/rss.png"
121+
alt=""
122+
/>
123+
</div>
124+
</b-col>
102125
</b-row>
103126
</b-container>
104127
</div>
@@ -144,4 +167,10 @@ export default {
144167
}
145168
}
146169
}
170+
171+
.social-icons {
172+
background-color: white;
173+
border-radius: 50%;
174+
height: 30px;
175+
}
147176
</style>

src/components/listcomponents/CheckboxComponentnoscroll.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ export default {
5555
color: $dimfont;
5656
height: 162px;
5757
padding: 0px;
58-
overflow-y: hidden !important;
5958
}
6059
</style>

src/components/listcomponents/FilterCheckbox.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
<div class="ListSelectortitleText mt-3 mb-2">{{ filtertoptitle }}</div>
44
<div class="border checkboxfilter px-2">
55
<slot name="checkboxLoopData"></slot>
6-
<!-- <div class="border-bottom">
7-
<div class="checkbox-heading">
8-
Apart-Hotel
9-
<span class="float-right">
10-
<input class="checkbox-edit" type="checkbox" />
11-
</span>
12-
</div>
13-
</div> -->
146
</div>
157
</div>
168
</template>

src/components/listcomponents/Hotelcard.vue

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
/>MMT ASSURED
130130
</span>
131131
</div>
132+
<div class="hotel-cut-price mt-3 text-right">
133+
<span class="red-price">{{ card.cutPrice }}</span>
134+
</div>
132135
<div class="hotel-price mt-3 text-right">
133136
<span class="red-price">Rs. 3,009</span>
134137
</div>
@@ -221,7 +224,8 @@ export default {
221224
price: "Rs. 3,009",
222225
pricetime: "per room/night",
223226
breakfast: true,
224-
freeCancellation: true
227+
freeCancellation: true,
228+
cutPrice: "Rs. 4,000"
225229
},
226230
{
227231
hotelName: "Ibis One Central Hotel",
@@ -242,7 +246,8 @@ export default {
242246
price: "Rs. 3,009",
243247
pricetime: "per room/night",
244248
breakfast: true,
245-
freeCancellation: true
249+
freeCancellation: true,
250+
cutPrice: "Rs. 4,000"
246251
},
247252
{
248253
hotelName: "Ibis One Central Hotel",
@@ -305,7 +310,8 @@ export default {
305310
price: "Rs. 3,009",
306311
pricetime: "per room/night",
307312
breakfast: true,
308-
freeCancellation: true
313+
freeCancellation: true,
314+
cutPrice: "Rs. 4,000"
309315
},
310316
{
311317
hotelName: "Ibis One Central Hotel",
@@ -563,6 +569,12 @@ export default {
563569
}
564570
}
565571
572+
.hotel-cut-price {
573+
text-decoration: line-through;
574+
font-size: 13px;
575+
color: $dimfont;
576+
}
577+
566578
.hotel-price {
567579
.red-price {
568580
color: red;

src/components/listcomponents/SearchArea.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="mt-5 mx-4">
2121
<b-row class="mx-1 searchbox">
2222
<b-col md="3" class="search-hotel">
23-
<div class="searchbox-title">CITY, HOTEL OR ARE</div>
23+
<div class="searchbox-title">CITY, HOTEL OR AREA</div>
2424
<div><input type="text" class="searchbox-input-hotel" /></div>
2525
</b-col>
2626
<b-col md="2" class="checkin-date">
@@ -86,7 +86,7 @@ export default {
8686
color: #fff;
8787
8888
.links {
89-
font-size: 10px;
89+
font-size: $cardfont;
9090
transform: scale(0.95, 1.2);
9191
a {
9292
text-decoration: none;
@@ -117,7 +117,7 @@ export default {
117117
border-right: 1px solid #d2d2d2;
118118
119119
.searchbox-title {
120-
font-size: 10px;
120+
font-size: $cardfont;
121121
color: $dimfont;
122122
}
123123
@@ -137,7 +137,7 @@ export default {
137137
138138
.checkin-date {
139139
.datebox-title {
140-
font-size: 10px;
140+
font-size: $cardfont;
141141
color: $dimfont;
142142
}
143143
@@ -157,7 +157,7 @@ export default {
157157
158158
.checkout-date {
159159
.datebox-title {
160-
font-size: 10px;
160+
font-size: $cardfont;
161161
color: $dimfont;
162162
}
163163
@@ -179,7 +179,7 @@ export default {
179179
border-right: 1px solid #d2d2d2;
180180
181181
.night-title {
182-
font-size: 10px;
182+
font-size: $cardfont;
183183
color: $dimfont;
184184
}
185185
@@ -199,7 +199,7 @@ export default {
199199
200200
.rooms-select {
201201
.rooms-title {
202-
font-size: 10px;
202+
font-size: $cardfont;
203203
color: $dimfont;
204204
}
205205

0 commit comments

Comments
 (0)