Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
86ee1dd6
Unverified
Commit
86ee1dd6
authored
Nov 15, 2022
by
vignesh mohankumar
Committed by
GitHub
Nov 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: remove unused icons (#5234)
parent
95be7b1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
664 deletions
+0
-664
icons.css.ts
src/nft/components/icons.css.ts
+0
-14
icons.tsx
src/nft/components/icons.tsx
+0
-650
No files found.
src/nft/components/icons.css.ts
deleted
100644 → 0
View file @
95be7b1d
import
{
keyframes
,
style
}
from
'
@vanilla-extract/css
'
const
rotate
=
keyframes
({
from
:
{
transform
:
'
rotate(0deg)
'
,
},
to
:
{
transform
:
'
rotate(360deg)
'
,
},
})
export
const
clockSpinArrows
=
style
({
animation
:
`
${
rotate
}
1s linear infinite`
,
transformOrigin
:
'
50% 50%
'
,
})
src/nft/components/icons.tsx
View file @
86ee1dd6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment