mirror of https://github.com/vector-im/riot-web
Remove unneeded backdrop on auth pages
parent
22178f2d7c
commit
bcac332d31
|
@ -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