UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

11 lines 806 B
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral"; var _templateObject, _templateObject2; import { createStyles } from 'antd-style'; export var useStyles = createStyles(function (_ref) { var css = _ref.css, token = _ref.token; return { barWrapper: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n position: sticky;\n z-index: 99;\n top: 0;\n left: 0;\n\n width: 100%;\n padding: 4px;\n\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n "])), token.colorBgContainer, token.colorBorderSecondary, token.borderRadius), divider: css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n height: 20px;\n margin: 0 4px;\n "]))) }; });