equal
deleted
inserted
replaced
38 > * { |
38 > * { |
39 width: 50%; |
39 width: 50%; |
40 } |
40 } |
41 } |
41 } |
42 .main-image { |
42 .main-image { |
|
43 position: relative; |
43 a { |
44 a { |
44 display: block; |
45 display: block; |
|
46 } |
|
47 .bookmark { |
|
48 color: #E67E22; |
|
49 position: absolute; |
|
50 top: 10px; |
|
51 right: 10px; |
|
52 &:hover, |
|
53 &:active { |
|
54 color: darken(#E67E22, 10%); |
|
55 } |
45 } |
56 } |
46 } |
57 } |
47 .item-image-stats { |
58 .item-image-stats { |
48 display: flex; |
59 display: flex; |
49 justify-content: space-around; |
60 justify-content: space-around; |