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

Commit

Permalink
feat(killgoerli): remove temp banner (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubdoramon authored Apr 1, 2024
1 parent 1b7b1e9 commit cd41088
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
60 changes: 1 addition & 59 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -840,62 +840,4 @@ $border-color: #e5e7eb;
--code-bg-color: #131417;
}
}

// TEMP BANNER RELATED - TO BE REMOVED ONCE IT IS GONE
.theme-container {
margin-top: 30px;
}

#temp-banner {
position: fixed;
display: flex;
top:0;
left: 0;
right: 0;
height: 30px;
background: #1755F4;
color: white;
font-size: small;
align-items: center;
justify-content: center;
z-index: 1000;

a {
color: white;
text-decoration: underline;
}
padding: 0 4px;
}

.navbar {
top: 30px;
}

/*responsive*/
@media(max-width: 1000px){
#temp-banner {
height: 40px;
}

.navbar {
top: 40px;
}

.theme-container {
margin-top: 40px;
}
}

@media(max-width: 500px){
#temp-banner {
height: 60px;
}

.navbar {
top: 60px;
}

.theme-container {
margin-top: 60px;
}
}

1 change: 0 additions & 1 deletion docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default hopeTheme({
</div>
<p>Made with ❤️ by <a href='https://matter-labs.io/'>Matter Labs</a></p>
<div id="temp-banner"><div>zkSync Goerli Testnet will be shutdown on&nbsp;<strong>March 31st</strong>. Please use zkSync Sepolia Testnet instead. For more information see&nbsp;<a href="https://github.com/zkSync-Community-Hub/zksync-developers/discussions/228" target="_blank">this announcement</a>.</div></div>
`,

copyright: false,
Expand Down

0 comments on commit cd41088

Please sign in to comment.