Merge pull request #2561 from jryans/auth-bg
Style tweaks to support auth backgroundpull/21833/head
commit
10a7d7ed42
|
@ -19,7 +19,8 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
opacity: 0.72;
|
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,
|
.mx_AuthFooter a:link,
|
||||||
|
|
|
@ -26,8 +26,6 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 100px auto auto;
|
margin: 100px auto auto;
|
||||||
border-radius: 4px;
|
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);
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
|
||||||
background-color: $authpage-modal-bg-color;
|
background-color: $authpage-modal-bg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue