UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

20 lines 693 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var typestyle_1 = require("typestyle"); var utils_1 = require("../../../Common/theming/utils"); exports.getStyles = function () { return typestyle_1.style({ $nest: { '& .up-entity-view-title': { fontSize: utils_1.toRem(18), fontWeight: 'bold', marginBottom: utils_1.toRem(15), color: '#596664' }, '& .up-entity-view-content': { margin: utils_1.toRem(10) + " " + utils_1.toRem(0), color: '#596664', marginLeft: utils_1.toRem(30) } } }); }; //# sourceMappingURL=styles.js.map