Cleanup before 1.0 release
This commit is contained in:
parent
e89074b986
commit
900371cc83
74 changed files with 3309 additions and 2415 deletions
|
@ -1,15 +1,5 @@
|
|||
.library-name a {
|
||||
position: relative;
|
||||
margin-left: 55px;
|
||||
:root {
|
||||
--dokka-logo-image-url: url('../images/logo-icon.svg');
|
||||
--dokka-logo-height: 50px;
|
||||
--dokka-logo-width: 50px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue