Commit 6d3a92f2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6131 from dblessing/fix/mobile_ui_login

Enhance responsive UI for the login screen.
parents 28e13634 7c3a7053
...@@ -6,11 +6,10 @@ ...@@ -6,11 +6,10 @@
} }
.login-box{ .login-box{
width: 304px; max-width: 304px;
position: relative; position: relative;
@include border-radius(5px); @include border-radius(5px);
margin: auto; margin: auto;
padding: 20px;
background: white; background: white;
} }
...@@ -23,7 +22,7 @@ ...@@ -23,7 +22,7 @@
background-color: #f1f1f1; background-color: #f1f1f1;
font-size: 16px; font-size: 16px;
padding: 14px 10px; padding: 14px 10px;
width: 280px; width: 100%;
height: auto; height: auto;
&.top { &.top {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment