generated from the-collab-lab/smart-shopping-list
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from the-collab-lab/km-design-navbar
Navbar Design
- Loading branch information
Showing
7 changed files
with
125 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
export function LogoIcon() { | ||
return ( | ||
<svg | ||
height="20px" | ||
width="20px" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 290.873 290.873" | ||
xmlSpace="preserve" | ||
fill="currentColor" | ||
transform="scale(-1 1)" | ||
stroke="#fdeecd" | ||
> | ||
<path d="M44.268 139.532L44.268 79.35 44.268 41.049 93.507 90.294z" /> | ||
<path d="M0 73.384L32.334 41.049 32.334 73.384z" /> | ||
<path d="M149.583 249.824L113.508 213.748 149.583 181.843z" /> | ||
<path d="M103.066 202.799L47.216 153.823 160.968 48.77 290.873 48.77z" /> | ||
</svg> | ||
); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.nav-link { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
text-decoration: none; | ||
} | ||
|
||
.nav-link .nav-button { | ||
color: #fdeecd; | ||
display: 'block'; | ||
font-size: 1.2rem; | ||
letter-spacing: 1px; | ||
} | ||
|
||
.nav-link .nav-button:hover { | ||
text-decoration: underline; | ||
} |
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
Binary file not shown.
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