get env hover fade out right
This commit is contained in:
parent
af287fecce
commit
a206fac3dc
|
@ -3,13 +3,18 @@
|
||||||
color: $color
|
color: $color
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $color-bg
|
background-color: $color-bg
|
||||||
|
.job-anchor,
|
||||||
.job-env,
|
.job-env,
|
||||||
.job-lang
|
.job-lang
|
||||||
background-color: $color-bg
|
background-color: $color-bg
|
||||||
|
.job-env
|
||||||
|
&:after
|
||||||
|
content: none
|
||||||
|
.job-anchor,
|
||||||
|
.job-lang
|
||||||
&:after
|
&:after
|
||||||
@include fadeOut(right, -90deg, $color-bg)
|
@include fadeOut(right, -90deg, $color-bg)
|
||||||
|
|
||||||
|
|
||||||
.job-anchor
|
.job-anchor
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
|
@ -69,10 +74,13 @@
|
||||||
// max-width: 180px
|
// max-width: 180px
|
||||||
&:after
|
&:after
|
||||||
@include fadeOut(right, -90deg, $cream-light)
|
@include fadeOut(right, -90deg, $cream-light)
|
||||||
|
|
||||||
.job-anchor
|
.job-anchor
|
||||||
width: grid-calc(14, 24)
|
width: grid-calc(14, 24)
|
||||||
|
&:after
|
||||||
|
@include fadeOut(right, -90deg, $cream-light)
|
||||||
|
z-index: 999
|
||||||
.job-env
|
.job-env
|
||||||
|
min-width: grid-calc(14, 24)
|
||||||
width: grid-calc(14, 24)
|
width: grid-calc(14, 24)
|
||||||
// max-width: 395px
|
// max-width: 395px
|
||||||
&:after
|
&:after
|
||||||
|
|
Loading…
Reference in New Issue
Block a user