Initial front end
This commit is contained in:
20
tasker-client/src/app/globals.css
Normal file
20
tasker-client/src/app/globals.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#root,
|
||||
.app {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@apply text-sm;
|
||||
@apply bg-gray-500;
|
||||
@apply text-gray-900;
|
||||
}
|
||||
Reference in New Issue
Block a user