Ott 419 player ph (#131)

* style(#419): added background to player photo

* style(#420): card hover height fixed

* style(#321): profile items alignment fixed
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Sergiu 5 years ago committed by GitHub
parent d6443cf8f4
commit 372340baa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/features/MatchCard/styled.tsx
  2. 3
      src/features/ProfileCard/styled.tsx

@ -160,6 +160,11 @@ export const MoreVideo = styled(T9n)`
export const CardHoverWrapper = styled(CardWrapper)`
padding: 16px 24px;
cursor: pointer;
height: 288px;
@media${devices.laptop} {
height: 279px;
}
`
export const CardHoverInner = styled.div`

@ -20,6 +20,7 @@ export const Name = styled.h1`
export const Logo = styled.img<{ profileType: number }>`
width: 88px;
height: 88px;
background-color: #1C1C1C;
margin-right: 15px;
border-radius: ${({ profileType }) => (
profileType === ProfileTypes.PLAYERS ? '50%' : '0'
@ -67,6 +68,8 @@ export const InFavorites = styled(AddToFavButton)`
export const InfoItems = styled.div`
margin-left: 20px;
display: flex;
align-items: center;
`
export const InfoItem = styled.div`

Loading…
Cancel
Save