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

10 lines
214 B
CSS
Raw Normal View History

.login-box {
2019-06-16 23:57:57 +00:00
@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);
}
}