import styled from 'styled-components' export const SCompletionsSpan = styled.span` height: 24px; line-height: 24px; font-size: 14px; background: #f4f5f8; border-radius: 20px; color: #2b70d9; padding: 0 10px; display: inline-block; margin: 0 4px; ` export const SCompletionLine = styled.span` height: 16px; width: 1px; background: #919397; margin: 0 4px; transform: scaleX(0.5); `