Skip to content

Commit

Permalink
docs: restore style of logo (#8442)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperLife1119 committed Mar 20, 2024
1 parent 116346f commit ace1f49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
18 changes: 0 additions & 18 deletions scripts/site/_site/doc/app/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -340,21 +340,3 @@
display: none;
}
}

@keyframes textGradientAnimation {
0% {
background-position: 0% 50%;
}

33% {
background-position: 100% 50%;
}

66% {
background-position: 200% 50%;
}

100% {
background-position: 0% 50%;
}
}
5 changes: 1 addition & 4 deletions scripts/site/_site/doc/app/header/logo.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
`
#logo strong {
font-weight: 500;
background: linear-gradient(to right, #8514f5, #f637e3, #fa2c05);
background-clip: text;
-webkit-text-fill-color: transparent;
}
`
]
})
export class LogoComponent {}
export class LogoComponent { }

0 comments on commit ace1f49

Please sign in to comment.