Commit 3f012063b29c947ac09c168fdabe3e75fcae29f9
1 parent
5ccb6088
Exists in
master
and in
8 other branches
Fix: experience sent button
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
sass/_proposal_detail.scss
... | ... | @@ -794,6 +794,13 @@ |
794 | 794 | bottom: inherit !important; |
795 | 795 | } |
796 | 796 | } |
797 | + | |
798 | + .success-experience-sent a { | |
799 | + position: relative !important; | |
800 | + left: inherit !important; | |
801 | + margin: 20px auto !important; | |
802 | + bottom: inherit !important; | |
803 | + } | |
797 | 804 | } |
798 | 805 | .talk-proposal-container { |
799 | 806 | height: auto !important; | ... | ... |