UNPKG

tc-ui-toolkit

Version:

React components used to develop tools for the desktop app translationCore

16 lines (13 loc) 282 B
.container { display: flex; flex-direction: column; justify-content: center; align-items: center; } .App-logo-component { animation: App-logo-spin infinite 5s linear; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }