Skip to content

Commit

Permalink
Merge pull request #35 from starknet-io/footer_highlight
Browse files Browse the repository at this point in the history
Added highlight to network info in footer.
  • Loading branch information
stoobie authored Mar 7, 2024
2 parents b75e0aa + 0458856 commit f89cc23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file modified build/ui-bundle.zip
Binary file not shown.
8 changes: 8 additions & 0 deletions src/css/extensions/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,14 @@ footer.footer {
gap: 20px;
}

.footer-network-info{
border-radius: 0.5rem;
padding-left: 0.4rem;
padding-right: 0.4rem;
background-color: #ffcd9a;
color: #000000;
}

.vertical-divider {
width: 1px;
height: 2rem;
Expand Down
2 changes: 1 addition & 1 deletion src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="vertical-divider desktop-only"></div> --}}
<p>Built with ✨ by the Starknet community</p>
</div>
{{> starknet_version}}
<div class="footer-network-info">{{> starknet_version}}</div>
<!-- <div class="community-section">
<p class="community-section__text">Follow Lisk on: </p>
<div class="community-section__icons"> -->
Expand Down

0 comments on commit f89cc23

Please sign in to comment.