File tree 2 files changed +2
-2
lines changed
Courts/CourtDetails/StakePanel/Simulator
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";
2
2
import styled , { css } from "styled-components" ;
3
3
4
4
import { landscapeStyle } from "styles/landscapeStyle" ;
5
+ import { responsiveSize } from "styles/responsiveSize" ;
5
6
6
7
import { Box , Steps } from "@kleros/ui-components-library" ;
7
8
@@ -13,7 +14,6 @@ import { secondsToDayHourMinute } from "utils/date";
13
14
import { DisputeDetailsQuery } from "queries/useDisputeDetailsQuery" ;
14
15
15
16
import { StyledSkeleton } from "components/StyledSkeleton" ;
16
- import { responsiveSize } from "~src/styles/responsiveSize" ;
17
17
18
18
const TimeLineContainer = styled ( Box ) `
19
19
width: 100%;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Container = styled.div`
35
35
flex-direction: column;
36
36
background-color: ${ ( { theme } ) => theme . lightBlue } ;
37
37
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 ) } ;
39
39
border-radius: 8px;
40
40
border: 1px solid ${ ( { theme } ) => theme . mediumBlue } ;
41
41
justify-content: center;
You can’t perform that action at this time.
0 commit comments