Merge pull request #2561 from jryans/auth-bg

Style tweaks to support auth background
pull/21833/head
J. Ryan Stinnett 2019-02-01 14:13:22 -06:00 committed by GitHub
commit 10a7d7ed42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,8 @@ limitations under the License.
width: 100%;
font-size: 14px;
opacity: 0.72;
margin: 20px 0;
padding: 20px 0;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.mx_AuthFooter a:link,

View File

@ -26,8 +26,6 @@ limitations under the License.
display: flex;
margin: 100px auto auto;
border-radius: 4px;
// Not currently supported in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1178765
backdrop-filter: blur(10px);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
background-color: $authpage-modal-bg-color;
}