Files
AndroidJetpack/Capturable/docs/styles/logo-styles.css
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08: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;
}