UNPKG

@primer/components

Version:
8 lines 420 B
import styled from 'styled-components'; import { get } from './constants'; import sx from './sx'; const Pagehead = styled.div.withConfig({ displayName: "Pagehead", componentId: "sc-1ntn78e-0" })(["position:relative;padding-top:", ";padding-bottom:", ";margin-bottom:", ";border-bottom:1px solid ", ";", ";"], get('space.4'), get('space.4'), get('space.4'), get('colors.border.default'), sx); export default Pagehead;