From 170bfda78c8a1a7dee337c3dcdcf2c9cfdc42ba5 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 21 Feb 2019 14:28:38 +0100 Subject: [PATCH] Add genial.ly block to modal --- client/src/components/FullscreenInfographic.vue | 4 +++- .../components/content-blocks/GeniallyBlock.vue | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/client/src/components/FullscreenInfographic.vue b/client/src/components/FullscreenInfographic.vue index 4fade4a6..7c951dc5 100644 --- a/client/src/components/FullscreenInfographic.vue +++ b/client/src/components/FullscreenInfographic.vue @@ -7,11 +7,13 @@ @@ -46,5 +56,9 @@ width: 100%; height: 100%; } + + &__link { + cursor: pointer; + } }