UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

14 lines (11 loc) 256 B
import theme from 'styles/theme'; import { css } from '@emotion/core'; export const modalWrapperStyles = css` .modal-content { padding-bottom: 30px; ${theme.mediaQueries.small} { padding-bottom: 60px; min-width: 600px; } } `;