From 3f012063b29c947ac09c168fdabe3e75fcae29f9 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Tue, 5 May 2015 17:44:56 -0300 Subject: [PATCH] Fix: experience sent button --- sass/_proposal_detail.scss | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index c0d7cc4..3983626 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -794,6 +794,13 @@ bottom: inherit !important; } } + + .success-experience-sent a { + position: relative !important; + left: inherit !important; + margin: 20px auto !important; + bottom: inherit !important; + } } .talk-proposal-container { height: auto !important; -- libgit2 0.21.2