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
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
min-width: 320px;
height: 100%;
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 {