From c954bd48748db73dc2936bed9b02f40c331796d1 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 6 Oct 2017 12:08:06 +0200 Subject: [PATCH] Added stylesheet for requestElement --- .../components/styles/requestElementStyle.jsx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 client/app/components/styles/requestElementStyle.jsx diff --git a/client/app/components/styles/requestElementStyle.jsx b/client/app/components/styles/requestElementStyle.jsx new file mode 100644 index 0000000..8fa0c15 --- /dev/null +++ b/client/app/components/styles/requestElementStyle.jsx @@ -0,0 +1,23 @@ + +export default { + bodyDiv: { + display: 'flex', + flexDirection: 'row', + flexWrap: 'wrap', + flexFlow: 'row wrap', + }, + + wrappingDiv: { + + }, + + requestPoster: { + height: '150px', + }, + + infoDiv: { + marginTop: 0, + marginLeft: '10px', + float: 'right', + }, +} \ No newline at end of file