UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

12 lines (10 loc) 231 B
import styled from 'styled-components'; export default styled.hr ` margin: 0; height: 0.2vw; border: none; background: #1c1a1a70; width: 100%; box-shadow: 0 0.15vw rgba(13, 6, 6, 0.24); margin-bottom: 1vw; `;