Skip to content

Commit

Permalink
refactor(ui): pretty event ai style (#730)
Browse files Browse the repository at this point in the history
## What type of PR is this?

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind refactor
/kind documentation
/kind feature
/kind chore
/kind perf
/kind style
/kind test
-->

## What this PR does / why we need it:

TODO

## Which issue(s) this PR fixes:

<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
_If PR is about `failing-tests or flakes`, please post the related
issues/tests in a comment and do not use `Fixes`_*
-->

Fixes #
  • Loading branch information
hai-tian authored Jan 14, 2025
1 parent 4165ce0 commit 5b356f3
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,22 +262,6 @@
radial-gradient(ellipse 583px 668px at 436px 8px,
#ffffff 0%,
#f5f0ff30 100%);
position: relative;
overflow: hidden;

&::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at center,
rgba(149, 128, 247, 0.03) 0%,
transparent 70%);
animation: rotate 60s linear infinite;
pointer-events: none;
}

.events_content_diagnosisHeader {
padding: 12px 16px;
Expand Down

0 comments on commit 5b356f3

Please sign in to comment.