Fix visual bug with remember checkbox on mobile.

Fixes #5054
This commit is contained in:
Luke Towers 2020-04-28 09:56:02 -06:00
parent dc72cafcd1
commit 35ecf7019d
2 changed files with 4 additions and 0 deletions

View File

@ -857,6 +857,7 @@ body.outer .layout >.layout-row >.layout-cell .outer-form-container .horizontal-
body.outer .layout >.layout-row >.layout-cell .outer-form-container .horizontal-form input {vertical-align:top;margin-right:9px;display:inline-block;border:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
body.outer .layout >.layout-row >.layout-cell .outer-form-container .horizontal-form button {background:#0181b9;text-align:center;font-size:13px;font-weight:600;height:40px;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body.outer .layout >.layout-row >.layout-cell .outer-form-container .remember label {color:rgba(255,255,255,0.44)}
body.outer .layout >.layout-row >.layout-cell .outer-form-container .remember input {display:none}
body.outer .layout >.layout-row >.layout-cell .outer-form-container .forgot-password {margin-top:30px;font-size:13px;top:8px}
body.outer .layout >.layout-row >.layout-cell .outer-form-container .forgot-password a {color:rgba(255,255,255,0.44)}
body.outer .layout >.layout-row >.layout-cell .outer-form-container .forgot-password:before {color:rgba(255,255,255,0.44);font-size:14px;position:relative;margin-right:5px}

View File

@ -78,6 +78,9 @@ body.outer {
label {
color: @color-outer-muted-text;
}
input {
display: none;
}
}
.forgot-password {