mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
fix spacing of login aux buttons
This commit is contained in:
parent
b65ee5f28e
commit
3ffebfbf0b
1 changed files with 6 additions and 1 deletions
|
@ -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 a new issue