diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 0293bad31..c5a4bf3fd 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1076,6 +1076,33 @@ } } } + + a { + text-decoration: underline; + + &.button { + background: white; + color: $brand; + margin-bottom: rem-calc(3); + text-decoration: none; + } + } + + .social-share-button a { + color: white; + + &.social-share-button-twitter:hover { + color: #40A2D1; + } + + &.social-share-button-facebook:hover { + color: #354F88; + } + + &.social-share-button-google_plus:hover { + color: #CE3E26; + } + } } .progress-votes { diff --git a/app/views/budgets/ballots/_ballot.html.erb b/app/views/budgets/ballots/_ballot.html.erb index 5187c5eaa..5189de92b 100644 --- a/app/views/budgets/ballots/_ballot.html.erb +++ b/app/views/budgets/ballots/_ballot.html.erb @@ -1,9 +1,6 @@