mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -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
|
||||
|
||||
.nano-content
|
||||
|
@ -42,6 +44,9 @@
|
|||
|
||||
.item-shadow
|
||||
top: 25px
|
||||
left: 5px
|
||||
@include filter(contrast(0%) brightness(0%))
|
||||
opacity: 0.2
|
||||
|
||||
img.hr
|
||||
width: 80%
|
||||
|
|
Loading…
Reference in a new issue