Feather the top edge of request artwork
Magent CI/CD / verify (push) Successful in 1m50s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 53s

This commit is contained in:
2026-09-13 21:57:26 +12:00
parent ce756c1a65
commit 8df02fdfd7
+2 -2
View File
@@ -4982,8 +4982,8 @@ textarea:focus {
/* Fade the entire artwork layer, including its tint, into the page surface. */ /* Fade the entire artwork layer, including its tint, into the page surface. */
.request-cinematic-art { .request-cinematic-art {
-webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%);
-webkit-mask-composite: source-in; -webkit-mask-composite: source-in;
mask-image: linear-gradient(to bottom, #000 0%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 38%, transparent 100%), linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%);
mask-composite: intersect; mask-composite: intersect;
} }