Skip to content

Commit e70c8d8

Browse files
committed
today changes
1 parent 7d1121d commit e70c8d8

File tree

10 files changed

+155
-99
lines changed

10 files changed

+155
-99
lines changed

src/assets/scss/Sstyle/roominfo.scss

Lines changed: 45 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
.outline-whole-row {
1111
border: 1px solid #8080807a;
1212
font-size: 10px;
13-
border-radius: 6px;
13+
border-radius: 3px;
1414
box-shadow: 0.01px 0.01px 0.01px 0.01px grey;
1515
height: 158px;
1616
}
17-
.outline-whole-row-review
17+
.roominfo-col3-review
1818
{
1919
border: 1px solid #8080807a;
2020
font-size: 12px;
21-
border-radius: 6px;
21+
border-radius: 3px;
2222
box-shadow: 0.01px 0.01px 0.01px 0.01px grey;
2323
height: 104px;
2424
}
@@ -30,27 +30,23 @@
3030
.outline-button {
3131
margin-left: 25px;
3232
}
33-
.img-row-p {
34-
padding-left: 15px;
35-
padding-right: 15px;
36-
}
3733
.outline-whole-row2 {
3834
border: 1px solid #8080807a;
3935
font-size: 12px;
4036
margin-top: 10px;
4137
height: 112px;
4238
border-radius: 6px;
4339
}
44-
.outline-whole-row3 {
45-
border: 1px solid #8080807a;
40+
.roominfo-col-3 {
4641
font-size: 11px;
47-
padding: 3px;
48-
width: 274px;
42+
width: 277px;
4943
height: 28px;
5044
text-align: center;
5145
border-radius: 3px;
5246
color: red;
5347
background-color: #ff00002e;
48+
margin-top: -28px;
49+
padding: 6px 6px 6px 0px;
5450
}
5551
.price-per-night-text
5652
{
@@ -71,11 +67,12 @@
7167
background-size: 16px 44px;
7268
}
7369
.div-back-image-restaurant {
74-
background: linear-gradient(rgba(13, 14, 14, 0.12), rgba(19, 21, 21, 0.83)),
70+
background:
7571
url("../assets/ImagesS/rest.jpeg");
7672

7773
height: 104px;
7874
width: 164px;
75+
position: relative;
7976
}
8077
.div-back-image-map {
8178
background: linear-gradient(rgba(13, 14, 14, 0.12), rgba(19, 21, 21, 0.83)),
@@ -91,26 +88,35 @@
9188
margin-top: 87px;
9289
margin-left: 11px;
9390
font-weight: bold;
91+
position: absolute;
92+
bottom: 5px;
93+
left: 8px;
9494
}
9595
.div-back-image-room {
96-
background: linear-gradient(rgba(13, 14, 14, 0.12), rgba(19, 21, 21, 0.28)),
96+
background-image:
9797
url("../assets/ImagesS/room.jpeg");
9898

9999
height: 158px;
100-
width: 340px;
100+
width: 100%;
101101
border-radius: 0px 3px 3px 0px;
102+
position: relative;
103+
background-repeat: round;
102104
}
103105
.font-room {
104106
color: white;
105107
font-size: 10px;
106108
margin-top: 108px;
107109
font-weight: bold;
110+
position: absolute;
111+
bottom: 5px;
112+
left: 8px;
113+
108114
}
109115
.border-style {
110116
border-top: 1px solid #80808057;
111117
}
112118
.bed-queen {
113-
font-size: 10px;
119+
font-size: 12px;
114120
color: $alltextbluecolor;
115121
}
116122
.price-per-night {
@@ -151,8 +157,8 @@
151157
background-color: $textgreencolor;
152158
color: white;
153159
height: 30px;
154-
width: 56px;
155-
border-radius: 5px;
160+
width: 48px;
161+
border-radius: 3px;
156162
text-align: center;
157163
font-size: 15px;
158164
padding-top: 3px;
@@ -169,22 +175,30 @@
169175
font-size: 11px;
170176
padding-bottom: 5px;
171177
color: $alltextheadcolor;
178+
text-overflow: ellipsis;
179+
overflow: hidden;
180+
width: 244px;
181+
height: 3.2em;
182+
white-space: nowrap;
172183
}
173184
.north-star {
174185
font-size: 10px;
175186
color:$allgraytextcolor;
176187
}
177-
.star-padding{
188+
.hotel-star-size{
178189
font-size: 9px;
190+
display: inline-block;
191+
vertical-align: middle;
179192
}
180193
.more-review-font {
181194
color: $alltextbluecolor;
182195
}
183-
.ibis-font {
196+
.ibis-hotel-head {
184197
font-size: 18px;
185-
display: inline-flex;
198+
display: inline-block;
199+
vertical-align: baseline;
186200
}
187-
.ibis-hotel-below {
201+
.ibis-hotel-subhead {
188202
color: $alltextbluecolor;
189203
font-size: 13px;
190204
margin-top: -7px;
@@ -203,4 +217,14 @@
203217
.room-only-refund-tick{
204218
font-size: 9px;
205219
color: $textgreencolor;
220+
}
221+
.northstar-text-overflow{
222+
text-overflow: ellipsis;
223+
overflow: hidden;
224+
width: 78px;
225+
height: 3.2em;
226+
white-space: nowrap;
227+
}
228+
.standard-room-div-width{
229+
width: 60%;
206230
}

src/assets/scss/Sstyle/table.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
box-shadow: 2px 2px 2px 2px #70809021;
1414
border-radius: 5px;
1515
margin: 12px 4px 12px;
16-
}
17-
.break-inc {
18-
margin-top: 12px;
16+
text-align: center;
17+
padding: 12px 0px;
1918
font-size: 14px;
19+
2020
}
2121
.free-cance-margin {
2222
margin-left: -382px;
@@ -54,7 +54,7 @@
5454
font-weight: bold;
5555
}
5656
.break-cancel-display{
57-
display: inline-flex;
57+
display: inline-block;
5858
}
5959

6060

src/assets/scss/_svariables.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$alltextbluecolor:#008cff;
22
$allgradientbluecolor:linear-gradient(96deg, #53b2fe, #065af3);
3-
$textgreencolor:#1ea270c4;
3+
$textgreencolor:#48a783;
44
$greentooltipcolor:#d7fae2;
55
$textredcolor:#eb2026;
66
$textwhitecolor:#fff;
@@ -9,6 +9,7 @@ $mybuttoncolor:linear-gradient(45deg,#ace143,#219393);
99
$tablepricebgcolor:#d7fae2;
1010
$citysearchWdiv:#0a223d;
1111
$citysearchWdivbox:rgba(255,255,255, 0.1);
12-
$allgraytextcolor:#808080cf;
13-
$alltextheadcolor:#000000bf;
12+
$allgraytextcolor:#545050;
13+
$alllightgraytext:#c5c5c5;
14+
$alltextheadcolor:#484848;
1415

src/components/facilities.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
<div class="div-border">
1616
<div class="facility-display">
1717
<div>
18-
<span class="mr-3">
18+
<span class="mr-2">
1919
<font-awesome-icon :icon="['fas', 'wifi']" />
2020
</span>
2121
<span class="facility-head">Free Wi-fi</span>
2222
</div>
2323
<div>
24-
<span class="mr-3">
24+
<span class="mr-2">
2525
<font-awesome-icon :icon="['fas', 'utensils']"
2626
/></span>
2727
<span class="facility-head">Restaurant</span>
2828
</div>
2929
<div>
30-
<span class="mr-3">
30+
<span class="mr-2">
3131
<font-awesome-icon :icon="['fas', 'parking']" />
3232
</span>
3333
<span class="facility-head"> Parking</span>
3434
</div>
3535
<div>
36-
<span class="mr-3"
36+
<span class="mr-2"
3737
><font-awesome-icon :icon="['fab', 'centos']"
3838
/></span>
3939
<span class="facility-head">Fitness Centre</span>
@@ -423,5 +423,4 @@
423423
.facility-head {
424424
margin-right: 168px;
425425
}
426-
427426
</style>

src/components/price.vue

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
<b-row>
33
<div>
44
<div class="price-title ">
5-
<span class="table-text-color">
6-
Deal Applied:<b>INTL_CBCARDDTACC.</b> You Get Cashback of Rs. 285 to
7-
all credit and debit card within next 72 hours, T&C apply
5+
<span class="price-table-head">
6+
Deal Applied:<span class="font-weight-bold">INTL_CBCARDDTACC.</span>
7+
You Get Cashback of Rs. 285 to all credit and debit card within next
8+
72 hours, T&C apply
89
</span>
910
</div>
1011
<div class="option-div-display">
1112
<div>
12-
<div class="price-light-through pt-2 table-text-color">₹3529</div>
13+
<div class="price-light-through pt-2 price-table-prices">₹3529</div>
1314
<div class="price-color font-weight-bold">₹ 3,177</div>
14-
<div class="table-text-color">Per Night</div>
15+
<div class="price-table-prices">Per Night</div>
1516
</div>
1617
<div class="my-auto ml-3">
1718
<button class="booknow-box-button button-style">
@@ -39,7 +40,11 @@
3940
font-size: 17px;
4041
color: $alltextheadcolor;
4142
}
42-
.table-text-color{
43+
.price-table-prices {
44+
color: $alllightgraytext;
45+
}
46+
.price-table-head
47+
{
4348
color: $allgraytextcolor;
4449
}
4550
</style>

src/components/reviews.vue

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="zero-bg-color m-0 ">
88
<div class="mx-auto">
99
<div>
10-
<span class="mx-auto zero-font">4.0</span>
10+
<span class="mx-auto zero-font font-weight-bold">4.0</span>
1111
</div>
1212
<div>
1313
<span class="review-font">920 Reviews</span>
@@ -53,7 +53,7 @@
5353
</div>
5454
</b-col>
5555
<b-col md="7">
56-
<div class="loc-sleep-display">
56+
<div class="review-col-3">
5757
<div class="location-margin">
5858
<div class="my-auto ">
5959
<font-awesome-icon :icon="['fas', 'dot-circle']" />
@@ -130,7 +130,7 @@
130130
<font-awesome-icon :icon="['far', 'circle']" />
131131
</span>
132132
</div>
133-
<div class="nt-text-color pb-2">
133+
<div class="comment-lightgray-head pb-2">
134134
{{ review.reviewname }}
135135
</div>
136136
<div class="para-font-size">{{ review.reviewpara }}</div>
@@ -201,17 +201,17 @@ export default {
201201
box-shadow: 1px 1px 1px 1px #8888882b;
202202
}
203203
.grade-review {
204-
margin-left: -66px;
204+
margin-left: -87px;
205205
margin-top: 6px;
206206
}
207207
.icon-color {
208208
color: $textgreencolor;
209209
font-size: 14px;
210210
vertical-align: middle;
211211
}
212-
.nt-text-color {
213-
color: #80808059;
214-
font-size: 13px;
212+
.comment-lightgray-head {
213+
color: $alllightgraytext;
214+
font-size: 12px;
215215
}
216216
.para-font-size {
217217
font-size: 13px;
@@ -232,7 +232,7 @@ export default {
232232
font-size: 13px;
233233
}
234234
.icon-size {
235-
font-size: 14px;
235+
font-size: 10px;
236236
}
237237
.zero-font {
238238
font-size: 30px;
@@ -244,7 +244,7 @@ export default {
244244
.zero-col-border {
245245
border: 1px solid $textgreencolor;
246246
border-radius: 4px;
247-
width: 106px;
247+
width: 94px;
248248
}
249249
250250
.review-number-size {
@@ -253,7 +253,7 @@ export default {
253253
}
254254
.review-border {
255255
border-right: 1px solid #b6b3b32e;
256-
margin-right: 71px;
256+
margin-right: 103px;
257257
}
258258
.location-margin {
259259
margin-top: 33px;
@@ -279,8 +279,9 @@ export default {
279279
text-decoration: none;
280280
color: $alltextbluecolor;
281281
}
282-
.loc-sleep-display {
283-
display: inline-flex;
282+
.review-col-3{
283+
display:flex;
284+
margin-left:-55px;
284285
}
285286
.review-dot-icon {
286287
font-size: 10px;

0 commit comments

Comments
 (0)