dumi-theme-lobehub
Version:
dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui
15 lines • 1.2 kB
JavaScript
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
import { createStaticStyles, responsive } from 'antd-style';
import { lobeStaticStylish } from "../../styles";
export var styles = createStaticStyles(function (_ref) {
var css = _ref.css,
cssVar = _ref.cssVar;
return {
desc: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n font-size: ", ";\n line-height: ", ";\n "])), cssVar.fontSizeLG, cssVar.lineHeightLG),
label: css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 80px;\n "]))),
meta: css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral([""]))),
text: css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n ", "\n "])), lobeStaticStylish.resetLinkColor),
title: css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n ", " {\n margin-block: 0;\n font-size: 32px !important;\n }\n "])), responsive.sm)
};
});