mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Remove unneeded backdrop on auth pages
This commit is contained in:
parent
22178f2d7c
commit
bcac332d31
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue