Skip to content

Commit

Permalink
Step 12.18: Create show pictuer component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent be2d407 commit 5bb2683
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/imports/pages/messages/show-picture.scss
@@ -0,0 +1,10 @@
.show-picture {
background-color: black;

.picture {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}

0 comments on commit 5bb2683

Please sign in to comment.