mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
fix snafu on login submit button
This commit is contained in:
parent
468f8ccab8
commit
26d142f893
2 changed files with 2 additions and 8 deletions
|
@ -79,15 +79,10 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_submit {
|
.mx_Login_submit {
|
||||||
|
@mixin mx_DialogButton;
|
||||||
|
width: 100%;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
width: 100%;
|
|
||||||
border-radius: 40px;
|
|
||||||
height: 40px;
|
|
||||||
border: 0px;
|
|
||||||
background-color: $accent-color;
|
|
||||||
font-size: 15px;
|
|
||||||
color: $accent-fg-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_submit:disabled {
|
.mx_Login_submit:disabled {
|
||||||
|
|
|
@ -153,7 +153,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_submit {
|
.mx_Login_submit {
|
||||||
@mixin mx_DialogButton;
|
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
|
Loading…
Reference in a new issue