misc_pterodactyl-panel/resources/styles/components/authentication.css
2019-06-28 22:52:57 -07:00

9 lines
214 B
CSS

.login-box {
@apply .bg-white .shadow-lg .rounded-lg .p-6;
@screen xsx {
@apply .rounded-none;
margin-top: 25%;
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2), 0 -15px 30px 0 rgba(0, 0, 0, .2);
}
}