UNPKG

@chayns-components/emoji-input

Version:
8 lines 298 B
import styled from 'styled-components'; export const StyledEmojiPickerPopup = styled.div` align-items: center; display: flex; height: ${() => getComputedStyle(document.body).getPropertyValue('line-height')}; position: relative; `; //# sourceMappingURL=EmojiPickerPopup.styles.js.map