Cleaned up tests with assertk
This commit is contained in:
parent
f46aa0e2a5
commit
82d31578c8
90 changed files with 5572 additions and 3926 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue