add rate feature to orders page & enhance menu page
This commit is contained in:
@@ -50,7 +50,10 @@
|
||||
row-gap: 10px;
|
||||
transition: all 0.3s ease;
|
||||
border-radius: 50px;
|
||||
background-color: rgba(255, 183, 0, 0.12);
|
||||
border: 1px solid #f5f5f6;
|
||||
/* background-color: rgba(255, 183, 0, 0.12); */
|
||||
|
||||
box-shadow: 0px 70px 20px 0px #c9c9c900;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@@ -103,12 +106,12 @@
|
||||
gap: 20px;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
margin-top: 8px;
|
||||
margin-top: 19px;
|
||||
}
|
||||
|
||||
.socialIcon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user