UNPKG

@parkassist/pa-ui-library

Version:
13 lines (12 loc) 300 B
import styled from "styled-components"; import { Column } from "../Layout/Flex"; export const ButtonWrapper = styled(Column)` justify-content: center; font-size: 24px; margin-left: 8px; cursor: pointer; transition: all 0.2s; &:hover{ transform: scale(1.2); } `;