Merge pull request #11 from artifacthub/cynthia-sg/remove-beta

Remove beta from logo
This commit is contained in:
Cynthia S. Garcia 2021-06-16 09:24:29 +02:00 committed by GitHub
commit 6b3e0f284a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 27 deletions

View File

@ -9,7 +9,6 @@
<a class="gdoc-header__link" href="/">
<span class="gdoc-brand flex align-center">
<img class="gdoc-brand__img" src="{{ (default "brand.svg" .Root.Site.Params.GeekdocLogo) | relURL }}" alt="{{ .Root.Site.Title }}" width=147 height=20>
<span class="gdoc-brand__badge">BETA</span>
</span>
</a>
</div>

View File

@ -78,32 +78,6 @@ code {
top: -1px;
}
.gdoc-brand__badge {
position: relative;
top: -10px;
margin-left: 0;
background-color: var(--color-1-700);
font-size: .55rem;
border-radius: 10rem;
padding: 0.15rem 0.2rem;
font-weight: 700;
line-height: 1;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
align-items: center;
}
.gdoc-brand__suffix {
padding-left: 0.5rem;
}
.gdoc-brand__badge-content {
position: relative;
bottom: -1px;
}
.gdoc-footer {
background-color: var(--color-1-900);
}