Files
digifi-SalaryLoan/src/App.css
T
2025-02-03 17:47:49 +01:00

23 lines
319 B
CSS

.App {
text-align: center;
}
/*@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);
}
}
button, a {
cursor: pointer;
}