This commit is contained in:
InsanusMokrassar
2021-12-29 20:59:26 +00:00
parent 70dab2658d
commit 1452f22ed8
8912 changed files with 276876 additions and 287384 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;
}