UNPKG

codogo-react-widgets

Version:

Provides a unified way to access the styling of commonly used widgets across different apps

19 lines (13 loc) 635 B
import _taggedTemplateLiteral from "babel-runtime/helpers/taggedTemplateLiteral"; var _templateObject = _taggedTemplateLiteral(["\n\tbackground-color: white;\n\tborder-radius: 4px;\n\theight: 40px;\n\tmargin: 4px;\n\tpadding: 4px;\n\twidth: 40px;\n"], ["\n\tbackground-color: white;\n\tborder-radius: 4px;\n\theight: 40px;\n\tmargin: 4px;\n\tpadding: 4px;\n\twidth: 40px;\n"]); import styled from "styled-components"; //------------------------------ var OrgImage = styled.div(_templateObject); //------------------------------ export default (function () { return React.createElement( OrgImage, null, "loading..." ); });