Better support for mobile devices on login and account pages
This commit is contained in:
parent
941c585c73
commit
5c3d3f6ce9
7 changed files with 18 additions and 12 deletions
|
@ -1,3 +1,9 @@
|
|||
.login-box {
|
||||
@apply .bg-white .shadow-lg .rounded-lg .pt-10 .px-8 .pb-6 .mb-4;
|
||||
|
||||
@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);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue