UNPKG

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

11 lines 894 B
var _templateObject, _templateObject2; function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } import { createStyles } from 'antd-style'; export var useStyles = createStyles(function (_ref) { var token = _ref.token, css = _ref.css; return { actionBar: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n gap: 8px;\n align-items: center;\n justify-content: center;\n\n height: 36px;\n "]))), tabs: css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding: 0 12px;\n background: ", ";\n border-top: 1px dashed ", ";\n border-bottom: 1px dashed ", ";\n "])), token.colorBgLayout, token.colorBorderSecondary, token.colorBorderSecondary) }; });