Make the drawer shadow darker.

This commit is contained in:
Dermot Duffy
2022-03-20 20:10:10 -07:00
parent 0ae9afef4b
commit 69ee18871f
+1 -1
View File
@@ -34,7 +34,7 @@
:host([location='right'][open]) #d { :host([location='right'][open]) #d {
transform: none; transform: none;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 25px 0px black;
} }
#ifs { #ifs {