diff --git a/portal-ui/src/common/HelpBox.tsx b/portal-ui/src/common/HelpBox.tsx index bffd8af1a..9ac063f2b 100644 --- a/portal-ui/src/common/HelpBox.tsx +++ b/portal-ui/src/common/HelpBox.tsx @@ -44,9 +44,6 @@ const styles = (theme: Theme) => marginRight: ".8rem", }, }, - iconSize: { - fontSize: 64, - }, helpText: { fontSize: 16, }, diff --git a/portal-ui/src/screens/Console/Account/Account.tsx b/portal-ui/src/screens/Console/Account/Account.tsx index 872836bf6..1fbc6277f 100644 --- a/portal-ui/src/screens/Console/Account/Account.tsx +++ b/portal-ui/src/screens/Console/Account/Account.tsx @@ -54,42 +54,6 @@ const CredentialsPrompt = withSuspense( const styles = (theme: Theme) => createStyles({ - seeMore: { - marginTop: theme.spacing(3), - }, - paper: { - display: "flex", - overflow: "auto", - flexDirection: "column", - }, - addSideBar: { - width: "480px", - minWidth: "320px", - padding: "20px", - }, - tableToolbar: { - paddingLeft: theme.spacing(2), - paddingRight: theme.spacing(0), - }, - wrapCell: { - maxWidth: "200px", - whiteSpace: "normal", - wordWrap: "break-word", - }, - minTableHeader: { - color: "#393939", - "& tr": { - "& th": { - fontWeight: "bold", - }, - }, - }, - imageIcon: { - height: "100%", - }, - iconRoot: { - textAlign: "center", - }, ...actionsTray, ...searchField, searchField: { diff --git a/portal-ui/src/screens/Console/Buckets/BucketDetails/AccessRulePanel.tsx b/portal-ui/src/screens/Console/Buckets/BucketDetails/AccessRulePanel.tsx index fa6edb2f4..169156e69 100644 --- a/portal-ui/src/screens/Console/Buckets/BucketDetails/AccessRulePanel.tsx +++ b/portal-ui/src/screens/Console/Buckets/BucketDetails/AccessRulePanel.tsx @@ -56,48 +56,6 @@ const EditAccessRuleModal = withSuspense( const styles = (theme: Theme) => createStyles({ - seeMore: { - marginTop: theme.spacing(3), - }, - paper: { - display: "flex", - overflow: "auto", - flexDirection: "column", - }, - - addSideBar: { - width: "320px", - padding: "20px", - }, - tableToolbar: { - paddingLeft: theme.spacing(2), - paddingRight: theme.spacing(0), - }, - minTableHeader: { - color: "#393939", - "& tr": { - "& th": { - fontWeight: "bold", - }, - }, - }, - fileName: { - display: "flex", - alignItems: "center", - }, - fileNameText: { - whiteSpace: "nowrap", - overflow: "hidden", - textOverflow: "ellipsis", - }, - buttonsContainer: { - "& .MuiButtonBase-root": { - marginLeft: 10, - }, - }, - browsePaper: { - height: "calc(100vh - 280px)", - }, "@global": { ".rowLine:hover .iconFileElm": { backgroundImage: "url(/images/ob_file_filled.svg)", @@ -110,12 +68,6 @@ const styles = (theme: Theme) => marginLeft: "10px", align: "right", }, - badgeOverlap: { - "& .MuiBadge-badge": { - top: 35, - right: 10, - }, - }, ...actionsTray, ...searchField, ...objectBrowserCommon, diff --git a/portal-ui/src/screens/Console/Buckets/BucketDetails/AddAccessRule.tsx b/portal-ui/src/screens/Console/Buckets/BucketDetails/AddAccessRule.tsx index d7db54c72..4e856383e 100644 --- a/portal-ui/src/screens/Console/Buckets/BucketDetails/AddAccessRule.tsx +++ b/portal-ui/src/screens/Console/Buckets/BucketDetails/AddAccessRule.tsx @@ -47,10 +47,6 @@ const styles = (theme: Theme) => buttonContainer: { textAlign: "right", }, - pathLabel: { - marginTop: 0, - marginBottom: 32, - }, ...modalBasic, }); @@ -121,12 +117,7 @@ const AddAccessRule = ({ /> -