Skip to content

Commit

Permalink
theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemkaDev committed Nov 22, 2024
1 parent 1f78652 commit 7b6ceb0
Show file tree
Hide file tree
Showing 33 changed files with 493 additions and 310 deletions.
60 changes: 60 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@next-tools/dynamic": "^0.0.11",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
Expand All @@ -22,6 +23,7 @@
"next": "14.2.3",
"next-intl": "^3.14.1",
"next-optimized-images": "^2.6.2",
"next-themes": "^0.4.3",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
Expand Down
1 change: 1 addition & 0 deletions public/flags/gb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/flags/ru.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/flags/ua.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/app/[locale]/about-aplo/desktop/desktop.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.page-heading {
text-align: center;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-top: 2vh;
font-size: 36px;
font-weight: 600;
Expand All @@ -12,15 +12,15 @@
margin-left: clamp(4vw, 9vw, 10.55vw);
margin-right: clamp(4vw, 9vw, 10.55vw);
margin-bottom: 2vh;
background: white;
background: hsl(var(--secondary));
overflow: hidden;
box-shadow: 0px 2px 4px 0px rgba(50, 50, 93, 0.1);
margin-bottom: 3vh;
}

.about-heading {
text-align: center;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-top: 3vh;
font-size: 28px;
font-weight: 600;
Expand All @@ -30,7 +30,7 @@
.about-text {
font-size: 17px;
font-weight: 400;
color: #4C4C4C;
color: hsl(var(--foreground));
margin: 3vh 20%;
}

Expand All @@ -47,7 +47,7 @@
font-size: 17px;
margin-top: 3vh;
margin-bottom: 3vh;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-left: 25%;
white-space: pre-line;
}
Expand Down
10 changes: 5 additions & 5 deletions src/app/[locale]/about-aplo/mobile/mobile.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.page-heading {
text-align: center;
color: #4C4C4C;
color: hsl(var(--foreground));
font-size: 36px;
font-weight: 600;
margin-bottom: 2vh;
Expand All @@ -11,15 +11,15 @@
margin-left: 2vw;
margin-right: 2vw;
margin-bottom: 2vh;
background: white;
background: hsl(var(--secondary));
overflow: hidden;
box-shadow: 0px 2px 4px 0px rgba(50, 50, 93, 0.1);
margin-bottom: 3vh;
}

.about-heading {
text-align: center;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-top: 3vh;
font-size: 28px;
font-weight: 600;
Expand All @@ -29,7 +29,7 @@
.about-text {
font-size: 17px;
font-weight: 400;
color: #4C4C4C;
color: hsl(var(--foreground));
margin: 3vh 5vw;
}

Expand All @@ -46,7 +46,7 @@
font-size: 17px;
margin-top: 3vh;
margin-bottom: 3vh;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-left: 10vw;
white-space: pre-line;
}
Expand Down
20 changes: 10 additions & 10 deletions src/app/[locale]/donate-aplo-project/desktop/desktop.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
margin-left: clamp(4vw, 9vw, 10.55vw);
margin-right: clamp(4vw, 9vw, 10.55vw);
margin-bottom: 2vh;
background: white;
background: hsl(var(--secondary));
overflow: hidden;
box-shadow: 0px 2px 4px 0px rgba(50, 50, 93, 0.1);
margin-bottom: 3vh;
}

.header-heading {
text-align: center;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-top: 2vh;
font-size: 28px;
font-weight: 600;
Expand All @@ -20,12 +20,12 @@
.header-text {
font-size: 17px;
font-weight: 400;
color: #4C4C4C;
color: hsl(var(--foreground));
margin: 1vh 5vw 3vh;
}

.header-link {
color: black;
color: hsl(var(--accent));
border-bottom: 1px dashed #b7b7b7;
}

Expand All @@ -34,7 +34,7 @@
margin-left: clamp(4vw, 9vw, 10.55vw);
margin-right: clamp(4vw, 9vw, 10.55vw);
margin-bottom: 2vh;
background: white;
background: hsl(var(--secondary));
overflow: hidden;
box-shadow: 0px 2px 4px 0px rgba(50, 50, 93, 0.1);
}
Expand All @@ -44,7 +44,7 @@
}

.info-heading {
color: #4C4C4C;
color: hsl(var(--foreground));
font-size: 24px;
font-weight: 700;
padding-bottom: 2vh;
Expand All @@ -53,7 +53,7 @@
.info-instruction {
font-size: 17px;
font-weight: 400;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-bottom: 2vh;
}

Expand All @@ -64,15 +64,15 @@
.token {
margin-bottom: 2vh;
padding: 1vh 5vw;
background: #EDEFF2;
background: hsl(var(--background));
font-size: 17px;
font-weight: 700;
color: #4C4C4C;
color: hsl(var(--foreground));
word-break: break-all;
}

.remark {
font-size: 12px;
font-weight: 400;
color: #4C4C4C;
color: hsl(var(--foreground));
}
20 changes: 10 additions & 10 deletions src/app/[locale]/donate-aplo-project/mobile/mobile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
margin-left: 2vw;
margin-right: 2vw;
margin-bottom: 2vh;
background: white;
background: hsl(var(--secondary));
display: flex;
flex-direction: column;
box-shadow: 0px 2px 4px 0px rgba(50, 50, 93, 0.1);
Expand All @@ -13,19 +13,19 @@
padding-top: 2vh;
text-align: center;
font-weight: 600;
color: #4C4C4C;
color: hsl(var(--foreground));
font-size: 22px;
}

.header-text {
color: #4C4C4C;
color: hsl(var(--foreground));
font-weight: 400;
font-size: 16px;
margin: 2vh 5vw;
}

.header-link {
color: black;
color: hsl(var(--accent));
border-bottom: 1px dashed #b7b7b7;
}

Expand All @@ -34,7 +34,7 @@
margin-left: 2vw;
margin-right: 2vw;
margin-bottom: 2vh;
background: white;
background: hsl(var(--secondary));
display: flex;
flex-direction: column;
box-shadow: 0px 2px 4px 0px rgba(50, 50, 93, 0.1);
Expand All @@ -47,31 +47,31 @@
.info-heading {
font-size: 20px;
font-weight: 600;
color: #4C4C4C;
color: hsl(var(--foreground));
padding-bottom: 2vh;
}

.info-instruction {
font-size: 17px;
font-weight: 400;
color: #4C4C4C;
color: hsl(var(--foreground));
margin-bottom: 1vh;
}

.token {
margin-bottom: 2vh;
padding: 1vh 5vw;
background: #EDEFF2;
background: hsl(var(--background));
font-size: 17px;
font-weight: 700;
color: #4C4C4C;
color: hsl(var(--foreground));
word-break: break-all;
}

.remark {
font-size: 12px;
font-weight: 400;
color: #4C4C4C;
color: hsl(var(--foreground));
}

.qr-image {
Expand Down
Loading

0 comments on commit 7b6ceb0

Please sign in to comment.