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