webgme-dss
Version:
Design Studio for Dynamic Systems with Modelica as backend
40 lines (33 loc) • 593 B
CSS
.App {
/*text-align: center;*/
}
.App-logo {
height: 80px;
}
.App-logo-loading {
animation: logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 210px;
padding: 20px;
color: white;
text-align: center;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
@keyframes logo-spin {
from {
transform: rotate(0deg);
transform-origin: 50% 44%;
}
to {
transform: rotate(360deg);
transform-origin: 50% 44%;
}
}