misc_pterodactyl-panel/resources/assets/styles/components/authentication.css

4 lines
83 B
CSS
Raw Normal View History

.login-box {
@apply .bg-white .shadow-lg .rounded-lg .pt-10 .px-8 .pb-6 .mb-4;
}