UNPKG

reflex-motion-test

Version:
15 lines (13 loc) 271 B
import styled from 'styled-components'; const Badge = styled.div` position: absolute; opacity: 0; top: -1.25px; right: -2px; width: 14px; height: 14px; border-radius: 12px; border: 3px solid #ffffff; background-color: #ee4444; `; export default Badge;