import styled from 'styled-components'; export const BlockQuote = styled.blockquote` background: transparent; padding: 16px 20px; border-left: 5px solid currentColor; position: relative; p { margin: 0; } `;