mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-16 05:52:22 +00:00
deploy: e7107d238d
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user