UNPKG

@ovine/craft

Version:
10 lines (9 loc) 205 B
import styled from 'styled-components'; export const StyledReference = styled.div ` flex: 0 0 auto; box-sizing: border-box; width: 300px; height: 100%; padding: 0 10px; background: #fefefe; `;