RTE Build
Deployment
a099612
raw
history blame contribute delete
620 Bytes
footer {
display: none !important;
}
.pdf_viewer .top-panel{
display: none !important;
}
.chatbot_view .top-panel {
display: none !important;
}
.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;*/
/*}*/