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;