mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed item details view shadow.
This commit is contained in:
parent
5965d319d6
commit
4f9dc39567
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
@import "app/styles/mixins"
|
||||||
|
|
||||||
#item-details-view
|
#item-details-view
|
||||||
|
|
||||||
.nano-content
|
.nano-content
|
||||||
|
@ -42,6 +44,9 @@
|
||||||
|
|
||||||
.item-shadow
|
.item-shadow
|
||||||
top: 25px
|
top: 25px
|
||||||
|
left: 5px
|
||||||
|
@include filter(contrast(0%) brightness(0%))
|
||||||
|
opacity: 0.2
|
||||||
|
|
||||||
img.hr
|
img.hr
|
||||||
width: 80%
|
width: 80%
|
||||||
|
|
Loading…
Reference in a new issue