UNPKG

@cgcs2000/l7plot-component

Version:
45 lines 1.3 kB
"use strict"; var _a; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var theme_1 = tslib_1.__importDefault(require("../../configs/theme")); var constants_1 = require("./constants"); exports.default = (_a = {}, // css style for legend _a[constants_1.CONTAINER_CLASS] = { visibility: 'visible', zIndex: 1, backgroundColor: 'rgba(255, 255, 255, 0.9)', boxShadow: 'rgb(0 0 0 / 16%) 0px 6px 12px 0px', borderRadius: '2px', color: 'rgb(87, 87, 87)', fontFamily: theme_1.default.fontFamily, padding: '10px 10px 6px 10px', lineHeight: 1, fontSize: '12px', }, _a[constants_1.TITLE_CLASS] = { fontSize: '13px', lineHeight: '19px', marginBottom: '8px', }, _a[constants_1.LIST_CLASS] = { margin: '0px', listStyleType: 'none', padding: '0px', }, _a[constants_1.LIST_ITEM_CLASS] = { listStyleType: 'none', display: 'flex', alignItems: 'center', marginBottom: '2px', }, _a[constants_1.MARKER_CLASS] = { width: '10px', height: '10px', }, _a[constants_1.VALUE_CLASS] = { paddingLeft: '8px', }, _a); //# sourceMappingURL=theme.js.map