diff --git a/scaffolds/nextjs-dedicated-wallet/template/src/styles/globals.css b/scaffolds/nextjs-dedicated-wallet/template/src/styles/globals.css index 83bde73..c731c48 100644 --- a/scaffolds/nextjs-dedicated-wallet/template/src/styles/globals.css +++ b/scaffolds/nextjs-dedicated-wallet/template/src/styles/globals.css @@ -47,7 +47,7 @@ ul { } .nft-name { - @apply text-black font-semibold; + @apply font-semibold text-black; font-family: 'Inter'; } @@ -70,7 +70,7 @@ ul { } .network-dropdown { - @apply w-fit m-auto rounded-xl; + @apply m-auto w-fit rounded-xl; } .active-network { @@ -125,7 +125,7 @@ ul { .login-button { @apply w-full h-12 text-white font-semibold text-base leading-6 transition-[0.1s] text-center transition-[0.1s] m-auto px-2 py-3 rounded-[300px] border-[none]; - background: #a799ff; + background: #6851ff; } .login-button:disabled { @@ -142,7 +142,7 @@ ul { } .links { - @apply flex justify-center text-white font-semibold mt-5 mb-3 mx-auto; + @apply flex justify-center mx-auto mt-5 mb-3 font-semibold text-white; } .link { @apply transition-[0.1s] px-[30px] py-0; @@ -163,7 +163,7 @@ ul { @apply cursor-pointer; } .link-divider { - @apply h-5 w-px; + @apply w-px h-5; } .footer-links { @@ -221,7 +221,7 @@ ul { @apply w-[50px] text-center flex items-center justify-center cursor-default; } .loading { - @apply animate-spin cursor-default; + @apply cursor-default animate-spin; } @keyframes rotation { @@ -241,11 +241,11 @@ ul { @apply text-xl font-semibold text-left mt-0 mb-[25px]; } .card-label-container { - @apply flex justify-between items-center mb-3; + @apply flex items-center justify-between mb-3; } .card-label { - @apply text-sm font-medium cursor-pointer; + @apply text-sm font-medium cursor-pointer; } .toast { @apply fixed w-fit text-white font-medium shadow-[4px_8px_20px_rgba(0,0,0,0.15)] mx-auto my-0 px-4 py-2 rounded-[10px] top-[30px] inset-x-0 bg-[#00875f]; diff --git a/scaffolds/nextjs-flow-dedicated-wallet/template/src/styles/globals.css b/scaffolds/nextjs-flow-dedicated-wallet/template/src/styles/globals.css index aba4039..ef20a04 100644 --- a/scaffolds/nextjs-flow-dedicated-wallet/template/src/styles/globals.css +++ b/scaffolds/nextjs-flow-dedicated-wallet/template/src/styles/globals.css @@ -47,7 +47,7 @@ ul { } .nft-name { - @apply text-black font-semibold; + @apply font-semibold text-black; font-family: 'Inter'; } @@ -70,7 +70,7 @@ ul { } .network-dropdown { - @apply w-fit m-auto rounded-xl; + @apply m-auto w-fit rounded-xl; } .active-network { @@ -109,7 +109,7 @@ ul { } .home-page { - @apply flex flex-col justify-center items-center min-h-screen relative; + @apply relative flex flex-col items-center justify-center min-h-screen; } .login-page { @@ -125,7 +125,7 @@ ul { .login-button { @apply w-full h-12 text-white font-semibold text-base leading-6 transition-[0.1s] text-center transition-[0.1s] m-auto px-2 py-3 rounded-[300px] border-[none]; - background: #a799ff; + background: #6851ff; } .login-button:disabled { @@ -143,7 +143,7 @@ ul { } .links { - @apply flex justify-center text-white font-semibold mt-5 mb-3 mx-auto; + @apply flex justify-center mx-auto mt-5 mb-3 font-semibold text-white; } .link { @apply transition-[0.1s] px-[30px] py-0; @@ -164,7 +164,7 @@ ul { @apply cursor-pointer; } .link-divider { - @apply h-5 w-px; + @apply w-px h-5; } .footer-links { @@ -226,7 +226,7 @@ ul { @apply w-[50px] text-center flex items-center justify-center cursor-default; } .loading { - @apply animate-spin cursor-default; + @apply cursor-default animate-spin; } @keyframes rotation { @@ -246,11 +246,11 @@ ul { @apply text-xl font-semibold text-left mt-0 mb-[25px]; } .card-label-container { - @apply flex justify-between items-center mb-3; + @apply flex items-center justify-between mb-3; } .card-label { - @apply text-sm font-medium cursor-pointer; + @apply text-sm font-medium cursor-pointer; } .toast { @apply fixed w-fit text-white font-medium shadow-[4px_8px_20px_rgba(0,0,0,0.15)] mx-auto my-0 px-4 py-2 rounded-[10px] top-[30px] inset-x-0 bg-[#00875f]; diff --git a/scaffolds/nextjs-solana-dedicated-wallet/template/src/styles/globals.css b/scaffolds/nextjs-solana-dedicated-wallet/template/src/styles/globals.css index 83bde73..c731c48 100644 --- a/scaffolds/nextjs-solana-dedicated-wallet/template/src/styles/globals.css +++ b/scaffolds/nextjs-solana-dedicated-wallet/template/src/styles/globals.css @@ -47,7 +47,7 @@ ul { } .nft-name { - @apply text-black font-semibold; + @apply font-semibold text-black; font-family: 'Inter'; } @@ -70,7 +70,7 @@ ul { } .network-dropdown { - @apply w-fit m-auto rounded-xl; + @apply m-auto w-fit rounded-xl; } .active-network { @@ -125,7 +125,7 @@ ul { .login-button { @apply w-full h-12 text-white font-semibold text-base leading-6 transition-[0.1s] text-center transition-[0.1s] m-auto px-2 py-3 rounded-[300px] border-[none]; - background: #a799ff; + background: #6851ff; } .login-button:disabled { @@ -142,7 +142,7 @@ ul { } .links { - @apply flex justify-center text-white font-semibold mt-5 mb-3 mx-auto; + @apply flex justify-center mx-auto mt-5 mb-3 font-semibold text-white; } .link { @apply transition-[0.1s] px-[30px] py-0; @@ -163,7 +163,7 @@ ul { @apply cursor-pointer; } .link-divider { - @apply h-5 w-px; + @apply w-px h-5; } .footer-links { @@ -221,7 +221,7 @@ ul { @apply w-[50px] text-center flex items-center justify-center cursor-default; } .loading { - @apply animate-spin cursor-default; + @apply cursor-default animate-spin; } @keyframes rotation { @@ -241,11 +241,11 @@ ul { @apply text-xl font-semibold text-left mt-0 mb-[25px]; } .card-label-container { - @apply flex justify-between items-center mb-3; + @apply flex items-center justify-between mb-3; } .card-label { - @apply text-sm font-medium cursor-pointer; + @apply text-sm font-medium cursor-pointer; } .toast { @apply fixed w-fit text-white font-medium shadow-[4px_8px_20px_rgba(0,0,0,0.15)] mx-auto my-0 px-4 py-2 rounded-[10px] top-[30px] inset-x-0 bg-[#00875f];