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

Commit

Permalink
Removed main.svg reference from globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKulkarni committed Jan 18, 2024
1 parent 6abf6a3 commit fe51427
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ul {
}

.home-page {
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-no-repeat bg-[url('/main.svg')];
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-no-repeat;
}

.login-page {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ul {
}

.home-page {
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-no-repeat bg-[url('/main.svg')];
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px];
}

.login-page {
Expand All @@ -124,7 +124,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];
@apply w-full h-12 text-white font-semibold text-base leading-6 text-center transition-[0.1s] m-auto px-2 py-3 rounded-[300px] border-[none];
background: #8271f3;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ ul {
}

.home-page {
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-no-repeat bg-[url('/main.svg')];
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-[url('/login_bg.png')] bg-no-repeat;
}

.login-page {
@apply min-h-screen bg-[length:100%_auto] bg-[url('/login.svg')];
}
.connect-button {
@apply w-[296px] h-12 text-white font-semibold text-base leading-6 transition-[0.1s] text-center transition-[0.1s] m-auto px-6 py-3 rounded-[300px] border-[none];
@apply w-[296px] h-12 text-white font-semibold text-base leading-6 text-center transition-[0.1s] m-auto px-6 py-3 rounded-[300px] border-[none];
background: rgba(255, 255, 255, 0.1);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ul {
}

.home-page {
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-no-repeat bg-[url('/main.svg')];
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-no-repeat;
}

.login-page {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import WalletMethods from './cards/WalletMethodsCard';
import SendTransaction from './cards/SendTransactionsCard';
import Links from './DevLinks';
import Spacer from '../ui/Spacer';
import HomePageBackground from 'public/main.svg';
interface Props {
setAccount: React.Dispatch<React.SetStateAction<string | null>>;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ul {
}

.home-page {
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-no-repeat bg-[url('/main.svg')];
@apply flex flex-col justify-center items-center min-h-screen relative bg-[length:100vw_320px] bg-[url('/login_bg.png')] bg-no-repeat;
}

.login-page {
Expand Down

0 comments on commit fe51427

Please sign in to comment.