From 83667b4ad589f098f56fae592790eef9313e1c1e Mon Sep 17 00:00:00 2001 From: dotansimha Date: Tue, 24 Jan 2017 23:03:03 +0200 Subject: [PATCH] Step 12.18: Create show pictuer component styles --- client/imports/pages/messages/show-picture.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/imports/pages/messages/show-picture.scss diff --git a/client/imports/pages/messages/show-picture.scss b/client/imports/pages/messages/show-picture.scss new file mode 100644 index 0000000..86a1de2 --- /dev/null +++ b/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%); + } +} \ No newline at end of file