Remove beta from logo

Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
Cintia Sanchez Garcia 2021-06-16 09:23:30 +02:00
parent b378a71306
commit 3048850f04
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);
}