Remove unneeded backdrop on auth pages
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user