1
1
body {
2
2
margin : 0 ;
3
- font-family : "Segoe UI" , "GeezaPro" , "DejaVu Serif" , sans-serif, "-apple-system" , "BlinkMacSystemFont" ;
4
- font-size : 13px ;
3
+ font-family : "Segoe UI" ;
5
4
font-weight : 400 ;
6
- color : black;
5
+ font-size : 16px ;
6
+ line-height : 24px ;
7
+ color : # 767676 ;
8
+ }
9
+
10
+ .primary-text-style {
11
+ font-family : "Segoe UI" ;
12
+ font-weight : 400 ;
13
+ font-size : 16px ;
14
+ line-height : 24px ;
15
+ color : # 767676 ;
7
16
}
8
17
9
18
.e-title-bar {
56
65
57
66
.e-side-bar-operation-container {
58
67
background-color : # ffffff ;
68
+ width : 260px ;
59
69
}
60
70
61
71
.e-check-in-out-text {
@@ -70,31 +80,29 @@ body {
70
80
padding : 10px 3px ;
71
81
}
72
82
73
- .e-line-separator {
74
- width : 90% ;
75
- background-color : gray;
76
- padding : 1px 0px ;
77
- margin : 10px auto;
78
- }
79
-
83
+ .e-line-separator ,
80
84
.e-data-line-separator {
81
85
width : 95% ;
82
- background-color : gray ;
83
- padding : 0.2 px 0px ;
86
+ background-color : # EAEAEA ;
87
+ padding : 1 px 0px ;
84
88
margin : 10px auto;
85
89
}
86
90
87
91
.e-app-container {
88
- background-color : # e6eaed ;
92
+ background-color : # F0F4F6 ;
89
93
width : 100% ;
90
94
}
91
95
92
96
.e-operation-container {
93
- padding : 20px 10px ;
97
+ padding : 10px 10px ;
98
+ position : absolute;
99
+ z-index : 10 ;
100
+ right : 0px ;
101
+ top : 0px ;
94
102
}
95
103
96
104
.e-grid-container {
97
- padding : 10px ;
105
+ padding : 20 px 10 px 10 px 10px ;
98
106
}
99
107
100
108
.e-mobile-layout {
@@ -117,51 +125,47 @@ body {
117
125
}
118
126
119
127
.e-title-text {
120
- font-size : 15px ;
121
- font-weight : 900 ;
122
- color : black;
128
+ font-weight : 600 ;
129
+ color : # 333333 ;
123
130
}
124
131
125
132
.e-header-text {
126
- font-size : 15px ;
127
- font-weight : 900 ;
128
133
text-align : center;
129
134
padding : 10px ;
130
- color : black;
135
+ font-weight : 600 ;
136
+ color : # 333333 ;
137
+ }
138
+
139
+ .e-headercell .e-header-text {
140
+ padding : 14px ;
131
141
}
132
142
133
143
.e-semi-header-text {
134
- font-size : 13px ;
135
- font-weight : 700 ;
136
- color : black;
144
+ font-weight : 600 ;
145
+ color : # 333333 ;
137
146
}
138
147
139
148
.e-semi-bold-header-text {
140
- font-size : 14px ;
141
- font-weight : 800 ;
142
- color : black;
149
+ font-weight : 600 ;
150
+ color : # 333333 ;
143
151
}
144
152
145
153
.e-light-blue-border-bottom {
146
154
border-bottom : 3px solid # e0f2fe !important ;
147
155
}
148
156
149
- .templateRow {
150
- padding : 10px ;
151
- }
152
-
153
157
.templateRow td {
154
158
position : relative;
155
159
}
156
160
157
161
.e-rowtemplate-border-applier {
158
162
box-shadow : none;
159
- border : 5 px solid # e0f2fe !important ;
163
+ border : 1 px solid # EAEAEA !important ;
160
164
}
161
165
162
166
.e-room-not-available-cover {
163
167
position : absolute;
164
- width : 100% ;
168
+ width : calc ( 100% - 2 px ) ;
165
169
height : 100% ;
166
170
background-color : # f2f2f2 ;
167
171
opacity : 0.5 ;
@@ -224,20 +228,21 @@ body {
224
228
text-decoration : underline;
225
229
}
226
230
227
- .e-below-text-styler {
228
- margin-top : 5 px ;
231
+ .e-rating-container . e-custom-rating . e-rating-item-list {
232
+ margin : 0 px ;
229
233
}
230
234
231
- .e-quote-styler {
232
- font-size : 13px ;
233
- font-weight : 600 ;
234
- font-family : 'Gill Sans' , 'Gill Sans MT' , Calibri, 'Trebuchet MS' , sans-serif;
235
+ .e-rating-container .e-custom-rating .e-rating-item-container {
236
+ padding-left : 0px ;
237
+ padding-bottom : 0px ;
235
238
}
236
239
237
- .e-rating-container .e-custom-rating .e-rating-item-container {
238
- margin : -5px 0px 0px 0px ;
239
- padding : 0px 5px ;
240
- font-size : 18px ;
240
+ .e-rating-container .e-rating-item-container {
241
+ font-size : 16px ;
242
+ }
243
+
244
+ .e-rating-reviews-container {
245
+ align-items : center;
241
246
}
242
247
243
248
.e-book-layout {
@@ -266,9 +271,8 @@ body {
266
271
}
267
272
268
273
.e-cost-styler {
269
- font-size : 20px ;
270
274
font-weight : 600 ;
271
- color : black ;
275
+ color : # 333333 ;
272
276
}
273
277
274
278
.e-book-button {
@@ -289,21 +293,40 @@ body {
289
293
}
290
294
291
295
.e-details-container {
292
- background-color : # e6eaed ;
296
+ background-color : # F0F4F6 ;
297
+ padding-top : 30px ;
298
+ }
299
+
300
+ .e-carousel-image-holder-height {
301
+ height : 280px ;
293
302
}
294
303
295
304
.e-back-button-carousel-container {
296
305
display : block !important ;
297
306
}
298
307
308
+ .e-background-blur-image-container {
309
+ width : 100% ;
310
+ position : absolute;
311
+ z-index : 0 ;
312
+ }
313
+
314
+ .e-background-blur-image {
315
+ width : 100% ;
316
+ height : 100% ;
317
+ opacity : 0.8 ;
318
+ filter : blur (1px );
319
+ }
320
+
299
321
.e-back-button-container {
300
322
padding : 10px ;
323
+ position : absolute;
324
+ z-index : 1 ;
301
325
}
302
326
303
327
.e-back-button ::before {
304
328
content : "\e610" ;
305
- color : # 333 ;
306
- background-color : # ffffff ;
329
+ color : black;
307
330
padding : 5px ;
308
331
font-size : 17px ;
309
332
font-family : "e-icons" ;
@@ -330,36 +353,27 @@ body {
330
353
.e-details-info-container {
331
354
display : flex;
332
355
background-color : # ffffff ;
356
+ margin-top : 30px ;
333
357
}
334
358
335
359
.e-booking-details-container {
336
360
width : 100% ;
337
- border-left : 5px solid # e6eaed !important ;
338
- border-right : 5px solid # e6eaed !important ;
361
+ border-left : 5px solid # F0F4F6 !important ;
362
+ border-right : 5px solid # F0F4F6 !important ;
339
363
}
340
364
341
365
.e-booking-details-separator {
342
366
padding : 10px 15px ;
343
367
}
344
368
345
369
.e-hotel-details-container {
346
- border-right : 5px solid # e6eaed !important ;
370
+ border-right : 5px solid # F0F4F6 !important ;
347
371
}
348
372
349
373
.e-hotel-details-side-bar-separator {
350
374
padding : 10px 15px ;
351
375
}
352
376
353
- .e-toast-container .e-toast ,
354
- .e-toast-container .e-toast : hover {
355
- background-color : # 5b5b57 ;
356
- }
357
-
358
- .e-toast-container .e-toast .e-toast-message .e-toast-content ,
359
- .e-toast-container .e-toast .e-toast-message .e-toast-content : hover {
360
- color : white;
361
- }
362
-
363
377
.e-print-info {
364
378
display : none;
365
379
position : fixed;
@@ -374,19 +388,16 @@ body {
374
388
padding : 10px ;
375
389
}
376
390
377
- .e-custom- print-button {
378
- text-align : left ;
391
+ .e-print-info-separator {
392
+ margin-top : 10 px ;
379
393
}
380
394
381
- .e-custom-print-icon ::before {
382
- content : "\ebf9" ;
383
- color : # 333 ;
384
- font-size : 16px ;
385
- font-family : "e-icons" ;
395
+ .e-chip-list {
396
+ padding-left : 0px ;
386
397
}
387
398
388
- .e-print-info-separator {
389
- margin-top : 10 px ;
399
+ .e-chip . e-outline {
400
+ margin-left : 0 px ;
390
401
}
391
402
392
403
@import '../node_modules/@syncfusion/ej2-base/styles/fabric.css' ;
@@ -452,13 +463,13 @@ text-align: left;
452
463
453
464
.e-booking-details-container {
454
465
width : 100% ;
455
- border-left : 0px solid # e6eaed !important ;
456
- border-right : 0px solid # e6eaed !important ;
457
- border-bottom : 5px solid # e6eaed !important ;
466
+ border-left : 0px solid # F0F4F6 !important ;
467
+ border-right : 0px solid # F0F4F6 !important ;
468
+ border-bottom : 5px solid # F0F4F6 !important ;
458
469
}
459
470
460
471
.e-hotel-details-container {
461
- border-right : 0px solid # e6eaed !important ;
472
+ border-right : 0px solid # F0F4F6 !important ;
462
473
}
463
474
}
464
475
@@ -496,6 +507,7 @@ text-align: left;
496
507
position : absolute;
497
508
height : 100% ;
498
509
overflow-y : auto;
510
+ width : auto;
499
511
}
500
512
501
513
.e-carouselcomponent-container ,
@@ -511,13 +523,18 @@ text-align: left;
511
523
width : 320px ;
512
524
height : 180px ;
513
525
}
526
+
527
+ .e-operation-container {
528
+ position : static;
529
+ padding-top : 0px ;
530
+ }
514
531
}
515
532
516
533
@media only screen and (max-width : 560px ) {
517
534
518
535
.e-carouselcomponent-container ,
519
536
.e-carousel-img-container img {
520
- height : 180 px ;
537
+ height : 240 px ;
521
538
width : 320px ;
522
539
}
523
540
}
0 commit comments