mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix spacing of login aux buttons
This commit is contained in:
parent
b65ee5f28e
commit
3ffebfbf0b
@ -165,10 +165,14 @@ limitations under the License.
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.mx_Login_prompt {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.mx_Login_submit {
|
||||
width: 200px;
|
||||
margin-top: 13px;
|
||||
margin-bottom: 18px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mx_Login_submit:disabled {
|
||||
@ -176,6 +180,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_Login_create {
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user