UNPKG

@atlaskit/global-search

Version:

A cross-product search component (batteries included)

10 lines 285 B
import styled from 'styled-components'; import { gridSize } from '@atlaskit/theme/constants'; import { N40 } from '@atlaskit/theme/colors'; export default styled.div` position: sticky; bottom: 0; background: white; border-top: 1px solid ${N40}; padding: ${gridSize()}px 0; `;