UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

29 lines (26 loc) 864 B
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; var genStyle = function genStyle(token) { var _$concat; var componentCls = token.componentCls; return _defineProperty({}, "".concat(componentCls, "-wrapper-rtl"), (_$concat = { direction: 'rtl', table: { direction: 'rtl' } }, _defineProperty(_$concat, "".concat(componentCls, "-pagination-left"), { justifyContent: 'flex-end' }), _defineProperty(_$concat, "".concat(componentCls, "-pagination-right"), { justifyContent: 'flex-start' }), _defineProperty(_$concat, "".concat(componentCls, "-row-expand-icon"), { '&::after': { transform: 'rotate(-90deg)' }, '&-collapsed::before': { transform: 'rotate(180deg)' }, '&-collapsed::after': { transform: 'rotate(0deg)' } }), _$concat)); }; export default genStyle;