Skip to content

Commit

Permalink
remove pixelation (fossasia#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshunayan authored and mariobehling committed Nov 28, 2019
1 parent 960929a commit fd9c191
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/screen/Home/components/InstrumentCard.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const Description = styled.div`
`;

export const HorizontalBar = styled.div`
width: 71.5%;
width: 74%;
height: 2em;
z-index: 1;
bottom: 5.5em;
Expand All @@ -57,16 +57,18 @@ export const HorizontalBar = styled.div`
border-style: solid;
border-color: #fff;
border-width: 4px 0px 4px 0px;
clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
`;

export const VerticalBar = styled.div`
width: 2em;
height: 46.5%;
height: 52.5%;
z-index: 1;
top: 0px;
right: 5.5em;
position: absolute;
border-style: solid;
border-color: #fff;
border-width: 0px 4px 0px 4px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
`;

0 comments on commit fd9c191

Please sign in to comment.