|
|
|
@ -13,6 +13,7 @@ import { devices } from '../../../../config' |
|
|
|
|
|
|
|
|
|
|
|
export const List = styled.ul` |
|
|
|
export const List = styled.ul` |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 460px; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
margin-top: 25px; |
|
|
|
margin-top: 25px; |
|
|
|
padding: 0 40px; |
|
|
|
padding: 0 40px; |
|
|
|
@ -213,7 +214,6 @@ export const ScAutoRenewal = styled(PriceDetails)` |
|
|
|
line-height: 21px; |
|
|
|
line-height: 21px; |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
text-transform: none; |
|
|
|
text-transform: none; |
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
color: ${({ theme: { colors } }) => colors.text70}; |
|
|
|
color: ${({ theme: { colors } }) => colors.text70}; |
|
|
|
|
|
|
|
|
|
|
|
|