fix(#2038): add min price in sunscription
parent
d927435c21
commit
4e84a6392e
@ -0,0 +1,14 @@ |
|||||||
|
import styled from 'styled-components/macro' |
||||||
|
import { Price as BasePrice } from 'features/Price' |
||||||
|
import { PriceAmount, PriceDetails } from 'features/Price/styled' |
||||||
|
|
||||||
|
export const Price = styled(BasePrice)` |
||||||
|
${PriceAmount} { |
||||||
|
font-size: 24px; |
||||||
|
font-weight: normal; |
||||||
|
} |
||||||
|
${PriceDetails} { |
||||||
|
padding-top: 5px; |
||||||
|
font-size: 12px; |
||||||
|
} |
||||||
|
` |
||||||
Loading…
Reference in new issue