{"version":3,"file":"ChartLegend.module.mjs","names":[],"sources":["../../src/ChartLegend/ChartLegend.module.css"],"sourcesContent":[".legend {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: flex-end;\n  height: 100%;\n\n  &:where([data-centered]) {\n    justify-content: center;\n  }\n\n  &:where([data-position='top']) {\n    padding-bottom: var(--mantine-spacing-md);\n  }\n\n  &:where([data-position='bottom']) {\n    padding-top: var(--mantine-spacing-md);\n  }\n}\n\n.legendItem {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  padding: 7px var(--mantine-spacing-xs);\n  border-radius: var(--mantine-radius-default);\n  line-height: 1;\n\n  @mixin where-hover {\n    @mixin where-light {\n      background-color: var(--mantine-color-gray-0);\n    }\n\n    @mixin where-dark {\n      background-color: var(--mantine-color-dark-5);\n    }\n  }\n\n  &[data-without-color] .legendItemColor {\n    display: none;\n  }\n}\n\n.legendItemName {\n  font-size: var(--mantine-font-size-sm);\n  margin: 0;\n  padding: 0;\n}\n"],"mappings":""}