misc_pterodactyl-panel/resources/assets/styles/main.css
Dane Everitt b35eb77a70
Remove the pterodactyl directory when handling assets
This supports moving away from multiple-theme support in the Panel since that is no longer going to be offered.
2018-05-26 12:33:27 -07:00

25 lines
414 B
CSS

/**
* Tailwind Preflight Classes
*/
@import "tailwindcss/preflight";
@import "tailwindcss/components";
/**
* Pterodactyl Specific CSS
*/
@import "components/animations.css";
@import "components/authentication.css";
@import "components/buttons.css";
@import "components/spinners.css";
/**
* Tailwind Utilities
*/
@import "tailwindcss/utilities";
/**
* Assorted Other CSS
*/
body {
@apply .font-sans;
}