UNPKG

@stokr/components-library

Version:

STOKR - Components Library

21 lines (20 loc) 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Label = exports.Container = exports.Bar = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); var _theme = _interopRequireDefault(require("../../styles/theme")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const Container = exports.Container = _styledComponents.default.div.withConfig({ displayName: "BarChartLegendstyles__Container", componentId: "sc-442fg9-0" })(["position:relative;font-size:0;padding:2px 0;"]); const Bar = exports.Bar = _styledComponents.default.div.withConfig({ displayName: "BarChartLegendstyles__Bar", componentId: "sc-442fg9-1" })(["z-index:1;position:relative;display:inline-block;vertical-align:middle;width:50px;margin-right:-50px;"]); const Label = exports.Label = _styledComponents.default.div.withConfig({ displayName: "BarChartLegendstyles__Label", componentId: "sc-442fg9-2" })(["z-index:0;position:relative;display:inline-block;vertical-align:middle;padding-left:70px;max-width:100%;color:", ";font-size:11px;line-height:16px;"], props => _theme.default.cGrey2);