Skip to content

Commit

Permalink
darken missed subnavs
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 2, 2019
1 parent 08b2f63 commit 265da3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Wrapper = styled.div`
width: 100%;
padding: 6px 30px;
box-sizing: border-box;
background-color: ${props => props.theme['white-blue']};
background-color: #f0f2f7;
border-bottom: 1px solid ${props => props.theme['gray-1']};
`
const LinkItem = styled(TabMenuItem)`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ const Wrapper = styled.div`
width: 100%;
padding: 8px 30px;
box-sizing: border-box;
background-color: ${props => props.theme['white-blue']};
background-color: #f0f2f7;
border-bottom: 1px solid ${props => props.theme['gray-1']};
`
const LinkItem = styled(TabMenuItem)`
&.active {
& :after {
position: absolute;
content: '';
top: 36px;
top: 34px;
left: 0;
width: 100%;
border-bottom: 4px solid ${props => props.theme['brand-secondary']};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Wrapper = styled.div`
width: 100%;
padding: 8px 30px;
box-sizing: border-box;
background-color: ${props => props.theme['white-blue']};
background-color: #f0f2f7;
border-bottom: 1px solid ${props => props.theme['gray-1']};
`
const Container = styled.div`
Expand Down

0 comments on commit 265da3c

Please sign in to comment.