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 @@
}
.login-box{
width: 304px;
max-width: 304px;
position: relative;
@include border-radius(5px);
margin: auto;
padding: 20px;
background: white;
}
......@@ -23,7 +22,7 @@
background-color: #f1f1f1;
font-size: 16px;
padding: 14px 10px;
width: 280px;
width: 100%;
height: auto;
&.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