Unverified Commit 5a768786 authored by dagil-nvidia's avatar dagil-nvidia Committed by GitHub
Browse files

fix: remove broken Figma mask-image URL from docs CSS (#6587)


Signed-off-by: default avatarDan Gil <dagil@nvidia.com>
Co-authored-by: default avatarCursor <cursoragent@cursor.com>
parent 31642b96
...@@ -538,7 +538,7 @@ svg.card-icon{ ...@@ -538,7 +538,7 @@ svg.card-icon{
z-index: 0; z-index: 0;
} }
/* Bottom: Masked gradient for organic transition */ /* Bottom: Gradient for organic transition */
.landing-gradient-bottom { .landing-gradient-bottom {
position: absolute; position: absolute;
bottom: -282px; bottom: -282px;
...@@ -549,14 +549,6 @@ svg.card-icon{ ...@@ -549,14 +549,6 @@ svg.card-icon{
opacity: 0.05; opacity: 0.05;
pointer-events: none; pointer-events: none;
z-index: 5; z-index: 5;
mask-image: url('https://www.figma.com/api/mcp/asset/27509afa-9c16-46bb-8415-4395e2e5a347');
mask-repeat: no-repeat;
mask-position: 0% -17px;
mask-size: 100% auto;
-webkit-mask-image: url('https://www.figma.com/api/mcp/asset/27509afa-9c16-46bb-8415-4395e2e5a347');
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: 0% -17px;
-webkit-mask-size: 100% auto;
} }
/* Landing Page Gradients Wrapper */ /* Landing Page Gradients Wrapper */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment