From 8077bd38c5007e6bd19aa47d57f3715206d1b65a Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Tue, 26 Nov 2024 11:55:44 -0500 Subject: [PATCH] chore(nft-quest): improve styling --- .../nft-quest/components/TransferZeek.vue | 44 ++++++++++--------- examples/nft-quest/components/zk/button.vue | 2 +- examples/nft-quest/nuxt.config.ts | 2 +- examples/nft-quest/pages/index.vue | 44 ++++++++++--------- examples/nft-quest/pages/mint/index.vue | 8 ++-- examples/nft-quest/pages/mint/share.vue | 8 ++-- .../auth-server/components/views/Auth.vue | 2 +- .../views/confirmation/RequestSession.vue | 6 ++- 8 files changed, 63 insertions(+), 53 deletions(-) diff --git a/examples/nft-quest/components/TransferZeek.vue b/examples/nft-quest/components/TransferZeek.vue index d3f30110..9b2e5c78 100644 --- a/examples/nft-quest/components/TransferZeek.vue +++ b/examples/nft-quest/components/TransferZeek.vue @@ -19,34 +19,38 @@ The NFT is minted and sent using a Paymaster and a Session key. - -
- - Transaction details - +
+ - +
- Mint and send {{ successMint ? "again" : "" }} +
+ Mint and send {{ successMint ? "again" : "" }} +
+ + Transaction details + + diff --git a/examples/nft-quest/components/zk/button.vue b/examples/nft-quest/components/zk/button.vue index 24d471e1..86acdb0c 100644 --- a/examples/nft-quest/components/zk/button.vue +++ b/examples/nft-quest/components/zk/button.vue @@ -9,7 +9,7 @@ > - +
- + Smart wallets on the Elastic Chain. - - - Click. - - - - - Connect. - - +
+ + + Click. + + + + + Connect. + + +

diff --git a/examples/nft-quest/pages/mint/index.vue b/examples/nft-quest/pages/mint/index.vue index 2a176221..43e5ee5f 100644 --- a/examples/nft-quest/pages/mint/index.vue +++ b/examples/nft-quest/pages/mint/index.vue @@ -6,24 +6,24 @@ :delay="0" class="block" > - + Mint your NFT.  - + For free.

diff --git a/examples/nft-quest/pages/mint/share.vue b/examples/nft-quest/pages/mint/share.vue index b1e77a21..dbb6e9cf 100644 --- a/examples/nft-quest/pages/mint/share.vue +++ b/examples/nft-quest/pages/mint/share.vue @@ -16,26 +16,26 @@ :delay="0" class="inline" > - + You've got Zeek.

 
diff --git a/packages/auth-server/components/views/Auth.vue b/packages/auth-server/components/views/Auth.vue index 2497802e..6acf44bd 100644 --- a/packages/auth-server/components/views/Auth.vue +++ b/packages/auth-server/components/views/Auth.vue @@ -29,7 +29,7 @@

-
+
- + +