fix(2d-nds): fix bottom screen shadow
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m20s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m20s
This commit is contained in:
@@ -488,9 +488,10 @@ watch(
|
||||
z-index: -1;
|
||||
border-radius: 5px;
|
||||
box-shadow:
|
||||
10px 7px 10px 3px #111,
|
||||
-6px 4px 5px 2px var(--primary),
|
||||
-12px 4px 8px 3px #333;
|
||||
3px 4px 3px 1px var(--primary),
|
||||
6px 4px 5px 2px #222,
|
||||
-3px 4px 3px 1px var(--primary),
|
||||
-6px 4px 5px 2px #222;
|
||||
}
|
||||
|
||||
.nds2d-d-pad-shadow {
|
||||
|
||||
Reference in New Issue
Block a user