fix gradient direction on add/remove buttons
This commit is contained in:
parent
fb5bc2805d
commit
363c5f4dae
1 changed files with 3 additions and 3 deletions
|
|
@ -1827,13 +1827,13 @@ ul#request_result
|
||||||
:right 4px
|
:right 4px
|
||||||
:left 4px
|
:left 4px
|
||||||
&.added
|
&.added
|
||||||
@include linear-gradient(rgb(92,199,86),rgb(158,255,153))
|
@include linear-gradient(rgb(158,255,153), rgb(92,199,86))
|
||||||
|
|
||||||
&.added.remove
|
&.added.remove
|
||||||
@include linear-gradient(rgb(199,86,86),rgb(255,153,153))
|
@include linear-gradient(rgb(255,153,153), rgb(199,86,86))
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
@include linear-gradient(rgb(130,55,55),rgb(199,119,119))
|
@include linear-gradient(rgb(199,119,119), rgb(130,55,55))
|
||||||
|
|
||||||
.aspect_list
|
.aspect_list
|
||||||
:height 300px
|
:height 300px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue