[BS5] make container status more visible

This commit is contained in:
FreddleSpl0it
2022-06-24 15:55:52 +02:00
parent 052959f435
commit 2fec7ccd58
4 changed files with 33 additions and 1 deletions

View File

@@ -121,6 +121,21 @@
transform: rotate(359deg);
}
}
@keyframes blink {
50% {
color: transparent
}
}
.loader-dot {
animation: 1s blink infinite
}
.loader-dot:nth-child(2) {
animation-delay: 250ms
}
.loader-dot:nth-child(3) {
animation-delay: 500ms
}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
/* Fix modal moving content left */
body.modal-open {