react-giphy-searchbox2
Version:
React Giphy Searchbox
13 lines (7 loc) • 1.33 kB
JavaScript
;
exports.__esModule = true;
exports.styles = undefined;
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']);
var _style = require('../../style');
function _taggedTemplateLiteralLoose(strings, raw) { strings.raw = raw; return strings; } /* eslint-disable import/prefer-default-export */
var styles = exports.styles = (0, _style.css)(_templateObject);