Skip to content

Commit ecb343f

Browse files
946605: Need to implement UI team suggested changes in hotel booking application
1 parent 1dd876c commit ecb343f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Hotel-booking-App/src/components/HotelBook/HotelBook.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245

246246
.e-img {
247247
margin: 15px;
248-
width: 210px;
248+
width: 310px;
249249
height: 210px;
250250
}
251251

@@ -529,13 +529,13 @@
529529

530530
#hotelamenities,
531531
#roomamenities {
532-
border-color: #a5b4fc;
532+
border-color: #D1D5DB;
533533
}
534534

535535
.e-treeview .e-level-1.e-list-item>.e-fullrow,
536536
.e-treeview .e-level-1.e-list-item.e-active.e-hover>.e-fullrow,
537537
.e-treeview .e-level-1.e-list-item.e-active.e-node-focus>.e-fullrow {
538-
background-color: #eef2ff;
538+
background-color: #F3F4F6;
539539
}
540540

541541
.e-dialog.e-dialog-print-info .e-dlg-header {

0 commit comments

Comments
 (0)