From f197e701a21e40f65b17ba2a5a25bb0cda7003f2 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sat, 17 Jun 2023 12:06:25 -0700 Subject: more ui details --- extension/react-app/src/components/index.ts | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'extension/react-app/src/components/index.ts') diff --git a/extension/react-app/src/components/index.ts b/extension/react-app/src/components/index.ts index d99b4d96..fc94c51f 100644 --- a/extension/react-app/src/components/index.ts +++ b/extension/react-app/src/components/index.ts @@ -95,26 +95,6 @@ export const Loader = styled.div` margin: auto; `; -export const GradientBorder = styled.div<{ - borderWidth?: string; - borderRadius?: string; - borderColor?: string; -}>` - border-radius: ${(props) => props.borderRadius || "0"}; - padding-top: ${(props) => props.borderWidth || "1px"}; - padding-bottom: ${(props) => props.borderWidth || "1px"}; - background: ${(props) => - props.borderColor - ? props.borderColor - : `linear-gradient( - 101.79deg, - #12887a 0%, - #87245c 37.64%, - #e12637 65.98%, - #ffb215 110.45% - )`}; -`; - export const MainContainerWithBorder = styled.div<{ borderWidth?: string }>` border-radius: ${defaultBorderRadius}; padding: ${(props) => props.borderWidth || "1px"}; -- cgit v1.2.3-70-g09d2