Updated dependencies

This commit is contained in:
Erik C. Thauvin 2022-04-28 22:04:12 -07:00
parent 453bb95617
commit 58c181de9b
78 changed files with 5246 additions and 3702 deletions

View file

@ -1,3 +1,15 @@
#logo {
background-image: url(../images/docs_logo.svg);
.library-name a {
position: relative;
margin-left: 55px;
}
.library-name a::before {
content: '';
background: url("../images/logo-icon.svg") center no-repeat;
background-size: contain;
position: absolute;
width: 50px;
height: 50px;
top: -18px;
left: -55px;
}