create/import dashboard app project from course template

This commit is contained in:
Michi 2025-04-18 22:33:24 +02:00
parent 820ed27a47
commit 6d6dd37f72
47 changed files with 7370 additions and 0 deletions

View file

@ -0,0 +1,18 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
input[type='number'] {
-moz-appearance: textfield;
appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}