import styled from 'styled-components/native'; export const CCContainer = styled.View` padding-vertical: 20px; ` export const CCNotCarts = styled.View` flex-direction: column; align-items: center; margin-top: 40px; ` export const CCList = styled.ScrollView` padding: 10px 0px; ` export const CheckoutAction = styled.View` width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; margin-top: 10px; margin-bottom: 10px; ` export const ChCartsTotal = styled.View` margin-bottom: 16px; `