Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tropy/tropy
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 1, 2017
2 parents ee883b7 + 40a9116 commit eaceabf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/stylesheets/components/_drag-layer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
left: 0;
}

.item-drag-preview,
.photo-drag-preview {
.drag-preview {
opacity: $drag-preview-opacity;
position: absolute; // Collapse width
transform: translate(-50%, -50%);
Expand Down
6 changes: 6 additions & 0 deletions src/stylesheets/components/_metadata.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ $component-padding-horizontal: 12px !default;
.metadata-field {
display: flex;
line-height: $metadata-line-height;

&.extra {
label {
font-style: italic;
}
}
}

label,
Expand Down

0 comments on commit eaceabf

Please sign in to comment.