From 0eaa3065a35411b8b31d095f0dd5b53f219d8ae2 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 25 Feb 2020 11:26:57 +0100 Subject: [PATCH] Add margin --- .../aol/rotation-reset/rotation-reset.component.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/common-map/src/fm-map/components/aol/rotation-reset/rotation-reset.component.scss b/projects/common-map/src/fm-map/components/aol/rotation-reset/rotation-reset.component.scss index f78a2d2..3d304c4 100644 --- a/projects/common-map/src/fm-map/components/aol/rotation-reset/rotation-reset.component.scss +++ b/projects/common-map/src/fm-map/components/aol/rotation-reset/rotation-reset.component.scss @@ -7,6 +7,7 @@ opacity: 1; border-radius:1.75em; padding:0; + margin-top:0.5em; } #north { @@ -50,8 +51,6 @@ div.compass:hover #north { fill:$white; } - - .compass-n { transition: opacity 1s ease-out 2s,height 1s ease-out 3s,margin-top 1s ease-out 3s; opacity:0;