@buffetjs/styles
Version:
Buffetjs Styles - The styling solution of Buffetjs
12 lines (10 loc) • 731 B
JavaScript
var _templateObject;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
/**
*
* HeaderActions
*
*/
import styled from 'styled-components';
var HeaderActions = styled.div(_templateObject || (_templateObject = _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"])));
export default HeaderActions;