@jsenv/cli
Version:
Command Line Interface for jsenv
44 lines (36 loc) • 606 B
CSS
.app {
text-align: center;
}
.app_logo {
pointer-events: none;
height: 40vmin;
}
@media (prefers-reduced-motion: no-preference) {
.app_logo {
animation: 20s linear infinite app_logo_spin;
}
}
.app_header {
color: #fff;
background-color: #282c34;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
font-size: calc(10px + 2vmin);
display: flex;
}
.app_link {
color: #61dafb;
}
@keyframes app_logo_spin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
button {
font-size: calc(10px + 2vmin);
}