From 6b55690e6e9325baa7c1f020a371e98acdc50224 Mon Sep 17 00:00:00 2001 From: Claudemir Todo Bom Date: Fri, 17 May 2024 20:18:04 -0300 Subject: [PATCH] Responsiveness of donation area --- frontend/src/pages/Dashboard/index.js | 91 ++++++++++++++------------- 1 file changed, 46 insertions(+), 45 deletions(-) diff --git a/frontend/src/pages/Dashboard/index.js b/frontend/src/pages/Dashboard/index.js index 3c39393d..cc493a36 100644 --- a/frontend/src/pages/Dashboard/index.js +++ b/frontend/src/pages/Dashboard/index.js @@ -90,10 +90,11 @@ const useStyles = makeStyles((theme) => ({ }, supportBox: { backgroundColor: theme.palette.secondary.light, - margin: "5px", borderRadius: "10px", - maxWidth: "calc(33.333333% - 10px)", textAlign: "center", + borderColor: theme.palette.secondary.main, + borderWidth: "3px", + borderStyle: "solid", }, cardAvatar: { fontSize: "55px", @@ -394,49 +395,49 @@ const Dashboard = () => { ( - - - - {i18n.t("ticketz.support.title")} - - - - - PIX - -
- -
- - 1ab11506-9480-4303-8e1e-988e7c49ed4d - -
- - - {i18n.t("ticketz.support.mercadopagotitle")} - - - {i18n.t("ticketz.support.recurringbrl")} - - - - - - {i18n.t("ticketz.support.paypaltitle")} - - - {i18n.t("ticketz.support.international")} - - - -
-
-
- )} /> + + + + {i18n.t("ticketz.support.title")} + + + + + PIX + +
+ +
+ + 1ab11506-9480-4303-8e1e-988e7c49ed4d + +
+ + + {i18n.t("ticketz.support.mercadopagotitle")} + + + {i18n.t("ticketz.support.recurringbrl")} + + + + + + {i18n.t("ticketz.support.paypaltitle")} + + + {i18n.t("ticketz.support.international")} + + + +
+
+
+ )} /> {/* DASHBOARD ATENDIMENTOS HOJE */}