Autogen SolidJS template with auth
This commit is contained in:
17
ui/src/app.css
Normal file
17
ui/src/app.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
#app {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
main {
|
||||
@apply flex flex-col items-center justify-center min-h-screen bg-gray-50 gap-8 px-4;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@apply uppercase text-6xl text-sky-700 font-thin;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user