From 708dbe42f87a90e56c3b68f0cf870211ed6b17d1 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 6 Jun 2024 12:45:31 +0300 Subject: [PATCH] apps/web: fix telegram icon margin --- apps/web/components/Form.module.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/web/components/Form.module.scss b/apps/web/components/Form.module.scss index 79c5559..44e5e90 100644 --- a/apps/web/components/Form.module.scss +++ b/apps/web/components/Form.module.scss @@ -44,6 +44,13 @@ animation: colorTransition 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; } +.button-telegram { + img { + margin: 0; + margin-right: 10px; + } +} + @keyframes colorTransition { 0% { background-color: var(--color-primary);