more tweaks from Denis

pull/5578/head
Matthew Hodgson 2017-10-27 10:47:15 +01:00
parent c26aaa8d01
commit ce2d40b775
1 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ limitations under the License.
border-radius: 8px;
color: $form-fg-color;
font-size: 16px;
line-height: 25px;
background-color: $form-bg-color;
background-image: url(../../themes/status/img/dot.svg);
box-shadow: 0px 5px 16px 0px rgba(25,12,46,0.16);
@ -133,7 +134,7 @@ limitations under the License.
.mx_Login_field {
width: 260px;
height: 27px;
padding: 9px 20px 9px 20px;
padding: 8px 20px 10px 20px;
border-radius: 10px;
text-align: left;
border: 1px solid transparent;