mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
tweak error layout
This commit is contained in:
parent
73e7fe2764
commit
29cfbba2ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user