mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
tweak spacing for login
This commit is contained in:
parent
3ffebfbf0b
commit
ca0092469b
@ -91,7 +91,7 @@ limitations under the License.
|
|||||||
.mx_Login_box {
|
.mx_Login_box {
|
||||||
width: 330px;
|
width: 330px;
|
||||||
min-height: initial;
|
min-height: initial;
|
||||||
padding-top: 40px;
|
padding-top: 50px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
@ -126,6 +126,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-top: 5px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -170,7 +171,8 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_submit {
|
.mx_Login_submit {
|
||||||
width: 200px;
|
min-width: 200px;
|
||||||
|
width: auto;
|
||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user