Ott main style fix (#74)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Sergiu 5 years ago committed by GitHub
parent 940a020db5
commit 4314d12469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      src/features/MatchesSlider/components/styled.tsx
  2. 1
      src/features/MatchesSlider/styled.tsx

@ -11,7 +11,8 @@ export const CardWrapper = styled.li.attrs({
flex: 0 0 auto;
width: ${MATCH_CARD_WIDTH}px;
margin-right: ${MATCH_CARD_GAP}px;
padding-bottom: 38px;
padding-bottom: 30px;
height: 288px;
border-radius: 2px;
background-color: #3F3F3F;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
@ -21,7 +22,7 @@ export const CardWrapper = styled.li.attrs({
export const PreviewWrapper = styled.div`
display: flex;
flex-direction: column-reverse;
height: 160px;
height: 147px;
`
export const Preview = styled.img`
@ -33,16 +34,19 @@ export const MatchStatus = styled.div`
position: absolute;
top: 24px;
left: 24px;
width: 125px;
height: 24px;
border-radius: 2px;
padding: 7px 10px;
padding: 5px 5px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: center;
`
export const Info = styled.div`
padding: 27px 24px 0;
padding: 33px 24px 0;
color: #fff;
`

@ -7,7 +7,6 @@ export const Wrapper = styled.div`
export const Slides = styled.ul`
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
&::-webkit-scrollbar {

Loading…
Cancel
Save