UNPKG

@acrsolutions/chat-components

Version:

Un set di componenti per la creazione di un'applicazione di messaggistica

16 lines (15 loc) 421 B
import styled from 'styled-components'; export const StyledNotificationsIcon = styled.div ` background: ${(props) => props.theme.palette.accent.dark}; color: ${(props) => props.theme.palette.accent.contrastText}; border-radius: 10px; position: absolute; top: 5px; left: 5px; display: flex; justify-content: center; align-items: center; height: 20px; width: 20px; padding-top: 2px; `;