Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
As Long As We Continue To Fight, We Are Not Defeated!
Browse files Browse the repository at this point in the history
As Long As We Continue To Fight, We Are Not Defeated!
  • Loading branch information
arielldev authored Mar 18, 2024
2 parents a4d0d81 + 646db42 commit 15d83c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/main_page/main_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ color: white;
transform: translateY(-5px);
}

.arrow {
.sigma {
border: solid rgb(255, 255, 255);
border-width: 0 3px 3px 0;
display: inline-block;
Expand Down Expand Up @@ -301,7 +301,7 @@ color: white;
}


.test5:hover .arrow {
.test5:hover .sigma {
transform: rotate(315deg);
transition: transform 0.7s ease-in-out; /* Add transition for smooth rotation */
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/main_page/main_page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function MainPage() {
<p className='hiddenclose'>Exit 😭​</p>

<div className='test5'>
<p><i className="arrow right"></i></p>
<p><i className="sigma right"></i></p>
<button className='folderappmenu'>
<img className='folderappmenu' src={folder} alt="filesystem" />
</button>
Expand Down

0 comments on commit 15d83c0

Please sign in to comment.