From 56636efd446e667e06d8c0eaaf2cba73fc0f24b9 Mon Sep 17 00:00:00 2001 From: rndquu Date: Wed, 16 Oct 2024 15:09:19 +0300 Subject: [PATCH] style: restore logo css --- static/styles/rewards/pay.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/static/styles/rewards/pay.css b/static/styles/rewards/pay.css index b2ffae94..4c962622 100644 --- a/static/styles/rewards/pay.css +++ b/static/styles/rewards/pay.css @@ -64,17 +64,16 @@ a { #logo > #logo-icon { display: inline-block; vertical-align: middle; - padding: 4px; text-rendering: geometricPrecision; } #logo-icon > svg { - height: 36px; + height: 28px; display: block; margin: 0; - width: 36px; + width: 28px; padding: 0; - margin-right: 10px; + margin-right: 6px; fill: #fff; } @@ -82,17 +81,15 @@ a { display: inline-block; vertical-align: middle; } -#logo > div#logo-text > span::after { - content: " "; - display: inline-block; - width: 8px; -} + #logo > div#logo-text > span { - font-size: 20px; - letter-spacing: 5px; + line-height: 1; + font-size: 16px; + letter-spacing: 2px; text-transform: uppercase; text-rendering: geometricPrecision; color: #fff; + font-weight: 400; } div.footer > div {