Spaces:
Running
on
Zero
Running
on
Zero
| footer { | |
| display: none ; | |
| } | |
| .pdf_viewer .top-panel{ | |
| display: none ; | |
| } | |
| .chatbot_view .top-panel { | |
| display: none ; | |
| } | |
| .jumping-dots span { | |
| position: relative; | |
| bottom: 0px; | |
| animation: jump 2s infinite; | |
| } | |
| .jumping-dots .dot-1{ | |
| animation-delay: 200ms; | |
| } | |
| .jumping-dots .dot-2{ | |
| animation-delay: 400ms; | |
| } | |
| .jumping-dots .dot-3{ | |
| animation-delay: 600ms; | |
| } | |
| @keyframes jump { | |
| 0% {bottom: 0px;} | |
| 20% {bottom: 5px;} | |
| 40% {bottom: 0px;} | |
| } | |
| .inactive_div { | |
| pointer-events: none; | |
| opacity: .5; | |
| } | |
| /*.gallery-container .grid-container {*/ | |
| /* width: 50px;*/ | |
| /*}*/ | |