UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

20 lines (19 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const genHorizontalStyle = token => { const { componentCls } = token; const stepsItemCls = `${componentCls}-item`; // .ant-steps-item return { [`${componentCls}-horizontal`]: { [`${stepsItemCls}-tail`]: { transform: 'translateY(-50%)' } } }; }; var _default = exports.default = genHorizontalStyle;