Spaces:
Runtime error
Runtime error
| #col-container { | |
| max-width: 700px; | |
| margin-left: auto; | |
| margin-right: auto; | |
| display: flex; | |
| flex-direction: column; | |
| } | |
| a {text-decoration-line: underline; font-weight: 600;} | |
| .footer { | |
| margin-bottom: 45px; | |
| margin-top: 10px; | |
| text-align: center; | |
| border-bottom: 1px solid #e5e5e5; | |
| } | |
| .footer>p { | |
| font-size: .8rem; | |
| display: inline-block; | |
| padding: 0 10px; | |
| transform: translateY(10px); | |
| background: white; | |
| } | |
| .dark .footer { | |
| border-color: #303030; | |
| } | |
| .dark .footer>p { | |
| background: #0b0f19; | |
| } | |
| .animate-spin { | |
| animation: spin 1s linear infinite; | |
| } | |
| @keyframes spin { | |
| from { | |
| transform: rotate(0deg); | |
| } | |
| to { | |
| transform: rotate(360deg); | |
| } | |
| } | |
| #input_prompt { | |
| position: absolute; | |
| bottom: 0; | |
| width: 680px; | |
| background-color: white; | |
| color: black; | |
| padding: 10px; | |
| font-size: 16px; | |
| } |