Commit 2ec1a879f7cb96370a54f379c39a88b75b67f4c7
1 parent
20be9ef2
Exists in
spb-stable
and in
2 other branches
Add box shadow to issue box
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/generic/issue_box.scss
@@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
12 | margin:20px 0; | 12 | margin:20px 0; |
13 | background: #FFF; | 13 | background: #FFF; |
14 | border: 1px solid #EEE; | 14 | border: 1px solid #EEE; |
15 | + @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.05)); | ||
15 | 16 | ||
16 | &.issue-box-closed { | 17 | &.issue-box-closed { |
17 | border-color: #DA4E49; | 18 | border-color: #DA4E49; |