File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Courts/CourtDetails/StakePanel/Simulator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React, { useMemo } from "react";
22import styled , { css } from "styled-components" ;
33
44import { landscapeStyle } from "styles/landscapeStyle" ;
5+ import { responsiveSize } from "styles/responsiveSize" ;
56
67import { Box , Steps } from "@kleros/ui-components-library" ;
78
@@ -13,7 +14,6 @@ import { secondsToDayHourMinute } from "utils/date";
1314import { DisputeDetailsQuery } from "queries/useDisputeDetailsQuery" ;
1415
1516import { StyledSkeleton } from "components/StyledSkeleton" ;
16- import { responsiveSize } from "~src/styles/responsiveSize" ;
1717
1818const TimeLineContainer = styled ( Box ) `
1919 width: 100%;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Container = styled.div`
3535 flex-direction: column;
3636 background-color: ${ ( { theme } ) => theme . lightBlue } ;
3737 box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
38- padding: ${ responsiveSize ( 16 , 20 ) } ${ responsiveSize ( 8 , 20 ) } ;
38+ padding: ${ responsiveSize ( 16 , 20 ) } ${ responsiveSize ( 8 , 20 ) } ;
3939 border-radius: 8px;
4040 border: 1px solid ${ ( { theme } ) => theme . mediumBlue } ;
4141 justify-content: center;
You can’t perform that action at this time.
0 commit comments