Integrating new overlay mechanics with login view.

Removed login.ejs-specific overlay. Removed blur transition and reduced overlay fade from 500ms to 250ms. Minor modification to the overlay css.
This commit is contained in:
Daniel Scalzi
2018-04-07 13:29:40 -04:00
parent 5335e0124b
commit 9b63d9bb58
5 changed files with 41 additions and 97 deletions

View File

@@ -13,8 +13,6 @@
#main {
height: calc(100% - 22px);
background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
will-change: filter;
transition: filter 0.5s ease;
}
#main[overlay] {
filter: blur(3px) contrast(0.9) brightness(1.0);