enhance brief menu card styles
This commit is contained in:
@@ -32,14 +32,13 @@ export default function BriefMenuCard() {
|
||||
<>
|
||||
<ProInputCard
|
||||
title={t("checkout.orderSummary")}
|
||||
dividerStyle={{ margin: "5px 0 0 0" }}
|
||||
dividerStyle={{ margin: "3px 0 16px 0" }}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
flexDirection: "row",
|
||||
justifyContent: "space-between",
|
||||
padding: "16px 0",
|
||||
}}
|
||||
onClick={() => {
|
||||
if (orderId && location.pathname.includes("/order/")) {
|
||||
|
||||
Reference in New Issue
Block a user