coronaindia
Version:
COVID19 India Tracker, predictive analytics and research. Built by engineers, data scientists, AI and medical professionals.
102 lines (87 loc) • 1.55 kB
CSS
.highcharts-figure,
.highcharts-data-table table {
min-width: 360px;
max-width: 800px;
margin: 1em auto;
}
.waiting {
text-align: center;
position: absolute;
right: 0;
left: 0;
top: 50%;
}
.chartContainer {
min-height: 300px;
}
.rightRotatingImg {
width: 80%;
top: 5px;
}
.rightRotatingImgText {
position: absolute;
right: 42%;
top: 29%;
}
@media only screen and (max-width: 768px) {
.rightRotatingImg {
width: 57%;
}
.rightRotatingImgText {
position: absolute;
right: 34%;
top: 36%;
font-size: 24px;
}
.sm-center{
text-align:center;
}
}
@media only screen and (min-width: 768px) {
.rightRotatingImgText {
position: absolute;
right: 51%;
top: 39%;
}
}
.rotateImg {
-webkit-animation: rotation 2s infinite linear;
animation: rotation 8s infinite linear;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
.headingCss{
font-family: 'Roboto Slab', serif;padding: 18px;color: blue;
}
.research.container{
background-color:#f8f9fa
}
.highcharts-description{
color:black;
}
.highlight {
background-color: yellow;
}
#questionList li {
color: blue;
text-decoration: underline;
cursor: pointer;
}
.modal-backdrop {
z-index: -1;
}
.increment-text
{
font-size: 33px;
font-weight: 700;
}
.tiles{
padding: 10px;
border-radius: 12px;
}