Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Update CSS for login button on Dedicated template #106

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ul {
}

.nft-name {
@apply text-black font-semibold;
@apply font-semibold text-black;
font-family: 'Inter';
}

Expand All @@ -70,7 +70,7 @@ ul {
}

.network-dropdown {
@apply w-fit m-auto rounded-xl;
@apply m-auto w-fit rounded-xl;
}

.active-network {
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -163,7 +163,7 @@ ul {
@apply cursor-pointer;
}
.link-divider {
@apply h-5 w-px;
@apply w-px h-5;
}

.footer-links {
Expand Down Expand Up @@ -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 {
Expand All @@ -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];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ul {
}

.nft-name {
@apply text-black font-semibold;
@apply font-semibold text-black;
font-family: 'Inter';
}

Expand All @@ -70,7 +70,7 @@ ul {
}

.network-dropdown {
@apply w-fit m-auto rounded-xl;
@apply m-auto w-fit rounded-xl;
}

.active-network {
Expand Down Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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;
Expand All @@ -164,7 +164,7 @@ ul {
@apply cursor-pointer;
}
.link-divider {
@apply h-5 w-px;
@apply w-px h-5;
}

.footer-links {
Expand Down Expand Up @@ -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 {
Expand All @@ -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];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ul {
}

.nft-name {
@apply text-black font-semibold;
@apply font-semibold text-black;
font-family: 'Inter';
}

Expand All @@ -70,7 +70,7 @@ ul {
}

.network-dropdown {
@apply w-fit m-auto rounded-xl;
@apply m-auto w-fit rounded-xl;
}

.active-network {
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -163,7 +163,7 @@ ul {
@apply cursor-pointer;
}
.link-divider {
@apply h-5 w-px;
@apply w-px h-5;
}

.footer-links {
Expand Down Expand Up @@ -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 {
Expand All @@ -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];
Expand Down