Add enterprise logos to pizza tracker header

This commit is contained in:
Mononaut
2024-04-30 00:25:19 +00:00
parent c15393981d
commit 9bd741b1d9
3 changed files with 67 additions and 2 deletions

View File

@@ -40,6 +40,12 @@
}
.nav-header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
width: 100%;
max-width: 100%;
padding: 1em;
position: relative;
box-shadow: 0 -5px 15px #000;
z-index: 100;
@@ -54,6 +60,36 @@
align-items: center;
}
}
.subdomain_logo {
height: 35px;
overflow: clip;
max-width: 140px;
margin: auto;
align-self: center;
.rounded {
border-radius: 5px;
}
}
.subdomain_container {
max-width: 140px;
text-align: center;
align-self: center;
}
.vertical-line {
border-left: 1px solid #444;
height: 30px;
margin-left: 10px;
margin-right: 10px;
margin-top: 3px;
}
.logo-holder {
display: flex;
flex-direction: row;
}
}
.blockchain-wrapper {