From 5645e84cfa6f2f7480337daec29e5591bd406f13 Mon Sep 17 00:00:00 2001 From: rvanasa Date: Wed, 18 Oct 2023 12:59:12 -0600 Subject: [PATCH] Replace icon --- tools/ui/src/auth/icons.ts | 15 +-------------- tools/ui/src/candid.css | 7 +++++++ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/tools/ui/src/auth/icons.ts b/tools/ui/src/auth/icons.ts index e1117a3c..c1e90084 100644 --- a/tools/ui/src/auth/icons.ts +++ b/tools/ui/src/auth/icons.ts @@ -1,18 +1,5 @@ export const dfinityLogo = ` - - - - - - - - - - - - - - +Internet Computer ` export const copyIcon = ` diff --git a/tools/ui/src/candid.css b/tools/ui/src/candid.css index 35bfa6f3..58aab5bf 100644 --- a/tools/ui/src/candid.css +++ b/tools/ui/src/candid.css @@ -207,6 +207,13 @@ input[type='checkbox'] ~ .popup-form { gap: 8px; padding: 10px; } +.btn-auth svg { + transition: transform ease-out .05s; +} +.btn-auth:not(:hover) svg { + transition: transform ease-out .1s; + transform: scale(.8); +} button { padding: 0; border: none;