{"version":3,"file":"Glass.module.cjs","names":[],"sources":["../../../src/components/Glass/Glass.module.css"],"sourcesContent":["/*\nCopyright 2023 New Vector Ltd.\n\nSPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial\nPlease see LICENSE files in the repository root for full details.\n*/\n\n.glass {\n  border-radius: var(--cpd-space-9x);\n  padding: var(--cpd-space-3x);\n\n  /* We use an outline here to create an \"inner border\", rather than one that\n  adds to the component's size */\n  outline: var(--cpd-border-width-1) solid var(--cpd-color-alpha-gray-400);\n  outline-offset: calc(-1 * var(--cpd-border-width-1));\n  background: var(--cpd-color-alpha-gray-400);\n  backdrop-filter: blur(20px);\n}\n\n.glass > :first-child {\n  border-radius: var(--cpd-space-6x);\n  inline-size: 100%;\n  block-size: 100%;\n}\n"],"mappings":""}