UNPKG

@wulperstudio/cms

Version:
9 lines 807 B
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral"; var _templateObject, _templateObject2; import { styled } from '@mui/material'; export var Header = styled('header')(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n background-color: ", ";\n max-width: 100%;\n padding: 10px 0px;\n border-radius: ", ";\n"])), function (props) { return props.backgroundColor || '#f4f7fb'; }, function (props) { return props.borderRadius || '0px'; }); export var Div = styled('div')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n & > div > button {\n margin-right: 1rem;\n }\n\n & .MuiInput-underline::before {\n display: none;\n }\n"])));