1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-26 11:38:09 +00:00
tgbotapi/styles/logo-styles.css
2022-01-01 21:40:22 +00:00

15 lines
299 B
CSS

.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;
}