File tree Expand file tree Collapse file tree 8 files changed +19
-20
lines changed Expand file tree Collapse file tree 8 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22import styled , { css } from "styled-components" ;
33import { landscapeStyle } from "styles/landscapeStyle" ;
4- import WithHelpTooltip from "pages/Dashboard /WithHelpTooltip" ;
4+ import WithHelpTooltip from "components /WithHelpTooltip" ;
55
66const Container = styled . div `
77 display: flex;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
22import styled , { css } from "styled-components" ;
33import { landscapeStyle } from "styles/landscapeStyle" ;
44import { CircularProgress } from "@kleros/ui-components-library" ;
5- import WithHelpTooltip from ".. /WithHelpTooltip" ;
5+ import WithHelpTooltip from "components /WithHelpTooltip" ;
66
77const Container = styled . div `
88 display: flex;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
22import styled from "styled-components" ;
33import { useAccount } from "wagmi" ;
44import TokenRewards from "./TokenRewards" ;
5- import WithHelpTooltip from ".. /WithHelpTooltip" ;
5+ import WithHelpTooltip from "components /WithHelpTooltip" ;
66import { getFormattedRewards } from "utils/jurorRewardConfig" ;
77import { CoinIds } from "consts/coingecko" ;
88import { useUserQuery } from "queries/useUser" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
22import styled from "styled-components" ;
33import { Box as _Box , Button } from "@kleros/ui-components-library" ;
44import TokenRewards from "./TokenRewards" ;
5- import WithHelpTooltip from ".. /WithHelpTooltip" ;
5+ import WithHelpTooltip from "components /WithHelpTooltip" ;
66import { EnsureChain } from "components/EnsureChain" ;
77
88const Container = styled . div `
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
22import styled , { css } from "styled-components" ;
33import { BREAKPOINT_LANDSCAPE , landscapeStyle } from "styles/landscapeStyle" ;
44import { useWindowSize } from "react-use" ;
5- import WithHelpTooltip from "pages/Dashboard /WithHelpTooltip" ;
5+ import WithHelpTooltip from "components /WithHelpTooltip" ;
66
77const Container = styled . div `
88 display: flex;
Original file line number Diff line number Diff line change @@ -6,22 +6,21 @@ import HowItWorks from "components/HowItWorks";
66import JurorLevels from "components/Popup/MiniGuides/JurorLevels" ;
77
88const Container = styled . div `
9- display: flex;
10- justify-content: space-between;
11- width: 100%;
12- background-color: ${ ( { theme } ) => theme . lightBlue } ;
13- padding: 24px;
14- border 1px solid ${ ( { theme } ) => theme . stroke } ;
15- border-top-left-radius: 3px;
16- border-top-right-radius: 3px;
17- border-bottom: none;
18- flex-wrap: wrap;
19- ${ landscapeStyle (
20- ( ) =>
21- css `
9+ display: flex;
10+ justify-content: space-between;
11+ width: 100%;
12+ background-color: ${ ( { theme } ) => theme . lightBlue } ;
13+ padding: 24px;
14+ border 1px solid ${ ( { theme } ) => theme . stroke } ;
15+ border-top-left-radius: 3px;
16+ border-top-right-radius: 3px;
17+ border-bottom: none;
18+ flex-wrap: wrap;
19+ ${ landscapeStyle (
20+ ( ) => css `
2221 display: none;
2322 `
24- ) }
23+ ) }
2524` ;
2625
2726const StyledLabel = styled . label `
Original file line number Diff line number Diff line change 11import React from "react" ;
22import styled , { css } from "styled-components" ;
33import { landscapeStyle } from "styles/landscapeStyle" ;
4- import WithHelpTooltip from "pages/Dashboard /WithHelpTooltip" ;
4+ import WithHelpTooltip from "components /WithHelpTooltip" ;
55
66const Container = styled . div `
77 display: flex;
You can’t perform that action at this time.
0 commit comments