mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
9 lines
185 B
JavaScript
9 lines
185 B
JavaScript
import styled from 'styled-components';
|
|
import { HeaderSearch as Base } from 'strapi-helper-plugin';
|
|
|
|
const HeaderSearch = styled(Base)`
|
|
left: 32rem;
|
|
`;
|
|
|
|
export default HeaderSearch;
|