UNPKG

react-skeleton-ui

Version:

A responsive UI boilerplate for react projects

9 lines (8 loc) 211 B
import styled from 'styled-components'; /* The Horizontal Ruler component */ export const Ruler = styled.hr` margin-top: 1.5rem; margin-bottom: 1.5rem; border-width: 0; border-top: 1px solid #E1E1E1; `;