UNPKG

react-giphy-searchbox2

Version:
8 lines (5 loc) 1.23 kB
var _templateObject = _taggedTemplateLiteralLoose(['\n .reactGiphySearchbox-imageButton {\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n cursor: pointer;\n outline: inherit;\n animation: fadeIn 300ms ease-in;\n }\n\n .reactGiphySearchbox-imageButton:focus {\n opacity: 0.6;\n }\n\n .reactGiphySearchbox-image {\n display: block;\n width: 100%;\n height: auto;\n }\n\n @keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n'], ['\n .reactGiphySearchbox-imageButton {\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n cursor: pointer;\n outline: inherit;\n animation: fadeIn 300ms ease-in;\n }\n\n .reactGiphySearchbox-imageButton:focus {\n opacity: 0.6;\n }\n\n .reactGiphySearchbox-image {\n display: block;\n width: 100%;\n height: auto;\n }\n\n @keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n']); function _taggedTemplateLiteralLoose(strings, raw) { strings.raw = raw; return strings; } /* eslint-disable import/prefer-default-export */ import { css } from '../../style'; export var styles = css(_templateObject);