checkout: UI + styles enhacnements

This commit is contained in:
2025-12-30 23:50:42 +03:00
parent 3ed5c4d5d6
commit 5d523e2508
24 changed files with 355 additions and 122 deletions

View File

@@ -237,6 +237,8 @@ export default function RestaurantServices() {
letterSpacing: "0%",
verticalAlign: "middle",
color: "#434E5C",
position: "relative",
top: -1
}}
>
{s?.title}

View File

@@ -975,6 +975,7 @@
}
.scheduledOrderIcon {
margin-top: -2px;
position: relative;
top: 1px;
font-size: 22px;
}