Spaces:
Runtime error
Runtime error
| html, | |
| body, | |
| #root { | |
| margin: 0; | |
| padding: 0; | |
| min-height: 100%; | |
| background: #fff; | |
| color: #202124; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| body { | |
| font-family: "Google Sans", "Roboto", "Helvetica", "Arial", sans-serif; | |
| } | |
| * { | |
| box-sizing: border-box; | |
| } | |
| textarea { | |
| font-family: inherit; | |
| } | |
| .material-symbols-outlined { | |
| font-family: "Material Symbols Outlined"; | |
| font-weight: normal; | |
| font-style: normal; | |
| font-size: 22px; | |
| line-height: 1; | |
| letter-spacing: normal; | |
| text-transform: none; | |
| display: inline-block; | |
| white-space: nowrap; | |
| word-wrap: normal; | |
| direction: ltr; | |
| -webkit-font-feature-settings: "liga"; | |
| -webkit-font-smoothing: antialiased; | |
| user-select: none; | |
| } | |