diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b4b02075b..64ff558d6 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1569,18 +1569,15 @@ table { } } -.ssb-facebook, -.ssb-telegram, -.ssb-twitter, -.ssb-whatsapp_app { - background-image: none !important; +.social-share-button .ssb-icon { + background-image: none; color: #fff; - height: $icon-width !important; + height: $icon-width; position: relative; - width: $icon-width !important; + width: $icon-width; &::before { - font-family: "icons" !important; + font-family: "icons"; font-size: rem-calc(24); left: 50%; line-height: $line-height * 2; diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index f8f03fe72..e91393be5 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1118,8 +1118,7 @@ .ssb-facebook { background: none; color: $text; - height: rem-calc(33) !important; - + height: rem-calc(33); &::before { font-size: rem-calc(18);