UNPKG

@makeen.io/material-ui-kit

Version:
15 lines (9 loc) 1.27 kB
import _extends from "@babel/runtime/helpers/extends";import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";function _templateObject() {var data = _taggedTemplateLiteral(["\n color: ", ";\n line-height: 1.5;\n margin-top: ", ";\n font-size: ", ";\n text-align: ", ";\n\n a {\n text-decoration: underline;\n color: ", ";\n }\n"]);_templateObject = function _templateObject() {return data;};return data;}import React from "react"; import styled from "styled-components"; export default styled(function (_ref) {var children = _ref.children,rest = _objectWithoutProperties(_ref, ["children"]);return /*#__PURE__*/React.createElement("div", _extends({}, rest), children);})(_templateObject(), function (props) {return props.theme.palette.formFooterTextColor;}, function (props) {return props.theme.sizes.formFooter.marginTop;}, function (props) {return props.theme.sizes.formFooter.fontSize;}, function (_ref2) {var _ref2$textAlign = _ref2.textAlign,textAlign = _ref2$textAlign === void 0 ? "left" : _ref2$textAlign;return textAlign;}, function (props) {return props.theme.palette.formFooterTextColor;}); //# sourceMappingURL=index.js.map