make portlet shadow more prominent

This commit is contained in:
Dennis Eichhorn 2020-06-06 10:31:41 +02:00
parent ce887abc66
commit d7c3bcaf10
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.portlet { .portlet {
box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1); box-shadow: 0 0 5px 1px rgba(72, 71, 114, 0.2);
border-radius: 4px; border-radius: 4px;
box-sizing: border-box; box-sizing: border-box;
margin-top: 1rem; margin-top: 1rem;

View File

@ -4499,7 +4499,7 @@ span.tag {
display: inline-block; } display: inline-block; }
.portlet { .portlet {
box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1); box-shadow: 0 0 5px 1px rgba(72, 71, 114, 0.2);
border-radius: 4px; border-radius: 4px;
box-sizing: border-box; box-sizing: border-box;
margin-top: 1rem; margin-top: 1rem;