Fix imports
This commit is contained in:
parent
f72d942801
commit
6a29198eee
|
@ -1,8 +1,8 @@
|
||||||
@import "app/_mixins/colors"
|
@import "colors"
|
||||||
@import "app/_mixins/fonts"
|
@import "fonts"
|
||||||
@import "app/_mixins/vars"
|
@import "vars"
|
||||||
@import "app/foundation/scss/foundation/_settings"
|
@import "../foundation/scss/foundation/_settings"
|
||||||
@import "app/foundation/scss/foundation/components/_grid"
|
@import "../foundation/scss/foundation/components/_grid"
|
||||||
|
|
||||||
@mixin popup
|
@mixin popup
|
||||||
display: none
|
display: none
|
||||||
|
@ -21,6 +21,6 @@
|
||||||
display: table
|
display: table
|
||||||
&:after
|
&:after
|
||||||
clear: both
|
clear: both
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "app/_mixins/all"
|
@import "./_mixins/all"
|
||||||
|
|
||||||
#top
|
#top
|
||||||
position: static
|
position: static
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
padding: 0 12px
|
padding: 0 12px
|
||||||
&:hover
|
&:hover
|
||||||
color: $color-link-top-highlight
|
color: $color-link-top-highlight
|
||||||
|
|
||||||
a.werehiring
|
a.werehiring
|
||||||
background-color: $topbar-bg-darker
|
background-color: $topbar-bg-darker
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
@include clearfix
|
@include clearfix
|
||||||
&:hover
|
&:hover
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
|
|
||||||
&.is-open
|
&.is-open
|
||||||
height: auto
|
height: auto
|
||||||
|
|
Loading…
Reference in New Issue
Block a user