UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

1 lines 716 B
{"version":3,"file":"Month.module.mjs","names":[],"sources":["../../../src/components/Month/Month.module.css"],"sourcesContent":[".month {\n border-collapse: collapse;\n table-layout: fixed;\n\n &[data-full-width] {\n width: 100%;\n }\n}\n\n.monthCell {\n padding: 0;\n\n &:where([data-with-spacing]) {\n padding: 0.5px;\n }\n}\n\n.weekNumber {\n --wn-size-xs: 30px;\n --wn-size-sm: 36px;\n --wn-size-md: 42px;\n --wn-size-lg: 48px;\n --wn-size-xl: 54px;\n\n color: var(--mantine-color-dimmed);\n font-weight: var(--mantine-font-weight-regular);\n font-size: calc(var(--wn-size, var(--wn-size-sm)) / 2.8);\n text-align: center;\n width: var(--wn-size, var(--wn-size-sm));\n}\n"],"mappings":""}