mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 10:18:28 +00:00
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
![]() |
import styled from 'styled-components';
|
||
|
import { HeaderSearch as Base } from 'strapi-helper-plugin';
|
||
|
|
||
|
const HeaderSearch = styled(Base)`
|
||
|
left: 32.5rem;
|
||
|
`;
|
||
|
|
||
|
export default HeaderSearch;
|