revert previous & fix font size

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

View File

@ -91,12 +91,13 @@ limitations under the License.
.mx_Login_box {
width: 330px;
min-height: initial;
padding-top: 50px;
padding-top: 40px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-radius: 8px;
color: $form-fg-color;
font-size: 16px;
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);
@ -126,7 +127,6 @@ limitations under the License.
text-align: center;
color: $form-fg-color;
font-size: 25px;
margin-top: 5px;
margin-bottom: 24px;
}