fix skeleton styles
This commit is contained in:
@@ -104,14 +104,20 @@
|
||||
left: auto;
|
||||
}
|
||||
|
||||
/* .headerContainer{
|
||||
|
||||
} */
|
||||
|
||||
/* Enhanced responsive item description */
|
||||
@media (min-width: 769px) and (max-width: 1024px) {
|
||||
.itemDescription {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
/* .logo {
|
||||
display: none;
|
||||
} */
|
||||
.logo {
|
||||
left: 40px;
|
||||
width: 80px !important;
|
||||
height: 80px !important;
|
||||
}
|
||||
|
||||
.cover {
|
||||
width: 100%;
|
||||
@@ -121,6 +127,17 @@
|
||||
.restaurantHeader {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.leftShape {
|
||||
top: 170px;
|
||||
left: -3px;
|
||||
|
||||
}
|
||||
|
||||
.rightShape {
|
||||
top: 170px;
|
||||
left:116px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1025px) {
|
||||
@@ -145,7 +162,7 @@
|
||||
.pageContainer {
|
||||
padding: 0;
|
||||
transition: all 0.3s ease;
|
||||
background-color: "#F7F7F7"
|
||||
background-color: "#F7F7F7";
|
||||
}
|
||||
|
||||
/* Enhanced responsive page container */
|
||||
@@ -606,7 +623,6 @@
|
||||
.ratingContainer {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.ratingStar {
|
||||
@@ -646,6 +662,6 @@
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.restaurantDescriptionSkeleton .ant-skeleton-content .ant-skeleton-paragraph{
|
||||
.restaurantDescriptionSkeleton .ant-skeleton-content .ant-skeleton-paragraph {
|
||||
margin-block-start: 8px !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user