|
|
|
@ -9,8 +9,6 @@ import { |
|
|
|
Period, |
|
|
|
Period, |
|
|
|
} from 'features/Price/styled' |
|
|
|
} from 'features/Price/styled' |
|
|
|
|
|
|
|
|
|
|
|
import { devices } from '../../../../config' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const List = styled.ul` |
|
|
|
export const List = styled.ul` |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 460px; |
|
|
|
height: 460px; |
|
|
|
@ -217,11 +215,13 @@ export const ScAutoRenewal = styled(PriceDetails)` |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
color: ${({ theme: { colors } }) => colors.text70}; |
|
|
|
color: ${({ theme: { colors } }) => colors.text70}; |
|
|
|
|
|
|
|
|
|
|
|
@media ${devices.mobile} { |
|
|
|
${isMobileDevice |
|
|
|
line-height: normal; |
|
|
|
? css` |
|
|
|
font-size: 10px; |
|
|
|
line-height: normal; |
|
|
|
text-align: center; |
|
|
|
font-size: 10px; |
|
|
|
} |
|
|
|
text-align: center; |
|
|
|
|
|
|
|
` |
|
|
|
|
|
|
|
: ''}; |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const ScPriceContainer = styled.div` |
|
|
|
export const ScPriceContainer = styled.div` |
|
|
|
|