add rate feature to orders page & enhance menu page

This commit is contained in:
2025-12-30 01:22:49 +03:00
parent 0edd13f2fb
commit a64f92d1fd
10 changed files with 218 additions and 33 deletions

View File

@@ -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;
}