CSS: Reduce login form box shadow opacity

This commit is contained in:
Florian Strohmaier 2017-11-16 10:00:34 +01:00 committed by Eric Lippmann
parent 57c1bba58d
commit 07a8a1f234

View File

@ -28,7 +28,7 @@
min-width: 320px; min-width: 320px;
height: 100%; height: 100%;
width: 33%; width: 33%;
box-shadow: 0 0 4em 2em rgba(0,0,0,.4); box-shadow: 0 0 4em 1em rgba(0, 0, 0, 0.2);
} }
.logo-wrapper { .logo-wrapper {