/** * External dependencies */ import styled from '@emotion/styled'; export const Toolbar = styled.div` width: 100%; padding: 10px 24px; background: #fff; `;