timemanager/frontend/src/styles.css
Sebastian Böckelmann 635b03ecac
All checks were successful
Java CI with Maven / test (push) Successful in 38s
Java CI with Maven / build-and-push-frontend (push) Successful in 9s
Java CI with Maven / build-and-push-backend (push) Successful in 8s
Implement Aborting and setting Manual Stop Time on Task-Schedules
2024-03-14 07:23:44 +01:00

9 lines
212 B
CSS

/* You can add global styles to this file, and also import other style files */
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
.long-form {
width: 100%;
}