mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 07:13:45 +02:00
Get things into a somewhat working state on the login form
This commit is contained in:
23
resources/assets/pterodactyl/styles/main.css
Normal file
23
resources/assets/pterodactyl/styles/main.css
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Tailwind Preflight Classes
|
||||
*/
|
||||
@import "tailwindcss/preflight";
|
||||
@import "tailwindcss/components";
|
||||
|
||||
/**
|
||||
* Pterodactyl Specific CSS
|
||||
*/
|
||||
@import "components/animations.css";
|
||||
@import "components/authentication.css";
|
||||
|
||||
/**
|
||||
* Tailwind Utilities
|
||||
*/
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
/**
|
||||
* Assorted Other CSS
|
||||
*/
|
||||
body {
|
||||
@apply .font-sans;
|
||||
}
|
||||
Reference in New Issue
Block a user