Remove deprecated navbar and header

This commit is contained in:
jgthms
2016-07-31 18:16:11 +01:00
parent ad905c9eb7
commit 895acbb383
4 changed files with 10 additions and 216 deletions

View File

@@ -64,6 +64,8 @@ a.nav-item
padding: 10px
&.is-active
display: block
+tablet-only
padding-right: 20px
.nav-left
align-items: stretch
@@ -122,3 +124,10 @@ a.nav-item
// Modifiers
&.has-shadow
box-shadow: 0 2px 3px rgba($black, 0.1)
// Responsiveness
+touch
& > .container,
.container > &
& > .nav-left
& > .nav-item.is-brand:first-child
padding-left: 20px

View File

@@ -1,57 +0,0 @@
.navbar-item
.title,
.subtitle
margin-bottom: 0
// Responsiveness
+mobile
&:not(:last-child)
margin-bottom: 10px
.navbar-left,
.navbar-right
.navbar-item
&:not(:last-child)
margin-right: 10px
// Modifiers
&.is-flexible
flex-grow: 1
.navbar-left
// Responsiveness
+mobile
& + .navbar-right
margin-top: 20px
+tablet
align-items: center
display: flex
.navbar-right
// Responsiveness
+tablet
align-items: center
display: flex
justify-content: flex-end
.navbar
@extend .block
align-items: center
justify-content: space-between
code
border-radius: $radius
img
display: inline-block
vertical-align: top
// Modifiers
&.is-mobile
display: flex
& > .navbar-item
&:not(:last-child)
margin-bottom: 0
&:not(.is-narrow)
flex-grow: 1
// Responsiveness
+tablet
display: flex
& > .navbar-item
&:not(.is-narrow)
flex-grow: 1