Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
.shariff {
2
    .addthis {
3
        a {
4
            background-color: #f8694d;
5
            &:hover {
6
                background-color: #f75b44;
7
            }
8
        }
9
        .fa-plus {
10
            font-size: 14px;
11
        }
12
        .share_count {
13
            color: #f8694d;
14
            background-color: #f1b8b0;
15
        }
16
    }
17
    .theme-white {
18
        .addthis a {
19
            color: #f8694d;
20
        }
21
    }
22
}
23
 
24
@media only screen and (min-width: 600px) {
25
    .shariff {
26
        .addthis .fa-plus {
27
            font-size: 14px;
28
            position: relative;
29
            top: 1px;
30
        }
31
    }
32
}
33