Skip to content

Commit

Permalink
feat: mobile icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Aro committed Apr 16, 2021
1 parent 99d2d36 commit 6e3de09
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/components/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const HeaderLayout = ({
aria-label="Menu toggle"
onClick={toggleNavMenu}
>
<FontAwesomeIcon color="white" icon={faUser} size="2x" />
<FontAwesomeIcon color="#036" icon={faUser} size="2x" />
</button>
</div>
<ul
Expand Down Expand Up @@ -233,6 +233,11 @@ const HeaderLayout = ({
background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
}
#menu-toggle {
background: #f8f9fa;
border-radius: 100%;
padding: 0.375rem 0.7rem;
}
/* Small desktop and up:
* Replaces hamburger menu with button links and pushes apart .header-left
Expand Down

0 comments on commit 6e3de09

Please sign in to comment.