diff --git a/app/stylesheets/partials/_campaign-progress.sass b/app/stylesheets/partials/_campaign-progress.sass index 1f2d5a91..edc29deb 100644 --- a/app/stylesheets/partials/_campaign-progress.sass +++ b/app/stylesheets/partials/_campaign-progress.sass @@ -10,6 +10,15 @@ position: relative visibility: hidden + .button + +loud-awesome-button-color + font-size: 75% + margin-left: 1em + padding: .25em .75em + + &:after + content: none + .campaign-progress background: $module-border-color +linear-gradient(color-stops($module-border-color + #222, $module-border-color)) diff --git a/app/views/outfits/new.html.haml b/app/views/outfits/new.html.haml index c5846102..f2cb84ec 100644 --- a/app/views/outfits/new.html.haml +++ b/app/views/outfits/new.html.haml @@ -2,6 +2,7 @@ = campaign_progress do = link_to 'We need your help to keep growing and stay online!', donate_path + = link_to 'Donate now!', donate_path, :class => 'button' #outfit-forms - cache :action_suffix => 'outfit_forms_intro' do