2022-04-12 11:30:54 +03:00
|
|
|
.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;
|
2021-03-12 21:24:01 +03:00
|
|
|
}
|