Remove unneeded backdrop on auth pages

This commit is contained in:
J. Ryan Stinnett 2019-02-01 12:46:17 -06:00
parent 22178f2d7c
commit bcac332d31

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;
}