UNPKG

@buffetjs/styles

Version:

Buffetjs Styles - The styling solution of Buffetjs

27 lines (18 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _templateObject() { var data = _taggedTemplateLiteral(["\n display: flex;\n justify-content: flex-end;\n width: fit-content;\n max-width: 100%;\n padding-top: 1rem;\n > button {\n margin-right: 0;\n margin-left: 1rem;\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n text-align: center;\n outline: 0;\n }\n"]); _templateObject = function _templateObject() { return data; }; return data; } function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } var HeaderActions = _styledComponents["default"].div(_templateObject()); var _default = HeaderActions; exports["default"] = _default;