File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
/* *
3
2
* Items
4
3
* --------------------------------------------------
@@ -403,7 +402,7 @@ button.item-button-right:after {
403
402
padding-left : $item-thumbnail-width + $item-thumbnail-margin + $item-padding ;
404
403
min-height : $item-thumbnail-height + ($item-thumbnail-margin * 2 );
405
404
406
- img :first-child , .item-image {
405
+ > img :first-child , > .item-image {
407
406
position : absolute ;
408
407
top : $item-thumbnail-margin ;
409
408
left : $item-thumbnail-margin ;
@@ -417,7 +416,7 @@ button.item-button-right:after {
417
416
padding-right : $item-thumbnail-width + $item-thumbnail-margin + $item-padding ;
418
417
min-height : $item-thumbnail-height + ($item-thumbnail-margin * 2 );
419
418
420
- img :first-child , .item-image {
419
+ > img :first-child , > .item-image {
421
420
position : absolute ;
422
421
top : $item-thumbnail-margin ;
423
422
right : $item-thumbnail-margin ;
You can’t perform that action at this time.
0 commit comments