forked from matrix/element-web
tweak error layout
This commit is contained in:
parent
73e7fe2764
commit
29cfbba2ce
|
@ -117,6 +117,7 @@ limitations under the License.
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $form-fg-color;
|
color: $form-fg-color;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_support {
|
.mx_Login_support {
|
||||||
|
@ -132,7 +133,7 @@ limitations under the License.
|
||||||
padding: 9px 20px 9px 20px;
|
padding: 9px 20px 9px 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: none;
|
border: 1px solid transparent;
|
||||||
background-color: $form-field-bg-color;
|
background-color: $form-field-bg-color;
|
||||||
color: $form-field-fg-color;
|
color: $form-field-fg-color;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
@ -247,6 +248,10 @@ limitations under the License.
|
||||||
color: $warning-color;
|
color: $warning-color;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
height: 44px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
|
Loading…
Reference in New Issue