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