From f496fc9653617088653c7c4bac3f032122738756 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 3 Jul 2024 18:53:01 +0900 Subject: [PATCH] Accelerate logo --- .../svg-images/svg-images.component.html | 20 +++++++++++++++++++ .../transaction/transaction.component.html | 4 ++-- .../transaction/transaction.component.scss | 5 +++++ 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/svg-images/svg-images.component.html b/frontend/src/app/components/svg-images/svg-images.component.html index 9eff7bac7..ac83324e2 100644 --- a/frontend/src/app/components/svg-images/svg-images.component.html +++ b/frontend/src/app/components/svg-images/svg-images.component.html @@ -95,6 +95,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index d4aa64526..24bd898c9 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -125,8 +125,8 @@
-
-

Accelerate

+
+

diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index b43c63c2c..0017e0994 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -198,6 +198,11 @@ } } +.accelerator-toggle { + position: relative; + bottom: -18px; +} + .subtitle-block { display: flex; flex-direction: row;