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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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