UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc

19 lines (16 loc) 633 B
import BaseStyle from '@primevue/core/base/style'; var theme = function theme(_ref) { var dt = _ref.dt; return "\n.p-orderlist {\n display: flex;\n gap: ".concat(dt('orderlist.gap'), ";\n}\n\n.p-orderlist-controls {\n display: flex;\n flex-direction: column;\n justify-content: center;\n gap: ").concat(dt('orderlist.controls.gap'), ";\n}\n"); }; var classes = { root: 'p-orderlist p-component', controls: 'p-orderlist-controls' }; var OrderListStyle = BaseStyle.extend({ name: 'orderlist', theme: theme, classes: classes }); export { OrderListStyle as default }; //# sourceMappingURL=index.mjs.map