|
|
|
@ -196,10 +196,9 @@ export const Button = styled.button` |
|
|
|
width: 167px;`}
|
|
|
|
width: 167px;`}
|
|
|
|
` |
|
|
|
` |
|
|
|
export const PlayerNumber = styled.span` |
|
|
|
export const PlayerNumber = styled.span` |
|
|
|
/* color: #ADADAD; */ |
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.7); |
|
|
|
color: rgba(255, 255, 255, 0.7); |
|
|
|
/* letter-spacing: -0.078px; */ |
|
|
|
margin-right: 5px; |
|
|
|
margin-right: 8px; |
|
|
|
min-width: 14px; |
|
|
|
font-size: 11px; |
|
|
|
font-size: 11px; |
|
|
|
line-height: 16px; |
|
|
|
line-height: 16px; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
|