import styled from 'styled-components/native'; export const Card = styled.View` flex: 1; justify-content: center; align-items: flex-start; flex-direction: row; margin-bottom: 30px; min-height: 64px; `; export const Information = styled.View` margin-horizontal: 10px; flex: 1; `; export const Logo = styled.View` min-height: 64px; `;