File "styles.js"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/modules/core/entries/ban-hosts/components/add-new/styles.js
File size: 292 bytes
MIME-type: text/x-java
Charset: utf-8
/**
* External dependencies
*/
import styled from '@emotion/styled';
/**
* SolidWP dependencies
*/
import { Surface } from '@ithemes/ui';
export const StyledSectionCreate = styled( Surface )`
padding: ${ ( { theme: { getSize } } ) => getSize( 1 ) };
flex-grow: 1;
overflow: auto;
`;