removed labels from building blocks files (#69)

Co-authored-by: rafapaezbas <rafa@holepunch.com>
This commit is contained in:
rafapaezbas
2024-02-22 12:57:14 +01:00
committed by GitHub
parent fef8c37c60
commit 80612db142
9 changed files with 6 additions and 14 deletions

View File

@@ -86,6 +86,10 @@ customElements.define('docs-viewer', class extends HTMLElement {
#stability-indexing + p + p + table td:nth-child(2) {
text-align: left
}
.pear-api-label {
font-size: 15px;
}
</style>
<div id="panel" class="${lightMode ? 'light' : ''}"><slot></slot></div>
</div>