Skip to content

Commit

Permalink
Merge pull request #26 from AstarNetwork/styling-update
Browse files Browse the repository at this point in the history
styling-update
  • Loading branch information
impelcrypto authored Jun 19, 2023
2 parents ce318d7 + 6ffd8b9 commit 28cd1ae
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/assets/styles/asset-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
width: 100%;
background: hsl(225, 44%, 14%);
border-radius: 16px;
padding: 16px;
padding: 2px;
display: flex;
flex-direction: column;
row-gap: 8px;
Expand Down
1 change: 0 additions & 1 deletion src/components/assets/styles/assets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
justify-content: center;
align-items: center;
width: 100%;
margin-left: -8px;
@media (min-width: $sm) {
padding-top: 80px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/assets/styles/hero-connect-wallet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
}

.text--hero {
font-size: 40px;
line-height: 50px;
font-size: 38px;
line-height: 48px;
letter-spacing: -0.03em;
@media (min-width: $lg) {
font-size: 64px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/assets/styles/parent-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
.row--name {
display: flex;
column-gap: 10px;
margin: 16px 0;
margin: 16px 0 8px 0;
}

.text--collection {
Expand Down
4 changes: 2 additions & 2 deletions src/components/header/ConnectButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export default defineComponent({
border-radius: 16px;
margin-left: 16px;
transition: all 0.3s ease 0s;
background: $gray-6;
color: $gray-3;
background: #141c34;
color: #fff;
}
.m-btn--connect:hover {
background: $astar-blue;
Expand Down
4 changes: 2 additions & 2 deletions src/components/header/NetworkButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export default defineComponent({
box-shadow: none;
padding: 8px;
padding-left: 0px;
background: $gray-6;
color: $gray-3;
background: #141c34;
color: #fff;
display: flex;
column-gap: 6px;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
copied: 'Copied',
},
links: {
docs: 'Docs',
docs: 'Tutorial',
aboutInk: 'About ink!',
aboutAstar: 'About Astar Network',
},
Expand Down
2 changes: 1 addition & 1 deletion src/links/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const socialUrl = {
};

export const headerLinks = {
docs: 'https://docs.astar.network',
docs: 'https://docs.astar.network/docs/user-guides/inkredible-nft',
ink: 'https://docs.astar.network/docs/build/wasm/ink-dev',
astar: 'https://astar.network',
};

0 comments on commit 28cd1ae

Please sign in to comment.