import styled from 'styled-components' export const SPortalImg = styled.div` display: flex; flex-direction: row; align-items: center; height: 24px; margin-bottom: 8px; font-size: 14px; color: #303134; &:hover { background: #f4f5f8; cursor: pointer; } .portal-mention-img { width: 16px; height: 16px; border-radius: 50%; margin-right: 8px; } `