tweak error layout

pull/5578/head
Matthew Hodgson 2017-10-25 02:04:17 +01:00
parent 73e7fe2764
commit 29cfbba2ce
1 changed files with 6 additions and 1 deletions

View File

@ -117,6 +117,7 @@ limitations under the License.
text-align: center;
color: $form-fg-color;
font-size: 25px;
margin-bottom: 24px;
}
.mx_Login_support {
@ -132,7 +133,7 @@ limitations under the License.
padding: 9px 20px 9px 20px;
border-radius: 10px;
text-align: left;
border: none;
border: 1px solid transparent;
background-color: $form-field-bg-color;
color: $form-field-fg-color;
font-weight: 300;
@ -247,6 +248,10 @@ limitations under the License.
color: $warning-color;
font-size: 18px;
width: 250px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
text-align: center;
margin-top: 12px;