UNPKG

lincd-cli

Version:

Command line tools for the lincd.js library

18 lines (16 loc) 282 B
.spinner.active { border: 4px solid transparent; border-top: 4px solid #474545; border-radius: 50%; width: 16px; height: 16px; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }