fix(dashboard): active RMA section border (#8849)
**What** - fix border around active RMA section on larger screens **Prev**  **Now** 
This commit is contained in:
@@ -48,12 +48,12 @@ export const ActiveOrderClaimSection = ({
|
||||
background:
|
||||
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
|
||||
}}
|
||||
className="-m-4 mb-1 border-b p-4"
|
||||
className="z-10 -m-4 mb-1 border-x border-b p-4"
|
||||
>
|
||||
<Container className="flex items-center justify-between p-0">
|
||||
<div className="flex w-full flex-row divide-y divide-dashed justify-between">
|
||||
<div className="flex w-full flex-row justify-between">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 px-6 pt-4 mb-2">
|
||||
<div className="mb-2 flex items-center gap-2 px-6 pt-4">
|
||||
<ExclamationCircle className="text-ui-fg-subtle" />
|
||||
<Heading level="h2">{t("orders.claims.panel.title")}</Heading>
|
||||
</div>
|
||||
|
||||
@@ -48,12 +48,12 @@ export const ActiveOrderExchangeSection = ({
|
||||
background:
|
||||
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
|
||||
}}
|
||||
className="-m-4 mb-1 border-b p-4"
|
||||
className="z-10 -m-4 mb-1 border-x border-b p-4"
|
||||
>
|
||||
<Container className="flex items-center justify-between p-0">
|
||||
<div className="flex w-full flex-row divide-y divide-dashed justify-between">
|
||||
<div className="flex w-full flex-row justify-between">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 px-6 pt-4 mb-2">
|
||||
<div className="mb-2 flex items-center gap-2 px-6 pt-4">
|
||||
<ArrowPath className="text-ui-fg-subtle" />
|
||||
<Heading level="h2">{t("orders.exchanges.panel.title")}</Heading>
|
||||
</div>
|
||||
|
||||
@@ -51,12 +51,12 @@ export const ActiveOrderReturnSection = ({
|
||||
background:
|
||||
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
|
||||
}}
|
||||
className="-m-4 mb-1 border-b p-4"
|
||||
className="z-10 -m-4 mb-1 border-x border-b p-4"
|
||||
>
|
||||
<Container className="flex items-center justify-between p-0">
|
||||
<div className="flex w-full flex-row divide-y divide-dashed justify-between">
|
||||
<div className="flex w-full flex-row justify-between">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 px-6 pt-4 mb-2">
|
||||
<div className="mb-2 flex items-center gap-2 px-6 pt-4">
|
||||
<ArrowUturnLeft className="text-ui-fg-subtle" />
|
||||
<Heading level="h2">{t("orders.returns.panel.title")}</Heading>
|
||||
</div>
|
||||
|
||||
@@ -119,7 +119,7 @@ export const OrderActiveEditSection = ({
|
||||
background:
|
||||
"repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)",
|
||||
}}
|
||||
className="-m-4 mb-1 border-b p-4"
|
||||
className="z-10 -m-4 mb-1 border-x border-b p-4"
|
||||
>
|
||||
<Container className="flex items-center justify-between p-0">
|
||||
<div className="flex w-full flex-col divide-y divide-dashed">
|
||||
|
||||
Reference in New Issue
Block a user