-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced all the css into tailwind css on TimelineNav component (#1787)
Co-authored-by: Kyle Holmberg <[email protected]>
- Loading branch information
1 parent
4ff4e36
commit 4bce3a1
Showing
3 changed files
with
19 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,3 @@ | ||
.timelineNav { | ||
padding: 0 4rem; | ||
} | ||
|
||
@media screen and (--small-viewport) { | ||
.timelineNav { | ||
padding: 0; | ||
} | ||
} | ||
|
||
.timelineNavLinksContainer { | ||
display: flex; | ||
justify-content: space-around; | ||
} | ||
|
||
.timelineNavLink { | ||
font-weight: 700; | ||
font-size: 1.2rem; | ||
cursor: pointer; | ||
transition: transform opacity 100ms ease-in-out; | ||
} | ||
|
||
.timelineNavLink:not(:hover) { | ||
opacity: 0.6; | ||
} | ||
|
||
.timelineNavLink:hover { | ||
transform: scale(1.1); | ||
} | ||
|
||
.timelineNavSeperator { | ||
margin-top: 1rem; | ||
background-color: #d7d7d7; | ||
height: 2px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4bce3a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
operation-code – ./
operation-code-git-main-operation-code.vercel.app
operation-code-operation-code.vercel.app
operationcode.org
www.operationcode.org
4bce3a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
storybook – ./
storybook-git-main-operation-code.vercel.app
operationcode-storybook.vercel.app
storybook-operation-code.vercel.app
storybook.operationcode.org