Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into find-comms-by-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalc committed Jun 6, 2019
2 parents 4854ddc + 016496a commit e123568
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/components/universal/CardVerticalList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ const Arrow = styled.div`

const itemHoverStyle = `
&:hover .ItemHeader {
height: 100%;
height: 40%;
}
&:hover .ItemSelectBoxIcon {
font-size: 6vw;
padding-top: 4vw;
padding-top: 0.5vw;
font-size: 3.5vw;
}
&:hover .ItemImage {
Expand All @@ -66,7 +66,7 @@ const ItemInner = styled.div`
`;

const ItemHeader = styled.div<ItemComponentProps>`
height: 40%;
height: 0%;
width: 100%;
background: ${(props: ItemComponentProps) => props.theme.colors.primaryGradient};
text-align: center;
Expand All @@ -85,9 +85,9 @@ const ItemImage = styled.img`
`;

const ItemSelectBoxIcon = styled.div`
padding-top: 0.5vw;
font-size: 3.5vw;
color: white;
font-size: 6vw;
padding-top: 4vw;
transition: all 0.6s ease;
`;
Expand Down

0 comments on commit e123568

Please sign in to comment.