Welcome to mirror list, hosted at ThFree Co, Russian Federation.

logo-styles.css « styles - github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25de3f61f9a6d0afbec04a4c7708f41090fdc92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.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;
}