UNPKG

cra-template-bod

Version:

The advanced TypeScript template for Bod CLI.

32 lines (25 loc) 456 B
.app-header { @apply flex flex-col items-center justify-center; min-height: 100vh; font-size: calc(10px + 2vmin); } .app-link { color: rgb(112 76 182); } .app-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .app-logo { animation: app-logo-spin infinite 20s linear; } } @keyframes app-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }