From 3ce86078e1b6cf1f3bf8ef2fe9af5a0aeba6fc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 9 Feb 2021 18:19:17 +0100 Subject: [PATCH] Remove unused styles for button-telegram We only use the button-* classes in the sign in form, and there's no "Sign in through Telegram" feature. --- app/assets/stylesheets/layout.scss | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 64ff558d6..b253cfcc0 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1538,8 +1538,7 @@ table { .button.button-twitter, .button.button-facebook, .button.button-google, -.button.button-wordpress, -.button.button-telegram { +.button.button-wordpress { background: #fff; color: $text; font-weight: bold; @@ -1648,16 +1647,6 @@ table { } } -.button.button-telegram { - background: #ecf7fc; - border-left: 3px solid #08c; - - &::before { - color: #08c; - content: "1"; - } -} - .ssb-telegram { background: #08c; @@ -1686,7 +1675,6 @@ table { @include breakpoint(medium) { - .button.button-telegram, .ssb-telegram, .ssb-whatsapp_app { display: none !important;