{"version":3,"file":"InlineSpinner.module.cjs","names":[],"sources":["../../../src/components/InlineSpinner/InlineSpinner.module.css"],"sourcesContent":["/*\nCopyright 2024 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@keyframes spin {\n  from {\n    transform: rotateZ(0deg);\n  }\n\n  to {\n    transform: rotateZ(360deg);\n  }\n}\n\n.icon {\n  color: var(--cpd-color-icon-secondary);\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  inline-size: 100%;\n  block-size: 100%;\n  animation: 1s linear spin infinite;\n}\n"],"mappings":""}