Skip to content

Commit

Permalink
added missing styles from revert
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 18, 2017
1 parent 8cd6817 commit 7bf1ecd
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/stylus/components/_navbar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,30 @@
left: 0
z-index: 4

&__toolbar
display: flex
flex: 1 0 100%
padding: 14px

&__sub
flex: 1 0 100%
padding: 24px 0 24px 72px

&__side-icon
display: inline-flex
align-items: center
margin: 0 1rem
margin: 0 14px 0 0

a
color: #FFFFFF
color: inherit
display: flex
align-items: center
flex: 1
font-size: 1rem
text-decoration: none

i
font-size: 3rem
font-size: 24px

&__logo
color: #fff
Expand All @@ -43,6 +52,12 @@
padding: 0 2rem
display: flex
align-items: center

&__title
color: #fff
font-size: $headings.h6.size
flex: 1;
padding: 0 2rem

&__items
list-style-type: none
Expand Down

0 comments on commit 7bf1ecd

Please sign in to comment.