UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

19 lines (14 loc) 289 B
import theme from 'styles/theme'; import { css } from '@emotion/core'; export const modalWrapperStyles = css` width: 100%; ${theme.mediaQueries.small} { width: 650px; } /* .modal-content { padding-bottom: 20px; .submit-btn { margin-top: 30px; } } */ `;