Fix search on blog and tweaks to navbar
This commit is contained in:
parent
574178cffc
commit
634ad86fa1
@ -277,17 +277,17 @@ header.navbar-header
|
|||||||
height: $navbar-height
|
height: $navbar-height
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
font-weight: 400
|
|
||||||
text-transform: uppercase
|
|
||||||
border-bottom: 3px solid transparent
|
|
||||||
|
|
||||||
padding:
|
padding:
|
||||||
top: 3px
|
top: 3px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
left: 20px
|
left: 20px
|
||||||
right: 20px
|
right: 20px
|
||||||
|
|
||||||
|
font-weight: 400
|
||||||
|
text-transform: uppercase
|
||||||
|
border-bottom: 3px solid transparent
|
||||||
|
transition: color 200ms ease-in-out, border-bottom 100ms ease-in-out
|
||||||
|
|
||||||
+media-md
|
+media-md
|
||||||
padding-left: 15px
|
padding-left: 15px
|
||||||
padding-right: 15px
|
padding-right: 15px
|
||||||
@ -298,18 +298,18 @@ header.navbar-header
|
|||||||
&:hover, &:focus
|
&:hover, &:focus
|
||||||
color: $color-text-light
|
color: $color-text-light
|
||||||
background-color: rgba($color-background-nav, .4)
|
background-color: rgba($color-background-nav, .4)
|
||||||
border-bottom: 3px solid $color-primary
|
border-bottom-color: $color-primary
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
border-bottom: 3px solid $color-primary
|
border-bottom-color: $color-primary
|
||||||
|
|
||||||
&.active
|
&.active
|
||||||
color: $color-text-light
|
color: $color-text-light
|
||||||
background-color: $color-background-nav
|
background-color: $color-background-nav
|
||||||
border-bottom: 3px solid lighten($color-secondary, 10%)
|
border-bottom-color: lighten($color-secondary, 10%)
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
border-color: lighten($color-secondary, 20%)
|
border-bottom-color: lighten($color-secondary, 20%)
|
||||||
|
|
||||||
.pi-angle-down
|
.pi-angle-down
|
||||||
position: relative
|
position: relative
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
@import _base
|
@import _base
|
||||||
@import _notifications
|
@import _notifications
|
||||||
|
@import _search
|
||||||
|
|
||||||
|
|
||||||
/* CSS comes from fontello.com using static/assets/font/config.json */
|
/* CSS comes from fontello.com using static/assets/font/config.json */
|
||||||
@ -367,7 +368,6 @@
|
|||||||
padding: 0
|
padding: 0
|
||||||
color: $color-text
|
color: $color-text
|
||||||
font:
|
font:
|
||||||
family: $font-headings
|
|
||||||
size: 1.8em
|
size: 1.8em
|
||||||
weight: 300
|
weight: 300
|
||||||
margin: 0 20px 15px 0
|
margin: 0 20px 15px 0
|
||||||
@ -489,7 +489,6 @@
|
|||||||
text-align: center
|
text-align: center
|
||||||
font:
|
font:
|
||||||
size: 1.6em
|
size: 1.6em
|
||||||
family: $font-headings
|
|
||||||
weight: 300
|
weight: 300
|
||||||
|
|
||||||
transition: color 150ms ease-in-out
|
transition: color 150ms ease-in-out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user